- Change header install path (#213)
- Contributors: Auguste Bourgois
- Add "additional_constraints" support (#221)
- Use int64_t instead of int for parameter integer range, fixes #199 (#214)
- Add Non-Blocking try_get_params Function for Real-Time Control Systems (#205)
- Drop yaml brackets for consistency and readability (#203)
- Contributors: Auguste Bourgois, David Revay, KentaKato, Tim Clephas
- Restore functionality for mapped params with no struct name (#185 <https://github.com/PickNikRobotics/generate_parameter_library/issues/185>_)
- Fix newline issue (#176) * fix new line rendering for Python
- Support nested mapped parameters (#166)
- Contributors: Paul Gesel, Sebastian Castro
- Split example/README.md into C++ and Python version; updated content (#138)
- Contributors: chriseichmann
- Remove documentation of deprecated validator functions (#135)
- Contributors: Tyler Weaver
- Add Python support for generate_parameter_library (#110) Co-authored-by: Tyler Weaver <[email protected]>
- Contributors: Paul Gesel
- Populate Range Constraints in Parameter Descriptors from Validation Functions (#103)
- Mark deprecated rsl method and propose alternative in the docs. (#102)
- Contributors: Chance Cardona, Dr. Denis
- Make it easy for users to override (#92)
- Contributors: Tyler Weaver
- Migrate from parameter_traits to RSL (take 2) (#91)
- Contributors: Tyler Weaver
- Standardize cmake (#79)
- Contributors: Tyler Weaver
- 🈵 Support use of '_' in mapped parameters. (#68)
- Component node example (#60)
- Update README for example (#63)
- 🚀 Add cmake macros for using tests with example yaml files. 🤖 (#57) Co-authored-by: Tyler Weaver <[email protected]>
- Fix example parameters (#54)
- Contributors: Denis Štogl, Paul Gesel, Tyler Weaver
- INTEGER type (#53)
- 0.2.3
- Contributors: Tyler Weaver
- Fix scientific notation (#46)
- Contributors: Paul Gesel
- Create stack allocated struct (#45)
- Fixed length arrays (#44)
- Fixed size string no default bug (#43)
- static OK to fix ODR errors (#41)
- Change package name (#40)
- parameter validators interface library (#32)
- Validate fixed length Strings (#33)
- Fixed size strings (#29)
- Contributors: Paul Gesel, Tyler Weaver
- Example usage of generate_parameter_library.
- Contributors: Paul Gesel, Tyler Weaver