|
generate_parameter_library_py package from generate_parameter_library repogenerate_parameter_library_example cmake_generate_parameter_module_example generate_parameter_library_example_external generate_parameter_module_example generate_parameter_library generate_parameter_library_py parameter_traits |
ROS Distro
|
Package Summary
| Version | 0.7.1 |
| License | BSD-3-Clause |
| Build type | AMENT_PYTHON |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/PickNikRobotics/generate_parameter_library.git |
| VCS Type | git |
| VCS Version | humble |
| Last Updated | 2026-03-22 |
| Dev Status | DEVELOPED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Maintainers
- bmagyar
- christophfroehlich
- Nathan Brooks
- Shaurya Kumar
- Paul Gesel
Authors
- Paul Gesel
Changelog for package generate_parameter_library_py
0.7.1 (2026-03-22)
- Fix nested mappings double dot bug and add tests (backport #327 #329) (#331) Co-authored-by: Mat198 <<44040676+Mat198@users.noreply.github.com>> Co-authored-by: Nathan <<50861188+natrad100@users.noreply.github.com>>
- Fix nested mapped parameters map (backport #306)
- Remove unused variables in pytest (backport #317)
- Contributors: Christoph Froehlich, Christoph Fröhlich
0.7.0 (2026-02-22)
- Deprecate parameter_traits package and header file (#297)
- Move linters to pre-commit (#298)
- Contributors: Christoph Fröhlich
0.6.0 (2025-12-06)
- Use templated NodeT in c++ constructor (#274)
- Update pre-commit hooks (#288)
- Improve logging message when a parameter is not set (#279)
- Account for nested map params (#277) (#280)
- Update maintainers for GBP release team (#282)
- fix setuptools deprecations (#268)
- Contributors: Ander González Tomé, Christoph Fröhlich, Gaël Écorchard, Nathan Brooks, Russ, mosfet80
0.5.0 (2025-06-12)
- Add [try_update_params]{.title-ref} method (#260)
- Fix ros2_controllers issue#1740 -Wreorder fix (#264)
- No need to default-construct logger in the declaration (#252)
- Add user callback python (#254)
- Add user callback (#250)
- Fix merge install for python packages (#241)
- Contributors: Darren Tsai, Dimitri Decious, Nathan Brooks, Sai Kishor Kothakota, Tim Clephas, Yannick de Hoop
0.4.0 (2025-01-13)
- Unit test friendly folder structure for Python examples (#237)
- Fix conversion typos (#238)
- Apply clang-tidy suggestions to [std::move]{.title-ref} certain variables (#228)
- Contributors: Sebastian Castro
0.3.9 (2024-10-27)
- fix error with not being able to find unpack_parameter_dict when using set_params_from_dict (#220)
- Add "additional_constraints" support (#221)
- Use int64_t instead of int for parameter integer range, fixes #199 (#214)
- Fix floating point range for upper/lt/lt_eq validations (#216)
- Fix nested parameter in Python template (#210)
- Fix test on rolling CI (#187)
- Add ability for param_listener to load values from yaml dictionary (#211)
- Use exist_ok=True in makedirs instead of checking for existence first, in case of multiple concurrent processes (#212)
- Add Non-Blocking try_get_params Function for Real-Time Control Systems (#205)
- Drop yaml brackets for consistency and readability (#203)
- Contributors: Karan Khanna, Auguste Bourgois, David Revay, Emerson
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged generate_parameter_library_py at Robotics Stack Exchange
|
generate_parameter_library_py package from generate_parameter_library repogenerate_parameter_library_example cmake_generate_parameter_module_example generate_parameter_library_example_external generate_parameter_module_example generate_parameter_library generate_parameter_library_py parameter_traits |
ROS Distro
|
Package Summary
| Version | 0.7.1 |
| License | BSD-3-Clause |
| Build type | AMENT_PYTHON |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/PickNikRobotics/generate_parameter_library.git |
| VCS Type | git |
| VCS Version | humble |
| Last Updated | 2026-03-22 |
| Dev Status | DEVELOPED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Maintainers
- bmagyar
- christophfroehlich
- Nathan Brooks
- Shaurya Kumar
- Paul Gesel
Authors
- Paul Gesel
Changelog for package generate_parameter_library_py
0.7.1 (2026-03-22)
- Fix nested mappings double dot bug and add tests (backport #327 #329) (#331) Co-authored-by: Mat198 <<44040676+Mat198@users.noreply.github.com>> Co-authored-by: Nathan <<50861188+natrad100@users.noreply.github.com>>
- Fix nested mapped parameters map (backport #306)
- Remove unused variables in pytest (backport #317)
- Contributors: Christoph Froehlich, Christoph Fröhlich
0.7.0 (2026-02-22)
- Deprecate parameter_traits package and header file (#297)
- Move linters to pre-commit (#298)
- Contributors: Christoph Fröhlich
0.6.0 (2025-12-06)
- Use templated NodeT in c++ constructor (#274)
- Update pre-commit hooks (#288)
- Improve logging message when a parameter is not set (#279)
- Account for nested map params (#277) (#280)
- Update maintainers for GBP release team (#282)
- fix setuptools deprecations (#268)
- Contributors: Ander González Tomé, Christoph Fröhlich, Gaël Écorchard, Nathan Brooks, Russ, mosfet80
0.5.0 (2025-06-12)
- Add [try_update_params]{.title-ref} method (#260)
- Fix ros2_controllers issue#1740 -Wreorder fix (#264)
- No need to default-construct logger in the declaration (#252)
- Add user callback python (#254)
- Add user callback (#250)
- Fix merge install for python packages (#241)
- Contributors: Darren Tsai, Dimitri Decious, Nathan Brooks, Sai Kishor Kothakota, Tim Clephas, Yannick de Hoop
0.4.0 (2025-01-13)
- Unit test friendly folder structure for Python examples (#237)
- Fix conversion typos (#238)
- Apply clang-tidy suggestions to [std::move]{.title-ref} certain variables (#228)
- Contributors: Sebastian Castro
0.3.9 (2024-10-27)
- fix error with not being able to find unpack_parameter_dict when using set_params_from_dict (#220)
- Add "additional_constraints" support (#221)
- Use int64_t instead of int for parameter integer range, fixes #199 (#214)
- Fix floating point range for upper/lt/lt_eq validations (#216)
- Fix nested parameter in Python template (#210)
- Fix test on rolling CI (#187)
- Add ability for param_listener to load values from yaml dictionary (#211)
- Use exist_ok=True in makedirs instead of checking for existence first, in case of multiple concurrent processes (#212)
- Add Non-Blocking try_get_params Function for Real-Time Control Systems (#205)
- Drop yaml brackets for consistency and readability (#203)
- Contributors: Karan Khanna, Auguste Bourgois, David Revay, Emerson
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged generate_parameter_library_py at Robotics Stack Exchange
|
generate_parameter_library_py package from generate_parameter_library repogenerate_parameter_library_example cmake_generate_parameter_module_example generate_parameter_library_example_external generate_parameter_module_example generate_parameter_library generate_parameter_library_py parameter_traits |
ROS Distro
|
Package Summary
| Version | 0.7.1 |
| License | BSD-3-Clause |
| Build type | AMENT_PYTHON |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/PickNikRobotics/generate_parameter_library.git |
| VCS Type | git |
| VCS Version | humble |
| Last Updated | 2026-03-22 |
| Dev Status | DEVELOPED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Maintainers
- bmagyar
- christophfroehlich
- Nathan Brooks
- Shaurya Kumar
- Paul Gesel
Authors
- Paul Gesel
Changelog for package generate_parameter_library_py
0.7.1 (2026-03-22)
- Fix nested mappings double dot bug and add tests (backport #327 #329) (#331) Co-authored-by: Mat198 <<44040676+Mat198@users.noreply.github.com>> Co-authored-by: Nathan <<50861188+natrad100@users.noreply.github.com>>
- Fix nested mapped parameters map (backport #306)
- Remove unused variables in pytest (backport #317)
- Contributors: Christoph Froehlich, Christoph Fröhlich
0.7.0 (2026-02-22)
- Deprecate parameter_traits package and header file (#297)
- Move linters to pre-commit (#298)
- Contributors: Christoph Fröhlich
0.6.0 (2025-12-06)
- Use templated NodeT in c++ constructor (#274)
- Update pre-commit hooks (#288)
- Improve logging message when a parameter is not set (#279)
- Account for nested map params (#277) (#280)
- Update maintainers for GBP release team (#282)
- fix setuptools deprecations (#268)
- Contributors: Ander González Tomé, Christoph Fröhlich, Gaël Écorchard, Nathan Brooks, Russ, mosfet80
0.5.0 (2025-06-12)
- Add [try_update_params]{.title-ref} method (#260)
- Fix ros2_controllers issue#1740 -Wreorder fix (#264)
- No need to default-construct logger in the declaration (#252)
- Add user callback python (#254)
- Add user callback (#250)
- Fix merge install for python packages (#241)
- Contributors: Darren Tsai, Dimitri Decious, Nathan Brooks, Sai Kishor Kothakota, Tim Clephas, Yannick de Hoop
0.4.0 (2025-01-13)
- Unit test friendly folder structure for Python examples (#237)
- Fix conversion typos (#238)
- Apply clang-tidy suggestions to [std::move]{.title-ref} certain variables (#228)
- Contributors: Sebastian Castro
0.3.9 (2024-10-27)
- fix error with not being able to find unpack_parameter_dict when using set_params_from_dict (#220)
- Add "additional_constraints" support (#221)
- Use int64_t instead of int for parameter integer range, fixes #199 (#214)
- Fix floating point range for upper/lt/lt_eq validations (#216)
- Fix nested parameter in Python template (#210)
- Fix test on rolling CI (#187)
- Add ability for param_listener to load values from yaml dictionary (#211)
- Use exist_ok=True in makedirs instead of checking for existence first, in case of multiple concurrent processes (#212)
- Add Non-Blocking try_get_params Function for Real-Time Control Systems (#205)
- Drop yaml brackets for consistency and readability (#203)
- Contributors: Karan Khanna, Auguste Bourgois, David Revay, Emerson
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged generate_parameter_library_py at Robotics Stack Exchange
|
generate_parameter_library_py package from generate_parameter_library repogenerate_parameter_library_example cmake_generate_parameter_module_example generate_parameter_library_example_external generate_parameter_module_example generate_parameter_library generate_parameter_library_py |
ROS Distro
|
Package Summary
| Version | 0.8.0 |
| License | BSD-3-Clause |
| Build type | AMENT_PYTHON |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/PickNikRobotics/generate_parameter_library.git |
| VCS Type | git |
| VCS Version | main |
| Last Updated | 2026-03-22 |
| Dev Status | DEVELOPED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Maintainers
- bmagyar
- christophfroehlich
- Nathan Brooks
- Shaurya Kumar
- Paul Gesel
Authors
- Paul Gesel
Changelog for package generate_parameter_library_py
0.8.0 (2026-03-22)
- Fix nested mappings double dot bug (#329) Co-authored-by: Nathan <<50861188+natrad100@users.noreply.github.com>>
- Fix nested mapped parameters map (#306)
- Remove unused variables in pytest (#317)
- Contributors: Christoph Fröhlich, Nick Laurenson
0.7.0 (2026-02-22)
- Deprecate parameter_traits package and header file (#297)
- Move linters to pre-commit (#298)
- Contributors: Christoph Fröhlich
0.6.0 (2025-12-06)
- Use templated NodeT in c++ constructor (#274)
- Update pre-commit hooks (#288)
- Improve logging message when a parameter is not set (#279)
- Account for nested map params (#277) (#280)
- Update maintainers for GBP release team (#282)
- fix setuptools deprecations (#268)
- Contributors: Ander González Tomé, Christoph Fröhlich, Gaël Écorchard, Nathan Brooks, Russ, mosfet80
0.5.0 (2025-06-12)
- Add [try_update_params]{.title-ref} method (#260)
- Fix ros2_controllers issue#1740 -Wreorder fix (#264)
- No need to default-construct logger in the declaration (#252)
- Add user callback python (#254)
- Add user callback (#250)
- Fix merge install for python packages (#241)
- Contributors: Darren Tsai, Dimitri Decious, Nathan Brooks, Sai Kishor Kothakota, Tim Clephas, Yannick de Hoop
0.4.0 (2025-01-13)
- Unit test friendly folder structure for Python examples (#237)
- Fix conversion typos (#238)
- Apply clang-tidy suggestions to [std::move]{.title-ref} certain variables (#228)
- Contributors: Sebastian Castro
0.3.9 (2024-10-27)
- fix error with not being able to find unpack_parameter_dict when using set_params_from_dict (#220)
- Add "additional_constraints" support (#221)
- Use int64_t instead of int for parameter integer range, fixes #199 (#214)
- Fix floating point range for upper/lt/lt_eq validations (#216)
- Fix nested parameter in Python template (#210)
- Fix test on rolling CI (#187)
- Add ability for param_listener to load values from yaml dictionary (#211)
- Use exist_ok=True in makedirs instead of checking for existence first, in case of multiple concurrent processes (#212)
- Add Non-Blocking try_get_params Function for Real-Time Control Systems (#205)
- Drop yaml brackets for consistency and readability (#203)
- Contributors: Karan Khanna, Auguste Bourgois, David Revay, Emerson Knapp, Jacob Seibert, KentaKato, Marq Rasmussen, Paul Gesel, Tim Clephas
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged generate_parameter_library_py at Robotics Stack Exchange
|
generate_parameter_library_py package from generate_parameter_library repogenerate_parameter_library_example cmake_generate_parameter_module_example generate_parameter_library_example_external generate_parameter_module_example generate_parameter_library generate_parameter_library_py parameter_traits |
ROS Distro
|
Package Summary
| Version | 0.7.1 |
| License | BSD-3-Clause |
| Build type | AMENT_PYTHON |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/PickNikRobotics/generate_parameter_library.git |
| VCS Type | git |
| VCS Version | humble |
| Last Updated | 2026-03-22 |
| Dev Status | DEVELOPED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Maintainers
- bmagyar
- christophfroehlich
- Nathan Brooks
- Shaurya Kumar
- Paul Gesel
Authors
- Paul Gesel
Changelog for package generate_parameter_library_py
0.7.1 (2026-03-22)
- Fix nested mappings double dot bug and add tests (backport #327 #329) (#331) Co-authored-by: Mat198 <<44040676+Mat198@users.noreply.github.com>> Co-authored-by: Nathan <<50861188+natrad100@users.noreply.github.com>>
- Fix nested mapped parameters map (backport #306)
- Remove unused variables in pytest (backport #317)
- Contributors: Christoph Froehlich, Christoph Fröhlich
0.7.0 (2026-02-22)
- Deprecate parameter_traits package and header file (#297)
- Move linters to pre-commit (#298)
- Contributors: Christoph Fröhlich
0.6.0 (2025-12-06)
- Use templated NodeT in c++ constructor (#274)
- Update pre-commit hooks (#288)
- Improve logging message when a parameter is not set (#279)
- Account for nested map params (#277) (#280)
- Update maintainers for GBP release team (#282)
- fix setuptools deprecations (#268)
- Contributors: Ander González Tomé, Christoph Fröhlich, Gaël Écorchard, Nathan Brooks, Russ, mosfet80
0.5.0 (2025-06-12)
- Add [try_update_params]{.title-ref} method (#260)
- Fix ros2_controllers issue#1740 -Wreorder fix (#264)
- No need to default-construct logger in the declaration (#252)
- Add user callback python (#254)
- Add user callback (#250)
- Fix merge install for python packages (#241)
- Contributors: Darren Tsai, Dimitri Decious, Nathan Brooks, Sai Kishor Kothakota, Tim Clephas, Yannick de Hoop
0.4.0 (2025-01-13)
- Unit test friendly folder structure for Python examples (#237)
- Fix conversion typos (#238)
- Apply clang-tidy suggestions to [std::move]{.title-ref} certain variables (#228)
- Contributors: Sebastian Castro
0.3.9 (2024-10-27)
- fix error with not being able to find unpack_parameter_dict when using set_params_from_dict (#220)
- Add "additional_constraints" support (#221)
- Use int64_t instead of int for parameter integer range, fixes #199 (#214)
- Fix floating point range for upper/lt/lt_eq validations (#216)
- Fix nested parameter in Python template (#210)
- Fix test on rolling CI (#187)
- Add ability for param_listener to load values from yaml dictionary (#211)
- Use exist_ok=True in makedirs instead of checking for existence first, in case of multiple concurrent processes (#212)
- Add Non-Blocking try_get_params Function for Real-Time Control Systems (#205)
- Drop yaml brackets for consistency and readability (#203)
- Contributors: Karan Khanna, Auguste Bourgois, David Revay, Emerson
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged generate_parameter_library_py at Robotics Stack Exchange
|
generate_parameter_library_py package from generate_parameter_library repogenerate_parameter_library_example cmake_generate_parameter_module_example generate_parameter_library_example_external generate_parameter_module_example generate_parameter_library generate_parameter_library_py parameter_traits |
ROS Distro
|
Package Summary
| Version | 0.7.1 |
| License | BSD-3-Clause |
| Build type | AMENT_PYTHON |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/PickNikRobotics/generate_parameter_library.git |
| VCS Type | git |
| VCS Version | humble |
| Last Updated | 2026-03-22 |
| Dev Status | DEVELOPED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Maintainers
- bmagyar
- christophfroehlich
- Nathan Brooks
- Shaurya Kumar
- Paul Gesel
Authors
- Paul Gesel
Changelog for package generate_parameter_library_py
0.7.1 (2026-03-22)
- Fix nested mappings double dot bug and add tests (backport #327 #329) (#331) Co-authored-by: Mat198 <<44040676+Mat198@users.noreply.github.com>> Co-authored-by: Nathan <<50861188+natrad100@users.noreply.github.com>>
- Fix nested mapped parameters map (backport #306)
- Remove unused variables in pytest (backport #317)
- Contributors: Christoph Froehlich, Christoph Fröhlich
0.7.0 (2026-02-22)
- Deprecate parameter_traits package and header file (#297)
- Move linters to pre-commit (#298)
- Contributors: Christoph Fröhlich
0.6.0 (2025-12-06)
- Use templated NodeT in c++ constructor (#274)
- Update pre-commit hooks (#288)
- Improve logging message when a parameter is not set (#279)
- Account for nested map params (#277) (#280)
- Update maintainers for GBP release team (#282)
- fix setuptools deprecations (#268)
- Contributors: Ander González Tomé, Christoph Fröhlich, Gaël Écorchard, Nathan Brooks, Russ, mosfet80
0.5.0 (2025-06-12)
- Add [try_update_params]{.title-ref} method (#260)
- Fix ros2_controllers issue#1740 -Wreorder fix (#264)
- No need to default-construct logger in the declaration (#252)
- Add user callback python (#254)
- Add user callback (#250)
- Fix merge install for python packages (#241)
- Contributors: Darren Tsai, Dimitri Decious, Nathan Brooks, Sai Kishor Kothakota, Tim Clephas, Yannick de Hoop
0.4.0 (2025-01-13)
- Unit test friendly folder structure for Python examples (#237)
- Fix conversion typos (#238)
- Apply clang-tidy suggestions to [std::move]{.title-ref} certain variables (#228)
- Contributors: Sebastian Castro
0.3.9 (2024-10-27)
- fix error with not being able to find unpack_parameter_dict when using set_params_from_dict (#220)
- Add "additional_constraints" support (#221)
- Use int64_t instead of int for parameter integer range, fixes #199 (#214)
- Fix floating point range for upper/lt/lt_eq validations (#216)
- Fix nested parameter in Python template (#210)
- Fix test on rolling CI (#187)
- Add ability for param_listener to load values from yaml dictionary (#211)
- Use exist_ok=True in makedirs instead of checking for existence first, in case of multiple concurrent processes (#212)
- Add Non-Blocking try_get_params Function for Real-Time Control Systems (#205)
- Drop yaml brackets for consistency and readability (#203)
- Contributors: Karan Khanna, Auguste Bourgois, David Revay, Emerson
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged generate_parameter_library_py at Robotics Stack Exchange
|
generate_parameter_library_py package from generate_parameter_library repogenerate_parameter_library_example cmake_generate_parameter_module_example generate_parameter_library_example_external generate_parameter_module_example generate_parameter_library generate_parameter_library_py parameter_traits |
ROS Distro
|
Package Summary
| Version | 0.7.1 |
| License | BSD-3-Clause |
| Build type | AMENT_PYTHON |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/PickNikRobotics/generate_parameter_library.git |
| VCS Type | git |
| VCS Version | humble |
| Last Updated | 2026-03-22 |
| Dev Status | DEVELOPED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Maintainers
- bmagyar
- christophfroehlich
- Nathan Brooks
- Shaurya Kumar
- Paul Gesel
Authors
- Paul Gesel
Changelog for package generate_parameter_library_py
0.7.1 (2026-03-22)
- Fix nested mappings double dot bug and add tests (backport #327 #329) (#331) Co-authored-by: Mat198 <<44040676+Mat198@users.noreply.github.com>> Co-authored-by: Nathan <<50861188+natrad100@users.noreply.github.com>>
- Fix nested mapped parameters map (backport #306)
- Remove unused variables in pytest (backport #317)
- Contributors: Christoph Froehlich, Christoph Fröhlich
0.7.0 (2026-02-22)
- Deprecate parameter_traits package and header file (#297)
- Move linters to pre-commit (#298)
- Contributors: Christoph Fröhlich
0.6.0 (2025-12-06)
- Use templated NodeT in c++ constructor (#274)
- Update pre-commit hooks (#288)
- Improve logging message when a parameter is not set (#279)
- Account for nested map params (#277) (#280)
- Update maintainers for GBP release team (#282)
- fix setuptools deprecations (#268)
- Contributors: Ander González Tomé, Christoph Fröhlich, Gaël Écorchard, Nathan Brooks, Russ, mosfet80
0.5.0 (2025-06-12)
- Add [try_update_params]{.title-ref} method (#260)
- Fix ros2_controllers issue#1740 -Wreorder fix (#264)
- No need to default-construct logger in the declaration (#252)
- Add user callback python (#254)
- Add user callback (#250)
- Fix merge install for python packages (#241)
- Contributors: Darren Tsai, Dimitri Decious, Nathan Brooks, Sai Kishor Kothakota, Tim Clephas, Yannick de Hoop
0.4.0 (2025-01-13)
- Unit test friendly folder structure for Python examples (#237)
- Fix conversion typos (#238)
- Apply clang-tidy suggestions to [std::move]{.title-ref} certain variables (#228)
- Contributors: Sebastian Castro
0.3.9 (2024-10-27)
- fix error with not being able to find unpack_parameter_dict when using set_params_from_dict (#220)
- Add "additional_constraints" support (#221)
- Use int64_t instead of int for parameter integer range, fixes #199 (#214)
- Fix floating point range for upper/lt/lt_eq validations (#216)
- Fix nested parameter in Python template (#210)
- Fix test on rolling CI (#187)
- Add ability for param_listener to load values from yaml dictionary (#211)
- Use exist_ok=True in makedirs instead of checking for existence first, in case of multiple concurrent processes (#212)
- Add Non-Blocking try_get_params Function for Real-Time Control Systems (#205)
- Drop yaml brackets for consistency and readability (#203)
- Contributors: Karan Khanna, Auguste Bourgois, David Revay, Emerson
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged generate_parameter_library_py at Robotics Stack Exchange
|
generate_parameter_library_py package from generate_parameter_library repogenerate_parameter_library_example cmake_generate_parameter_module_example generate_parameter_library_example_external generate_parameter_module_example generate_parameter_library generate_parameter_library_py parameter_traits |
ROS Distro
|
Package Summary
| Version | 0.7.1 |
| License | BSD-3-Clause |
| Build type | AMENT_PYTHON |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/PickNikRobotics/generate_parameter_library.git |
| VCS Type | git |
| VCS Version | humble |
| Last Updated | 2026-03-22 |
| Dev Status | DEVELOPED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Maintainers
- bmagyar
- christophfroehlich
- Nathan Brooks
- Shaurya Kumar
- Paul Gesel
Authors
- Paul Gesel
Changelog for package generate_parameter_library_py
0.7.1 (2026-03-22)
- Fix nested mappings double dot bug and add tests (backport #327 #329) (#331) Co-authored-by: Mat198 <<44040676+Mat198@users.noreply.github.com>> Co-authored-by: Nathan <<50861188+natrad100@users.noreply.github.com>>
- Fix nested mapped parameters map (backport #306)
- Remove unused variables in pytest (backport #317)
- Contributors: Christoph Froehlich, Christoph Fröhlich
0.7.0 (2026-02-22)
- Deprecate parameter_traits package and header file (#297)
- Move linters to pre-commit (#298)
- Contributors: Christoph Fröhlich
0.6.0 (2025-12-06)
- Use templated NodeT in c++ constructor (#274)
- Update pre-commit hooks (#288)
- Improve logging message when a parameter is not set (#279)
- Account for nested map params (#277) (#280)
- Update maintainers for GBP release team (#282)
- fix setuptools deprecations (#268)
- Contributors: Ander González Tomé, Christoph Fröhlich, Gaël Écorchard, Nathan Brooks, Russ, mosfet80
0.5.0 (2025-06-12)
- Add [try_update_params]{.title-ref} method (#260)
- Fix ros2_controllers issue#1740 -Wreorder fix (#264)
- No need to default-construct logger in the declaration (#252)
- Add user callback python (#254)
- Add user callback (#250)
- Fix merge install for python packages (#241)
- Contributors: Darren Tsai, Dimitri Decious, Nathan Brooks, Sai Kishor Kothakota, Tim Clephas, Yannick de Hoop
0.4.0 (2025-01-13)
- Unit test friendly folder structure for Python examples (#237)
- Fix conversion typos (#238)
- Apply clang-tidy suggestions to [std::move]{.title-ref} certain variables (#228)
- Contributors: Sebastian Castro
0.3.9 (2024-10-27)
- fix error with not being able to find unpack_parameter_dict when using set_params_from_dict (#220)
- Add "additional_constraints" support (#221)
- Use int64_t instead of int for parameter integer range, fixes #199 (#214)
- Fix floating point range for upper/lt/lt_eq validations (#216)
- Fix nested parameter in Python template (#210)
- Fix test on rolling CI (#187)
- Add ability for param_listener to load values from yaml dictionary (#211)
- Use exist_ok=True in makedirs instead of checking for existence first, in case of multiple concurrent processes (#212)
- Add Non-Blocking try_get_params Function for Real-Time Control Systems (#205)
- Drop yaml brackets for consistency and readability (#203)
- Contributors: Karan Khanna, Auguste Bourgois, David Revay, Emerson
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged generate_parameter_library_py at Robotics Stack Exchange
|
generate_parameter_library_py package from generate_parameter_library repogenerate_parameter_library_example cmake_generate_parameter_module_example generate_parameter_library_example_external generate_parameter_module_example generate_parameter_library generate_parameter_library_py parameter_traits |
ROS Distro
|
Package Summary
| Version | 0.7.1 |
| License | BSD-3-Clause |
| Build type | AMENT_PYTHON |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/PickNikRobotics/generate_parameter_library.git |
| VCS Type | git |
| VCS Version | humble |
| Last Updated | 2026-03-22 |
| Dev Status | DEVELOPED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Maintainers
- bmagyar
- christophfroehlich
- Nathan Brooks
- Shaurya Kumar
- Paul Gesel
Authors
- Paul Gesel
Changelog for package generate_parameter_library_py
0.7.1 (2026-03-22)
- Fix nested mappings double dot bug and add tests (backport #327 #329) (#331) Co-authored-by: Mat198 <<44040676+Mat198@users.noreply.github.com>> Co-authored-by: Nathan <<50861188+natrad100@users.noreply.github.com>>
- Fix nested mapped parameters map (backport #306)
- Remove unused variables in pytest (backport #317)
- Contributors: Christoph Froehlich, Christoph Fröhlich
0.7.0 (2026-02-22)
- Deprecate parameter_traits package and header file (#297)
- Move linters to pre-commit (#298)
- Contributors: Christoph Fröhlich
0.6.0 (2025-12-06)
- Use templated NodeT in c++ constructor (#274)
- Update pre-commit hooks (#288)
- Improve logging message when a parameter is not set (#279)
- Account for nested map params (#277) (#280)
- Update maintainers for GBP release team (#282)
- fix setuptools deprecations (#268)
- Contributors: Ander González Tomé, Christoph Fröhlich, Gaël Écorchard, Nathan Brooks, Russ, mosfet80
0.5.0 (2025-06-12)
- Add [try_update_params]{.title-ref} method (#260)
- Fix ros2_controllers issue#1740 -Wreorder fix (#264)
- No need to default-construct logger in the declaration (#252)
- Add user callback python (#254)
- Add user callback (#250)
- Fix merge install for python packages (#241)
- Contributors: Darren Tsai, Dimitri Decious, Nathan Brooks, Sai Kishor Kothakota, Tim Clephas, Yannick de Hoop
0.4.0 (2025-01-13)
- Unit test friendly folder structure for Python examples (#237)
- Fix conversion typos (#238)
- Apply clang-tidy suggestions to [std::move]{.title-ref} certain variables (#228)
- Contributors: Sebastian Castro
0.3.9 (2024-10-27)
- fix error with not being able to find unpack_parameter_dict when using set_params_from_dict (#220)
- Add "additional_constraints" support (#221)
- Use int64_t instead of int for parameter integer range, fixes #199 (#214)
- Fix floating point range for upper/lt/lt_eq validations (#216)
- Fix nested parameter in Python template (#210)
- Fix test on rolling CI (#187)
- Add ability for param_listener to load values from yaml dictionary (#211)
- Use exist_ok=True in makedirs instead of checking for existence first, in case of multiple concurrent processes (#212)
- Add Non-Blocking try_get_params Function for Real-Time Control Systems (#205)
- Drop yaml brackets for consistency and readability (#203)
- Contributors: Karan Khanna, Auguste Bourgois, David Revay, Emerson
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged generate_parameter_library_py at Robotics Stack Exchange
|
generate_parameter_library_py package from generate_parameter_library repogenerate_parameter_library_example cmake_generate_parameter_module_example generate_parameter_library_example_external generate_parameter_module_example generate_parameter_library generate_parameter_library_py parameter_traits |
ROS Distro
|
Package Summary
| Version | 0.7.1 |
| License | BSD-3-Clause |
| Build type | AMENT_PYTHON |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/PickNikRobotics/generate_parameter_library.git |
| VCS Type | git |
| VCS Version | humble |
| Last Updated | 2026-03-22 |
| Dev Status | DEVELOPED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Maintainers
- bmagyar
- christophfroehlich
- Nathan Brooks
- Shaurya Kumar
- Paul Gesel
Authors
- Paul Gesel
Changelog for package generate_parameter_library_py
0.7.1 (2026-03-22)
- Fix nested mappings double dot bug and add tests (backport #327 #329) (#331) Co-authored-by: Mat198 <<44040676+Mat198@users.noreply.github.com>> Co-authored-by: Nathan <<50861188+natrad100@users.noreply.github.com>>
- Fix nested mapped parameters map (backport #306)
- Remove unused variables in pytest (backport #317)
- Contributors: Christoph Froehlich, Christoph Fröhlich
0.7.0 (2026-02-22)
- Deprecate parameter_traits package and header file (#297)
- Move linters to pre-commit (#298)
- Contributors: Christoph Fröhlich
0.6.0 (2025-12-06)
- Use templated NodeT in c++ constructor (#274)
- Update pre-commit hooks (#288)
- Improve logging message when a parameter is not set (#279)
- Account for nested map params (#277) (#280)
- Update maintainers for GBP release team (#282)
- fix setuptools deprecations (#268)
- Contributors: Ander González Tomé, Christoph Fröhlich, Gaël Écorchard, Nathan Brooks, Russ, mosfet80
0.5.0 (2025-06-12)
- Add [try_update_params]{.title-ref} method (#260)
- Fix ros2_controllers issue#1740 -Wreorder fix (#264)
- No need to default-construct logger in the declaration (#252)
- Add user callback python (#254)
- Add user callback (#250)
- Fix merge install for python packages (#241)
- Contributors: Darren Tsai, Dimitri Decious, Nathan Brooks, Sai Kishor Kothakota, Tim Clephas, Yannick de Hoop
0.4.0 (2025-01-13)
- Unit test friendly folder structure for Python examples (#237)
- Fix conversion typos (#238)
- Apply clang-tidy suggestions to [std::move]{.title-ref} certain variables (#228)
- Contributors: Sebastian Castro
0.3.9 (2024-10-27)
- fix error with not being able to find unpack_parameter_dict when using set_params_from_dict (#220)
- Add "additional_constraints" support (#221)
- Use int64_t instead of int for parameter integer range, fixes #199 (#214)
- Fix floating point range for upper/lt/lt_eq validations (#216)
- Fix nested parameter in Python template (#210)
- Fix test on rolling CI (#187)
- Add ability for param_listener to load values from yaml dictionary (#211)
- Use exist_ok=True in makedirs instead of checking for existence first, in case of multiple concurrent processes (#212)
- Add Non-Blocking try_get_params Function for Real-Time Control Systems (#205)
- Drop yaml brackets for consistency and readability (#203)
- Contributors: Karan Khanna, Auguste Bourgois, David Revay, Emerson
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged generate_parameter_library_py at Robotics Stack Exchange
|
generate_parameter_library_py package from generate_parameter_library repogenerate_parameter_library_example cmake_generate_parameter_module_example generate_parameter_library_example_external generate_parameter_module_example generate_parameter_library generate_parameter_library_py parameter_traits |
ROS Distro
|
Package Summary
| Version | 0.7.1 |
| License | BSD-3-Clause |
| Build type | AMENT_PYTHON |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/PickNikRobotics/generate_parameter_library.git |
| VCS Type | git |
| VCS Version | humble |
| Last Updated | 2026-03-22 |
| Dev Status | DEVELOPED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Maintainers
- bmagyar
- christophfroehlich
- Nathan Brooks
- Shaurya Kumar
- Paul Gesel
Authors
- Paul Gesel
Changelog for package generate_parameter_library_py
0.7.1 (2026-03-22)
- Fix nested mappings double dot bug and add tests (backport #327 #329) (#331) Co-authored-by: Mat198 <<44040676+Mat198@users.noreply.github.com>> Co-authored-by: Nathan <<50861188+natrad100@users.noreply.github.com>>
- Fix nested mapped parameters map (backport #306)
- Remove unused variables in pytest (backport #317)
- Contributors: Christoph Froehlich, Christoph Fröhlich
0.7.0 (2026-02-22)
- Deprecate parameter_traits package and header file (#297)
- Move linters to pre-commit (#298)
- Contributors: Christoph Fröhlich
0.6.0 (2025-12-06)
- Use templated NodeT in c++ constructor (#274)
- Update pre-commit hooks (#288)
- Improve logging message when a parameter is not set (#279)
- Account for nested map params (#277) (#280)
- Update maintainers for GBP release team (#282)
- fix setuptools deprecations (#268)
- Contributors: Ander González Tomé, Christoph Fröhlich, Gaël Écorchard, Nathan Brooks, Russ, mosfet80
0.5.0 (2025-06-12)
- Add [try_update_params]{.title-ref} method (#260)
- Fix ros2_controllers issue#1740 -Wreorder fix (#264)
- No need to default-construct logger in the declaration (#252)
- Add user callback python (#254)
- Add user callback (#250)
- Fix merge install for python packages (#241)
- Contributors: Darren Tsai, Dimitri Decious, Nathan Brooks, Sai Kishor Kothakota, Tim Clephas, Yannick de Hoop
0.4.0 (2025-01-13)
- Unit test friendly folder structure for Python examples (#237)
- Fix conversion typos (#238)
- Apply clang-tidy suggestions to [std::move]{.title-ref} certain variables (#228)
- Contributors: Sebastian Castro
0.3.9 (2024-10-27)
- fix error with not being able to find unpack_parameter_dict when using set_params_from_dict (#220)
- Add "additional_constraints" support (#221)
- Use int64_t instead of int for parameter integer range, fixes #199 (#214)
- Fix floating point range for upper/lt/lt_eq validations (#216)
- Fix nested parameter in Python template (#210)
- Fix test on rolling CI (#187)
- Add ability for param_listener to load values from yaml dictionary (#211)
- Use exist_ok=True in makedirs instead of checking for existence first, in case of multiple concurrent processes (#212)
- Add Non-Blocking try_get_params Function for Real-Time Control Systems (#205)
- Drop yaml brackets for consistency and readability (#203)
- Contributors: Karan Khanna, Auguste Bourgois, David Revay, Emerson
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged generate_parameter_library_py at Robotics Stack Exchange
|
generate_parameter_library_py package from generate_parameter_library repogenerate_parameter_library_example cmake_generate_parameter_module_example generate_parameter_library_example_external generate_parameter_module_example generate_parameter_library generate_parameter_library_py |
ROS Distro
|
Package Summary
| Version | 0.8.0 |
| License | BSD-3-Clause |
| Build type | AMENT_PYTHON |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/PickNikRobotics/generate_parameter_library.git |
| VCS Type | git |
| VCS Version | main |
| Last Updated | 2026-03-22 |
| Dev Status | DEVELOPED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Maintainers
- bmagyar
- christophfroehlich
- Nathan Brooks
- Shaurya Kumar
- Paul Gesel
Authors
- Paul Gesel
Changelog for package generate_parameter_library_py
0.8.0 (2026-03-22)
- Fix nested mappings double dot bug (#329) Co-authored-by: Nathan <<50861188+natrad100@users.noreply.github.com>>
- Fix nested mapped parameters map (#306)
- Remove unused variables in pytest (#317)
- Contributors: Christoph Fröhlich, Nick Laurenson
0.7.0 (2026-02-22)
- Deprecate parameter_traits package and header file (#297)
- Move linters to pre-commit (#298)
- Contributors: Christoph Fröhlich
0.6.0 (2025-12-06)
- Use templated NodeT in c++ constructor (#274)
- Update pre-commit hooks (#288)
- Improve logging message when a parameter is not set (#279)
- Account for nested map params (#277) (#280)
- Update maintainers for GBP release team (#282)
- fix setuptools deprecations (#268)
- Contributors: Ander González Tomé, Christoph Fröhlich, Gaël Écorchard, Nathan Brooks, Russ, mosfet80
0.5.0 (2025-06-12)
- Add [try_update_params]{.title-ref} method (#260)
- Fix ros2_controllers issue#1740 -Wreorder fix (#264)
- No need to default-construct logger in the declaration (#252)
- Add user callback python (#254)
- Add user callback (#250)
- Fix merge install for python packages (#241)
- Contributors: Darren Tsai, Dimitri Decious, Nathan Brooks, Sai Kishor Kothakota, Tim Clephas, Yannick de Hoop
0.4.0 (2025-01-13)
- Unit test friendly folder structure for Python examples (#237)
- Fix conversion typos (#238)
- Apply clang-tidy suggestions to [std::move]{.title-ref} certain variables (#228)
- Contributors: Sebastian Castro
0.3.9 (2024-10-27)
- fix error with not being able to find unpack_parameter_dict when using set_params_from_dict (#220)
- Add "additional_constraints" support (#221)
- Use int64_t instead of int for parameter integer range, fixes #199 (#214)
- Fix floating point range for upper/lt/lt_eq validations (#216)
- Fix nested parameter in Python template (#210)
- Fix test on rolling CI (#187)
- Add ability for param_listener to load values from yaml dictionary (#211)
- Use exist_ok=True in makedirs instead of checking for existence first, in case of multiple concurrent processes (#212)
- Add Non-Blocking try_get_params Function for Real-Time Control Systems (#205)
- Drop yaml brackets for consistency and readability (#203)
- Contributors: Karan Khanna, Auguste Bourgois, David Revay, Emerson Knapp, Jacob Seibert, KentaKato, Marq Rasmussen, Paul Gesel, Tim Clephas
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged generate_parameter_library_py at Robotics Stack Exchange
|
generate_parameter_library_py package from generate_parameter_library repogenerate_parameter_library_example cmake_generate_parameter_module_example generate_parameter_library_example_external generate_parameter_module_example generate_parameter_library generate_parameter_library_py parameter_traits |
ROS Distro
|
Package Summary
| Version | 0.7.1 |
| License | BSD-3-Clause |
| Build type | AMENT_PYTHON |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/PickNikRobotics/generate_parameter_library.git |
| VCS Type | git |
| VCS Version | humble |
| Last Updated | 2026-03-22 |
| Dev Status | DEVELOPED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Maintainers
- bmagyar
- christophfroehlich
- Nathan Brooks
- Shaurya Kumar
- Paul Gesel
Authors
- Paul Gesel
Changelog for package generate_parameter_library_py
0.7.1 (2026-03-22)
- Fix nested mappings double dot bug and add tests (backport #327 #329) (#331) Co-authored-by: Mat198 <<44040676+Mat198@users.noreply.github.com>> Co-authored-by: Nathan <<50861188+natrad100@users.noreply.github.com>>
- Fix nested mapped parameters map (backport #306)
- Remove unused variables in pytest (backport #317)
- Contributors: Christoph Froehlich, Christoph Fröhlich
0.7.0 (2026-02-22)
- Deprecate parameter_traits package and header file (#297)
- Move linters to pre-commit (#298)
- Contributors: Christoph Fröhlich
0.6.0 (2025-12-06)
- Use templated NodeT in c++ constructor (#274)
- Update pre-commit hooks (#288)
- Improve logging message when a parameter is not set (#279)
- Account for nested map params (#277) (#280)
- Update maintainers for GBP release team (#282)
- fix setuptools deprecations (#268)
- Contributors: Ander González Tomé, Christoph Fröhlich, Gaël Écorchard, Nathan Brooks, Russ, mosfet80
0.5.0 (2025-06-12)
- Add [try_update_params]{.title-ref} method (#260)
- Fix ros2_controllers issue#1740 -Wreorder fix (#264)
- No need to default-construct logger in the declaration (#252)
- Add user callback python (#254)
- Add user callback (#250)
- Fix merge install for python packages (#241)
- Contributors: Darren Tsai, Dimitri Decious, Nathan Brooks, Sai Kishor Kothakota, Tim Clephas, Yannick de Hoop
0.4.0 (2025-01-13)
- Unit test friendly folder structure for Python examples (#237)
- Fix conversion typos (#238)
- Apply clang-tidy suggestions to [std::move]{.title-ref} certain variables (#228)
- Contributors: Sebastian Castro
0.3.9 (2024-10-27)
- fix error with not being able to find unpack_parameter_dict when using set_params_from_dict (#220)
- Add "additional_constraints" support (#221)
- Use int64_t instead of int for parameter integer range, fixes #199 (#214)
- Fix floating point range for upper/lt/lt_eq validations (#216)
- Fix nested parameter in Python template (#210)
- Fix test on rolling CI (#187)
- Add ability for param_listener to load values from yaml dictionary (#211)
- Use exist_ok=True in makedirs instead of checking for existence first, in case of multiple concurrent processes (#212)
- Add Non-Blocking try_get_params Function for Real-Time Control Systems (#205)
- Drop yaml brackets for consistency and readability (#203)
- Contributors: Karan Khanna, Auguste Bourgois, David Revay, Emerson
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged generate_parameter_library_py at Robotics Stack Exchange
|
generate_parameter_library_py package from generate_parameter_library repogenerate_parameter_library_example cmake_generate_parameter_module_example generate_parameter_library_example_external generate_parameter_module_example generate_parameter_library generate_parameter_library_py parameter_traits |
ROS Distro
|
Package Summary
| Version | 0.7.1 |
| License | BSD-3-Clause |
| Build type | AMENT_PYTHON |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/PickNikRobotics/generate_parameter_library.git |
| VCS Type | git |
| VCS Version | humble |
| Last Updated | 2026-03-22 |
| Dev Status | DEVELOPED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Maintainers
- bmagyar
- christophfroehlich
- Nathan Brooks
- Shaurya Kumar
- Paul Gesel
Authors
- Paul Gesel
Changelog for package generate_parameter_library_py
0.7.1 (2026-03-22)
- Fix nested mappings double dot bug and add tests (backport #327 #329) (#331) Co-authored-by: Mat198 <<44040676+Mat198@users.noreply.github.com>> Co-authored-by: Nathan <<50861188+natrad100@users.noreply.github.com>>
- Fix nested mapped parameters map (backport #306)
- Remove unused variables in pytest (backport #317)
- Contributors: Christoph Froehlich, Christoph Fröhlich
0.7.0 (2026-02-22)
- Deprecate parameter_traits package and header file (#297)
- Move linters to pre-commit (#298)
- Contributors: Christoph Fröhlich
0.6.0 (2025-12-06)
- Use templated NodeT in c++ constructor (#274)
- Update pre-commit hooks (#288)
- Improve logging message when a parameter is not set (#279)
- Account for nested map params (#277) (#280)
- Update maintainers for GBP release team (#282)
- fix setuptools deprecations (#268)
- Contributors: Ander González Tomé, Christoph Fröhlich, Gaël Écorchard, Nathan Brooks, Russ, mosfet80
0.5.0 (2025-06-12)
- Add [try_update_params]{.title-ref} method (#260)
- Fix ros2_controllers issue#1740 -Wreorder fix (#264)
- No need to default-construct logger in the declaration (#252)
- Add user callback python (#254)
- Add user callback (#250)
- Fix merge install for python packages (#241)
- Contributors: Darren Tsai, Dimitri Decious, Nathan Brooks, Sai Kishor Kothakota, Tim Clephas, Yannick de Hoop
0.4.0 (2025-01-13)
- Unit test friendly folder structure for Python examples (#237)
- Fix conversion typos (#238)
- Apply clang-tidy suggestions to [std::move]{.title-ref} certain variables (#228)
- Contributors: Sebastian Castro
0.3.9 (2024-10-27)
- fix error with not being able to find unpack_parameter_dict when using set_params_from_dict (#220)
- Add "additional_constraints" support (#221)
- Use int64_t instead of int for parameter integer range, fixes #199 (#214)
- Fix floating point range for upper/lt/lt_eq validations (#216)
- Fix nested parameter in Python template (#210)
- Fix test on rolling CI (#187)
- Add ability for param_listener to load values from yaml dictionary (#211)
- Use exist_ok=True in makedirs instead of checking for existence first, in case of multiple concurrent processes (#212)
- Add Non-Blocking try_get_params Function for Real-Time Control Systems (#205)
- Drop yaml brackets for consistency and readability (#203)
- Contributors: Karan Khanna, Auguste Bourgois, David Revay, Emerson
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged generate_parameter_library_py at Robotics Stack Exchange
|
generate_parameter_library_py package from generate_parameter_library repogenerate_parameter_library_example cmake_generate_parameter_module_example generate_parameter_library_example_external generate_parameter_module_example generate_parameter_library generate_parameter_library_py parameter_traits |
ROS Distro
|
Package Summary
| Version | 0.7.1 |
| License | BSD-3-Clause |
| Build type | AMENT_PYTHON |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/PickNikRobotics/generate_parameter_library.git |
| VCS Type | git |
| VCS Version | humble |
| Last Updated | 2026-03-22 |
| Dev Status | DEVELOPED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Maintainers
- bmagyar
- christophfroehlich
- Nathan Brooks
- Shaurya Kumar
- Paul Gesel
Authors
- Paul Gesel
Changelog for package generate_parameter_library_py
0.7.1 (2026-03-22)
- Fix nested mappings double dot bug and add tests (backport #327 #329) (#331) Co-authored-by: Mat198 <<44040676+Mat198@users.noreply.github.com>> Co-authored-by: Nathan <<50861188+natrad100@users.noreply.github.com>>
- Fix nested mapped parameters map (backport #306)
- Remove unused variables in pytest (backport #317)
- Contributors: Christoph Froehlich, Christoph Fröhlich
0.7.0 (2026-02-22)
- Deprecate parameter_traits package and header file (#297)
- Move linters to pre-commit (#298)
- Contributors: Christoph Fröhlich
0.6.0 (2025-12-06)
- Use templated NodeT in c++ constructor (#274)
- Update pre-commit hooks (#288)
- Improve logging message when a parameter is not set (#279)
- Account for nested map params (#277) (#280)
- Update maintainers for GBP release team (#282)
- fix setuptools deprecations (#268)
- Contributors: Ander González Tomé, Christoph Fröhlich, Gaël Écorchard, Nathan Brooks, Russ, mosfet80
0.5.0 (2025-06-12)
- Add [try_update_params]{.title-ref} method (#260)
- Fix ros2_controllers issue#1740 -Wreorder fix (#264)
- No need to default-construct logger in the declaration (#252)
- Add user callback python (#254)
- Add user callback (#250)
- Fix merge install for python packages (#241)
- Contributors: Darren Tsai, Dimitri Decious, Nathan Brooks, Sai Kishor Kothakota, Tim Clephas, Yannick de Hoop
0.4.0 (2025-01-13)
- Unit test friendly folder structure for Python examples (#237)
- Fix conversion typos (#238)
- Apply clang-tidy suggestions to [std::move]{.title-ref} certain variables (#228)
- Contributors: Sebastian Castro
0.3.9 (2024-10-27)
- fix error with not being able to find unpack_parameter_dict when using set_params_from_dict (#220)
- Add "additional_constraints" support (#221)
- Use int64_t instead of int for parameter integer range, fixes #199 (#214)
- Fix floating point range for upper/lt/lt_eq validations (#216)
- Fix nested parameter in Python template (#210)
- Fix test on rolling CI (#187)
- Add ability for param_listener to load values from yaml dictionary (#211)
- Use exist_ok=True in makedirs instead of checking for existence first, in case of multiple concurrent processes (#212)
- Add Non-Blocking try_get_params Function for Real-Time Control Systems (#205)
- Drop yaml brackets for consistency and readability (#203)
- Contributors: Karan Khanna, Auguste Bourgois, David Revay, Emerson
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged generate_parameter_library_py at Robotics Stack Exchange
|
generate_parameter_library_py package from generate_parameter_library repogenerate_parameter_library_example cmake_generate_parameter_module_example generate_parameter_library_example_external generate_parameter_module_example generate_parameter_library generate_parameter_library_py parameter_traits |
ROS Distro
|
Package Summary
| Version | 0.7.1 |
| License | BSD-3-Clause |
| Build type | AMENT_PYTHON |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/PickNikRobotics/generate_parameter_library.git |
| VCS Type | git |
| VCS Version | humble |
| Last Updated | 2026-03-22 |
| Dev Status | DEVELOPED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Maintainers
- bmagyar
- christophfroehlich
- Nathan Brooks
- Shaurya Kumar
- Paul Gesel
Authors
- Paul Gesel
Changelog for package generate_parameter_library_py
0.7.1 (2026-03-22)
- Fix nested mappings double dot bug and add tests (backport #327 #329) (#331) Co-authored-by: Mat198 <<44040676+Mat198@users.noreply.github.com>> Co-authored-by: Nathan <<50861188+natrad100@users.noreply.github.com>>
- Fix nested mapped parameters map (backport #306)
- Remove unused variables in pytest (backport #317)
- Contributors: Christoph Froehlich, Christoph Fröhlich
0.7.0 (2026-02-22)
- Deprecate parameter_traits package and header file (#297)
- Move linters to pre-commit (#298)
- Contributors: Christoph Fröhlich
0.6.0 (2025-12-06)
- Use templated NodeT in c++ constructor (#274)
- Update pre-commit hooks (#288)
- Improve logging message when a parameter is not set (#279)
- Account for nested map params (#277) (#280)
- Update maintainers for GBP release team (#282)
- fix setuptools deprecations (#268)
- Contributors: Ander González Tomé, Christoph Fröhlich, Gaël Écorchard, Nathan Brooks, Russ, mosfet80
0.5.0 (2025-06-12)
- Add [try_update_params]{.title-ref} method (#260)
- Fix ros2_controllers issue#1740 -Wreorder fix (#264)
- No need to default-construct logger in the declaration (#252)
- Add user callback python (#254)
- Add user callback (#250)
- Fix merge install for python packages (#241)
- Contributors: Darren Tsai, Dimitri Decious, Nathan Brooks, Sai Kishor Kothakota, Tim Clephas, Yannick de Hoop
0.4.0 (2025-01-13)
- Unit test friendly folder structure for Python examples (#237)
- Fix conversion typos (#238)
- Apply clang-tidy suggestions to [std::move]{.title-ref} certain variables (#228)
- Contributors: Sebastian Castro
0.3.9 (2024-10-27)
- fix error with not being able to find unpack_parameter_dict when using set_params_from_dict (#220)
- Add "additional_constraints" support (#221)
- Use int64_t instead of int for parameter integer range, fixes #199 (#214)
- Fix floating point range for upper/lt/lt_eq validations (#216)
- Fix nested parameter in Python template (#210)
- Fix test on rolling CI (#187)
- Add ability for param_listener to load values from yaml dictionary (#211)
- Use exist_ok=True in makedirs instead of checking for existence first, in case of multiple concurrent processes (#212)
- Add Non-Blocking try_get_params Function for Real-Time Control Systems (#205)
- Drop yaml brackets for consistency and readability (#203)
- Contributors: Karan Khanna, Auguste Bourgois, David Revay, Emerson
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged generate_parameter_library_py at Robotics Stack Exchange
|
generate_parameter_library_py package from generate_parameter_library repogenerate_parameter_library_example cmake_generate_parameter_module_example generate_parameter_library_example_external generate_parameter_module_example generate_parameter_library generate_parameter_library_py parameter_traits |
ROS Distro
|
Package Summary
| Version | 0.7.1 |
| License | BSD-3-Clause |
| Build type | AMENT_PYTHON |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/PickNikRobotics/generate_parameter_library.git |
| VCS Type | git |
| VCS Version | humble |
| Last Updated | 2026-03-22 |
| Dev Status | DEVELOPED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Maintainers
- bmagyar
- christophfroehlich
- Nathan Brooks
- Shaurya Kumar
- Paul Gesel
Authors
- Paul Gesel
Changelog for package generate_parameter_library_py
0.7.1 (2026-03-22)
- Fix nested mappings double dot bug and add tests (backport #327 #329) (#331) Co-authored-by: Mat198 <<44040676+Mat198@users.noreply.github.com>> Co-authored-by: Nathan <<50861188+natrad100@users.noreply.github.com>>
- Fix nested mapped parameters map (backport #306)
- Remove unused variables in pytest (backport #317)
- Contributors: Christoph Froehlich, Christoph Fröhlich
0.7.0 (2026-02-22)
- Deprecate parameter_traits package and header file (#297)
- Move linters to pre-commit (#298)
- Contributors: Christoph Fröhlich
0.6.0 (2025-12-06)
- Use templated NodeT in c++ constructor (#274)
- Update pre-commit hooks (#288)
- Improve logging message when a parameter is not set (#279)
- Account for nested map params (#277) (#280)
- Update maintainers for GBP release team (#282)
- fix setuptools deprecations (#268)
- Contributors: Ander González Tomé, Christoph Fröhlich, Gaël Écorchard, Nathan Brooks, Russ, mosfet80
0.5.0 (2025-06-12)
- Add [try_update_params]{.title-ref} method (#260)
- Fix ros2_controllers issue#1740 -Wreorder fix (#264)
- No need to default-construct logger in the declaration (#252)
- Add user callback python (#254)
- Add user callback (#250)
- Fix merge install for python packages (#241)
- Contributors: Darren Tsai, Dimitri Decious, Nathan Brooks, Sai Kishor Kothakota, Tim Clephas, Yannick de Hoop
0.4.0 (2025-01-13)
- Unit test friendly folder structure for Python examples (#237)
- Fix conversion typos (#238)
- Apply clang-tidy suggestions to [std::move]{.title-ref} certain variables (#228)
- Contributors: Sebastian Castro
0.3.9 (2024-10-27)
- fix error with not being able to find unpack_parameter_dict when using set_params_from_dict (#220)
- Add "additional_constraints" support (#221)
- Use int64_t instead of int for parameter integer range, fixes #199 (#214)
- Fix floating point range for upper/lt/lt_eq validations (#216)
- Fix nested parameter in Python template (#210)
- Fix test on rolling CI (#187)
- Add ability for param_listener to load values from yaml dictionary (#211)
- Use exist_ok=True in makedirs instead of checking for existence first, in case of multiple concurrent processes (#212)
- Add Non-Blocking try_get_params Function for Real-Time Control Systems (#205)
- Drop yaml brackets for consistency and readability (#203)
- Contributors: Karan Khanna, Auguste Bourgois, David Revay, Emerson
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged generate_parameter_library_py at Robotics Stack Exchange
|
generate_parameter_library_py package from generate_parameter_library repogenerate_parameter_library_example cmake_generate_parameter_module_example generate_parameter_library_example_external generate_parameter_module_example generate_parameter_library generate_parameter_library_py parameter_traits |
ROS Distro
|
Package Summary
| Version | 0.7.1 |
| License | BSD-3-Clause |
| Build type | AMENT_PYTHON |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/PickNikRobotics/generate_parameter_library.git |
| VCS Type | git |
| VCS Version | humble |
| Last Updated | 2026-03-22 |
| Dev Status | DEVELOPED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Maintainers
- bmagyar
- christophfroehlich
- Nathan Brooks
- Shaurya Kumar
- Paul Gesel
Authors
- Paul Gesel
Changelog for package generate_parameter_library_py
0.7.1 (2026-03-22)
- Fix nested mappings double dot bug and add tests (backport #327 #329) (#331) Co-authored-by: Mat198 <<44040676+Mat198@users.noreply.github.com>> Co-authored-by: Nathan <<50861188+natrad100@users.noreply.github.com>>
- Fix nested mapped parameters map (backport #306)
- Remove unused variables in pytest (backport #317)
- Contributors: Christoph Froehlich, Christoph Fröhlich
0.7.0 (2026-02-22)
- Deprecate parameter_traits package and header file (#297)
- Move linters to pre-commit (#298)
- Contributors: Christoph Fröhlich
0.6.0 (2025-12-06)
- Use templated NodeT in c++ constructor (#274)
- Update pre-commit hooks (#288)
- Improve logging message when a parameter is not set (#279)
- Account for nested map params (#277) (#280)
- Update maintainers for GBP release team (#282)
- fix setuptools deprecations (#268)
- Contributors: Ander González Tomé, Christoph Fröhlich, Gaël Écorchard, Nathan Brooks, Russ, mosfet80
0.5.0 (2025-06-12)
- Add [try_update_params]{.title-ref} method (#260)
- Fix ros2_controllers issue#1740 -Wreorder fix (#264)
- No need to default-construct logger in the declaration (#252)
- Add user callback python (#254)
- Add user callback (#250)
- Fix merge install for python packages (#241)
- Contributors: Darren Tsai, Dimitri Decious, Nathan Brooks, Sai Kishor Kothakota, Tim Clephas, Yannick de Hoop
0.4.0 (2025-01-13)
- Unit test friendly folder structure for Python examples (#237)
- Fix conversion typos (#238)
- Apply clang-tidy suggestions to [std::move]{.title-ref} certain variables (#228)
- Contributors: Sebastian Castro
0.3.9 (2024-10-27)
- fix error with not being able to find unpack_parameter_dict when using set_params_from_dict (#220)
- Add "additional_constraints" support (#221)
- Use int64_t instead of int for parameter integer range, fixes #199 (#214)
- Fix floating point range for upper/lt/lt_eq validations (#216)
- Fix nested parameter in Python template (#210)
- Fix test on rolling CI (#187)
- Add ability for param_listener to load values from yaml dictionary (#211)
- Use exist_ok=True in makedirs instead of checking for existence first, in case of multiple concurrent processes (#212)
- Add Non-Blocking try_get_params Function for Real-Time Control Systems (#205)
- Drop yaml brackets for consistency and readability (#203)
- Contributors: Karan Khanna, Auguste Bourgois, David Revay, Emerson
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged generate_parameter_library_py at Robotics Stack Exchange
|
generate_parameter_library_py package from generate_parameter_library repogenerate_parameter_library_example cmake_generate_parameter_module_example generate_parameter_library_example_external generate_parameter_module_example generate_parameter_library generate_parameter_library_py parameter_traits |
ROS Distro
|
Package Summary
| Version | 0.7.1 |
| License | BSD-3-Clause |
| Build type | AMENT_PYTHON |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/PickNikRobotics/generate_parameter_library.git |
| VCS Type | git |
| VCS Version | humble |
| Last Updated | 2026-03-22 |
| Dev Status | DEVELOPED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Maintainers
- bmagyar
- christophfroehlich
- Nathan Brooks
- Shaurya Kumar
- Paul Gesel
Authors
- Paul Gesel
Changelog for package generate_parameter_library_py
0.7.1 (2026-03-22)
- Fix nested mappings double dot bug and add tests (backport #327 #329) (#331) Co-authored-by: Mat198 <<44040676+Mat198@users.noreply.github.com>> Co-authored-by: Nathan <<50861188+natrad100@users.noreply.github.com>>
- Fix nested mapped parameters map (backport #306)
- Remove unused variables in pytest (backport #317)
- Contributors: Christoph Froehlich, Christoph Fröhlich
0.7.0 (2026-02-22)
- Deprecate parameter_traits package and header file (#297)
- Move linters to pre-commit (#298)
- Contributors: Christoph Fröhlich
0.6.0 (2025-12-06)
- Use templated NodeT in c++ constructor (#274)
- Update pre-commit hooks (#288)
- Improve logging message when a parameter is not set (#279)
- Account for nested map params (#277) (#280)
- Update maintainers for GBP release team (#282)
- fix setuptools deprecations (#268)
- Contributors: Ander González Tomé, Christoph Fröhlich, Gaël Écorchard, Nathan Brooks, Russ, mosfet80
0.5.0 (2025-06-12)
- Add [try_update_params]{.title-ref} method (#260)
- Fix ros2_controllers issue#1740 -Wreorder fix (#264)
- No need to default-construct logger in the declaration (#252)
- Add user callback python (#254)
- Add user callback (#250)
- Fix merge install for python packages (#241)
- Contributors: Darren Tsai, Dimitri Decious, Nathan Brooks, Sai Kishor Kothakota, Tim Clephas, Yannick de Hoop
0.4.0 (2025-01-13)
- Unit test friendly folder structure for Python examples (#237)
- Fix conversion typos (#238)
- Apply clang-tidy suggestions to [std::move]{.title-ref} certain variables (#228)
- Contributors: Sebastian Castro
0.3.9 (2024-10-27)
- fix error with not being able to find unpack_parameter_dict when using set_params_from_dict (#220)
- Add "additional_constraints" support (#221)
- Use int64_t instead of int for parameter integer range, fixes #199 (#214)
- Fix floating point range for upper/lt/lt_eq validations (#216)
- Fix nested parameter in Python template (#210)
- Fix test on rolling CI (#187)
- Add ability for param_listener to load values from yaml dictionary (#211)
- Use exist_ok=True in makedirs instead of checking for existence first, in case of multiple concurrent processes (#212)
- Add Non-Blocking try_get_params Function for Real-Time Control Systems (#205)
- Drop yaml brackets for consistency and readability (#203)
- Contributors: Karan Khanna, Auguste Bourgois, David Revay, Emerson
File truncated at 100 lines see the full file