No version for distro humble showing github. Known supported distros are highlighted in the buttons above.
![]() |
dynamic_reconfigure package from turtlesim-sketch repodynamic_reconfigure image_thresholding sketch |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 1.7.1 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Description | |
Checkout URI | https://github.com/shilpaj1994/turtlesim-sketch.git |
VCS Type | git |
VCS Version | master |
Last Updated | 2020-10-02 |
Dev Status | UNKNOWN |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
The dynamic_reconfigure package provides a means to update parameters
at runtime without having to restart the node.
Additional Links
Maintainers
- Michael Carroll
Authors
- Blaise Gassend
README
No README found.
See repository README.
CHANGELOG
Changelog for package dynamic_reconfigure
1.7.1 (2020-08-28)
- narrow down required boost dependencies (#160)
- Make Config object pickle-able in Python 3 (#154)
- Fix python3 issue in a backward compatible way (#157)
- import setup from setuptools instead of distutils-core (#153)
- Contributors: Alejandro Hernández Cordero, Mikael Arguedas, Scott K Logan
1.7.0 (2020-03-05)
- Fixing compile error with cpp client when using -Werror=reorder. (#118)
- ConfigType.h.template: fixed warnings (#136) (#149)
- Bump CMake minimum version to use CMP0048 (#148)
- Use PYTHON_EXECUTABLE to generate config headers. (#146)
- Python3 compatibility (#135)
- Use system on gen headers (#140)
- Fix GCC8 error for unnecessary parentheses (#132)
- fix generate_dynamic_reconfigure_options (#10) (#134)
- Make Michael Carroll the maintainer (#125)
- Contributors: Christopher Wecht, Markus Grimm, Michael Carroll, Mikael Arguedas, Nicolas Limpert, Sean Yen [MSFT], Victor Lopez
1.6.0 (2018-10-02)
- fix check preventing range for string and bool parameters (#122)
- Fix build issue on Windows (#114)
- Contributors: Johnson Shih, Mikael Arguedas
1.5.50 (2018-10-02)
- final-keyword
(#113)
- Add final keyword to child class since parent has virtual methods and grand parent doesn't have a virtual destructor. This allows the code to be compiled by clang version 6.0 and above.
- [indentation fixups]
- Use textwrap dedent for multiline strings
- Remove extra indentation in wikidoc
- Use textwrap.dedent to form the error message
- [test fix] call shutdown to prevent test from hanging (#119)
- Modernize Python code
(#102)
- Use new-style classes
- Use with statement to ensure files are closed
- Python 3 compatibility
(#105)
- some randon python cleanup
- remove iter* method for their 2/3 compatible equivalent
- Contributors: Eric Wieser, Jason Mercer, Mikael Arguedas
1.5.49 (2017-07-27)
- Pep8 (#93)
- Python3 use print function and not statement (#92)
- add shebang line in setup_custom_pythonpath.sh.in template (#91)
- switch to package format 2 (#89)
- remove trailing whitespaces (#88)
- Reraising DynamicReconfigureCallbackException in case of a failing service call (#87)
- Contributors: Arne Hitzmann, Mikael Arguedas
1.5.48 (2017-04-07)
- [Bugfix] dont enforce ROS names for constants (#84)
- [Compiler warnings] avoid unused-parameter compiler warnings in specialized ParamDescription<std::string>::clamp() (#83)
- Contributors: Johannes Meyer, Mikael Arguedas
1.5.47 (2017-03-27)
- reset received_configuration_ for every request sent
File truncated at 100 lines see the full file
Package Dependencies
Deps | Name |
---|---|
cpp_common | |
message_generation | |
roscpp_serialization | |
rostest | |
catkin | |
message_runtime | |
roslib | |
rospy | |
rosservice | |
roscpp | |
std_msgs |
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
No plugins found.
Recent questions tagged dynamic_reconfigure at Robotics Stack Exchange
No version for distro jazzy showing github. Known supported distros are highlighted in the buttons above.
![]() |
dynamic_reconfigure package from turtlesim-sketch repodynamic_reconfigure image_thresholding sketch |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 1.7.1 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Description | |
Checkout URI | https://github.com/shilpaj1994/turtlesim-sketch.git |
VCS Type | git |
VCS Version | master |
Last Updated | 2020-10-02 |
Dev Status | UNKNOWN |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
The dynamic_reconfigure package provides a means to update parameters
at runtime without having to restart the node.
Additional Links
Maintainers
- Michael Carroll
Authors
- Blaise Gassend
README
No README found.
See repository README.
CHANGELOG
Changelog for package dynamic_reconfigure
1.7.1 (2020-08-28)
- narrow down required boost dependencies (#160)
- Make Config object pickle-able in Python 3 (#154)
- Fix python3 issue in a backward compatible way (#157)
- import setup from setuptools instead of distutils-core (#153)
- Contributors: Alejandro Hernández Cordero, Mikael Arguedas, Scott K Logan
1.7.0 (2020-03-05)
- Fixing compile error with cpp client when using -Werror=reorder. (#118)
- ConfigType.h.template: fixed warnings (#136) (#149)
- Bump CMake minimum version to use CMP0048 (#148)
- Use PYTHON_EXECUTABLE to generate config headers. (#146)
- Python3 compatibility (#135)
- Use system on gen headers (#140)
- Fix GCC8 error for unnecessary parentheses (#132)
- fix generate_dynamic_reconfigure_options (#10) (#134)
- Make Michael Carroll the maintainer (#125)
- Contributors: Christopher Wecht, Markus Grimm, Michael Carroll, Mikael Arguedas, Nicolas Limpert, Sean Yen [MSFT], Victor Lopez
1.6.0 (2018-10-02)
- fix check preventing range for string and bool parameters (#122)
- Fix build issue on Windows (#114)
- Contributors: Johnson Shih, Mikael Arguedas
1.5.50 (2018-10-02)
- final-keyword
(#113)
- Add final keyword to child class since parent has virtual methods and grand parent doesn't have a virtual destructor. This allows the code to be compiled by clang version 6.0 and above.
- [indentation fixups]
- Use textwrap dedent for multiline strings
- Remove extra indentation in wikidoc
- Use textwrap.dedent to form the error message
- [test fix] call shutdown to prevent test from hanging (#119)
- Modernize Python code
(#102)
- Use new-style classes
- Use with statement to ensure files are closed
- Python 3 compatibility
(#105)
- some randon python cleanup
- remove iter* method for their 2/3 compatible equivalent
- Contributors: Eric Wieser, Jason Mercer, Mikael Arguedas
1.5.49 (2017-07-27)
- Pep8 (#93)
- Python3 use print function and not statement (#92)
- add shebang line in setup_custom_pythonpath.sh.in template (#91)
- switch to package format 2 (#89)
- remove trailing whitespaces (#88)
- Reraising DynamicReconfigureCallbackException in case of a failing service call (#87)
- Contributors: Arne Hitzmann, Mikael Arguedas
1.5.48 (2017-04-07)
- [Bugfix] dont enforce ROS names for constants (#84)
- [Compiler warnings] avoid unused-parameter compiler warnings in specialized ParamDescription<std::string>::clamp() (#83)
- Contributors: Johannes Meyer, Mikael Arguedas
1.5.47 (2017-03-27)
- reset received_configuration_ for every request sent
File truncated at 100 lines see the full file
Package Dependencies
Deps | Name |
---|---|
cpp_common | |
message_generation | |
roscpp_serialization | |
rostest | |
catkin | |
message_runtime | |
roslib | |
rospy | |
rosservice | |
roscpp | |
std_msgs |
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
No plugins found.
Recent questions tagged dynamic_reconfigure at Robotics Stack Exchange
No version for distro kilted showing github. Known supported distros are highlighted in the buttons above.
![]() |
dynamic_reconfigure package from turtlesim-sketch repodynamic_reconfigure image_thresholding sketch |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 1.7.1 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Description | |
Checkout URI | https://github.com/shilpaj1994/turtlesim-sketch.git |
VCS Type | git |
VCS Version | master |
Last Updated | 2020-10-02 |
Dev Status | UNKNOWN |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
The dynamic_reconfigure package provides a means to update parameters
at runtime without having to restart the node.
Additional Links
Maintainers
- Michael Carroll
Authors
- Blaise Gassend
README
No README found.
See repository README.
CHANGELOG
Changelog for package dynamic_reconfigure
1.7.1 (2020-08-28)
- narrow down required boost dependencies (#160)
- Make Config object pickle-able in Python 3 (#154)
- Fix python3 issue in a backward compatible way (#157)
- import setup from setuptools instead of distutils-core (#153)
- Contributors: Alejandro Hernández Cordero, Mikael Arguedas, Scott K Logan
1.7.0 (2020-03-05)
- Fixing compile error with cpp client when using -Werror=reorder. (#118)
- ConfigType.h.template: fixed warnings (#136) (#149)
- Bump CMake minimum version to use CMP0048 (#148)
- Use PYTHON_EXECUTABLE to generate config headers. (#146)
- Python3 compatibility (#135)
- Use system on gen headers (#140)
- Fix GCC8 error for unnecessary parentheses (#132)
- fix generate_dynamic_reconfigure_options (#10) (#134)
- Make Michael Carroll the maintainer (#125)
- Contributors: Christopher Wecht, Markus Grimm, Michael Carroll, Mikael Arguedas, Nicolas Limpert, Sean Yen [MSFT], Victor Lopez
1.6.0 (2018-10-02)
- fix check preventing range for string and bool parameters (#122)
- Fix build issue on Windows (#114)
- Contributors: Johnson Shih, Mikael Arguedas
1.5.50 (2018-10-02)
- final-keyword
(#113)
- Add final keyword to child class since parent has virtual methods and grand parent doesn't have a virtual destructor. This allows the code to be compiled by clang version 6.0 and above.
- [indentation fixups]
- Use textwrap dedent for multiline strings
- Remove extra indentation in wikidoc
- Use textwrap.dedent to form the error message
- [test fix] call shutdown to prevent test from hanging (#119)
- Modernize Python code
(#102)
- Use new-style classes
- Use with statement to ensure files are closed
- Python 3 compatibility
(#105)
- some randon python cleanup
- remove iter* method for their 2/3 compatible equivalent
- Contributors: Eric Wieser, Jason Mercer, Mikael Arguedas
1.5.49 (2017-07-27)
- Pep8 (#93)
- Python3 use print function and not statement (#92)
- add shebang line in setup_custom_pythonpath.sh.in template (#91)
- switch to package format 2 (#89)
- remove trailing whitespaces (#88)
- Reraising DynamicReconfigureCallbackException in case of a failing service call (#87)
- Contributors: Arne Hitzmann, Mikael Arguedas
1.5.48 (2017-04-07)
- [Bugfix] dont enforce ROS names for constants (#84)
- [Compiler warnings] avoid unused-parameter compiler warnings in specialized ParamDescription<std::string>::clamp() (#83)
- Contributors: Johannes Meyer, Mikael Arguedas
1.5.47 (2017-03-27)
- reset received_configuration_ for every request sent
File truncated at 100 lines see the full file
Package Dependencies
Deps | Name |
---|---|
cpp_common | |
message_generation | |
roscpp_serialization | |
rostest | |
catkin | |
message_runtime | |
roslib | |
rospy | |
rosservice | |
roscpp | |
std_msgs |
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
No plugins found.
Recent questions tagged dynamic_reconfigure at Robotics Stack Exchange
No version for distro rolling showing github. Known supported distros are highlighted in the buttons above.
![]() |
dynamic_reconfigure package from turtlesim-sketch repodynamic_reconfigure image_thresholding sketch |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 1.7.1 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Description | |
Checkout URI | https://github.com/shilpaj1994/turtlesim-sketch.git |
VCS Type | git |
VCS Version | master |
Last Updated | 2020-10-02 |
Dev Status | UNKNOWN |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
The dynamic_reconfigure package provides a means to update parameters
at runtime without having to restart the node.
Additional Links
Maintainers
- Michael Carroll
Authors
- Blaise Gassend
README
No README found.
See repository README.
CHANGELOG
Changelog for package dynamic_reconfigure
1.7.1 (2020-08-28)
- narrow down required boost dependencies (#160)
- Make Config object pickle-able in Python 3 (#154)
- Fix python3 issue in a backward compatible way (#157)
- import setup from setuptools instead of distutils-core (#153)
- Contributors: Alejandro Hernández Cordero, Mikael Arguedas, Scott K Logan
1.7.0 (2020-03-05)
- Fixing compile error with cpp client when using -Werror=reorder. (#118)
- ConfigType.h.template: fixed warnings (#136) (#149)
- Bump CMake minimum version to use CMP0048 (#148)
- Use PYTHON_EXECUTABLE to generate config headers. (#146)
- Python3 compatibility (#135)
- Use system on gen headers (#140)
- Fix GCC8 error for unnecessary parentheses (#132)
- fix generate_dynamic_reconfigure_options (#10) (#134)
- Make Michael Carroll the maintainer (#125)
- Contributors: Christopher Wecht, Markus Grimm, Michael Carroll, Mikael Arguedas, Nicolas Limpert, Sean Yen [MSFT], Victor Lopez
1.6.0 (2018-10-02)
- fix check preventing range for string and bool parameters (#122)
- Fix build issue on Windows (#114)
- Contributors: Johnson Shih, Mikael Arguedas
1.5.50 (2018-10-02)
- final-keyword
(#113)
- Add final keyword to child class since parent has virtual methods and grand parent doesn't have a virtual destructor. This allows the code to be compiled by clang version 6.0 and above.
- [indentation fixups]
- Use textwrap dedent for multiline strings
- Remove extra indentation in wikidoc
- Use textwrap.dedent to form the error message
- [test fix] call shutdown to prevent test from hanging (#119)
- Modernize Python code
(#102)
- Use new-style classes
- Use with statement to ensure files are closed
- Python 3 compatibility
(#105)
- some randon python cleanup
- remove iter* method for their 2/3 compatible equivalent
- Contributors: Eric Wieser, Jason Mercer, Mikael Arguedas
1.5.49 (2017-07-27)
- Pep8 (#93)
- Python3 use print function and not statement (#92)
- add shebang line in setup_custom_pythonpath.sh.in template (#91)
- switch to package format 2 (#89)
- remove trailing whitespaces (#88)
- Reraising DynamicReconfigureCallbackException in case of a failing service call (#87)
- Contributors: Arne Hitzmann, Mikael Arguedas
1.5.48 (2017-04-07)
- [Bugfix] dont enforce ROS names for constants (#84)
- [Compiler warnings] avoid unused-parameter compiler warnings in specialized ParamDescription<std::string>::clamp() (#83)
- Contributors: Johannes Meyer, Mikael Arguedas
1.5.47 (2017-03-27)
- reset received_configuration_ for every request sent
File truncated at 100 lines see the full file
Package Dependencies
Deps | Name |
---|---|
cpp_common | |
message_generation | |
roscpp_serialization | |
rostest | |
catkin | |
message_runtime | |
roslib | |
rospy | |
rosservice | |
roscpp | |
std_msgs |
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
No plugins found.
Recent questions tagged dynamic_reconfigure at Robotics Stack Exchange
![]() |
dynamic_reconfigure package from turtlesim-sketch repodynamic_reconfigure image_thresholding sketch |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 1.7.1 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Description | |
Checkout URI | https://github.com/shilpaj1994/turtlesim-sketch.git |
VCS Type | git |
VCS Version | master |
Last Updated | 2020-10-02 |
Dev Status | UNKNOWN |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
The dynamic_reconfigure package provides a means to update parameters
at runtime without having to restart the node.
Additional Links
Maintainers
- Michael Carroll
Authors
- Blaise Gassend
README
No README found.
See repository README.
CHANGELOG
Changelog for package dynamic_reconfigure
1.7.1 (2020-08-28)
- narrow down required boost dependencies (#160)
- Make Config object pickle-able in Python 3 (#154)
- Fix python3 issue in a backward compatible way (#157)
- import setup from setuptools instead of distutils-core (#153)
- Contributors: Alejandro Hernández Cordero, Mikael Arguedas, Scott K Logan
1.7.0 (2020-03-05)
- Fixing compile error with cpp client when using -Werror=reorder. (#118)
- ConfigType.h.template: fixed warnings (#136) (#149)
- Bump CMake minimum version to use CMP0048 (#148)
- Use PYTHON_EXECUTABLE to generate config headers. (#146)
- Python3 compatibility (#135)
- Use system on gen headers (#140)
- Fix GCC8 error for unnecessary parentheses (#132)
- fix generate_dynamic_reconfigure_options (#10) (#134)
- Make Michael Carroll the maintainer (#125)
- Contributors: Christopher Wecht, Markus Grimm, Michael Carroll, Mikael Arguedas, Nicolas Limpert, Sean Yen [MSFT], Victor Lopez
1.6.0 (2018-10-02)
- fix check preventing range for string and bool parameters (#122)
- Fix build issue on Windows (#114)
- Contributors: Johnson Shih, Mikael Arguedas
1.5.50 (2018-10-02)
- final-keyword
(#113)
- Add final keyword to child class since parent has virtual methods and grand parent doesn't have a virtual destructor. This allows the code to be compiled by clang version 6.0 and above.
- [indentation fixups]
- Use textwrap dedent for multiline strings
- Remove extra indentation in wikidoc
- Use textwrap.dedent to form the error message
- [test fix] call shutdown to prevent test from hanging (#119)
- Modernize Python code
(#102)
- Use new-style classes
- Use with statement to ensure files are closed
- Python 3 compatibility
(#105)
- some randon python cleanup
- remove iter* method for their 2/3 compatible equivalent
- Contributors: Eric Wieser, Jason Mercer, Mikael Arguedas
1.5.49 (2017-07-27)
- Pep8 (#93)
- Python3 use print function and not statement (#92)
- add shebang line in setup_custom_pythonpath.sh.in template (#91)
- switch to package format 2 (#89)
- remove trailing whitespaces (#88)
- Reraising DynamicReconfigureCallbackException in case of a failing service call (#87)
- Contributors: Arne Hitzmann, Mikael Arguedas
1.5.48 (2017-04-07)
- [Bugfix] dont enforce ROS names for constants (#84)
- [Compiler warnings] avoid unused-parameter compiler warnings in specialized ParamDescription<std::string>::clamp() (#83)
- Contributors: Johannes Meyer, Mikael Arguedas
1.5.47 (2017-03-27)
- reset received_configuration_ for every request sent
File truncated at 100 lines see the full file
Package Dependencies
Deps | Name |
---|---|
cpp_common | |
message_generation | |
roscpp_serialization | |
rostest | |
catkin | |
message_runtime | |
roslib | |
rospy | |
rosservice | |
roscpp | |
std_msgs |
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
No plugins found.
Recent questions tagged dynamic_reconfigure at Robotics Stack Exchange
No version for distro galactic showing github. Known supported distros are highlighted in the buttons above.
![]() |
dynamic_reconfigure package from turtlesim-sketch repodynamic_reconfigure image_thresholding sketch |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 1.7.1 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Description | |
Checkout URI | https://github.com/shilpaj1994/turtlesim-sketch.git |
VCS Type | git |
VCS Version | master |
Last Updated | 2020-10-02 |
Dev Status | UNKNOWN |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
The dynamic_reconfigure package provides a means to update parameters
at runtime without having to restart the node.
Additional Links
Maintainers
- Michael Carroll
Authors
- Blaise Gassend
README
No README found.
See repository README.
CHANGELOG
Changelog for package dynamic_reconfigure
1.7.1 (2020-08-28)
- narrow down required boost dependencies (#160)
- Make Config object pickle-able in Python 3 (#154)
- Fix python3 issue in a backward compatible way (#157)
- import setup from setuptools instead of distutils-core (#153)
- Contributors: Alejandro Hernández Cordero, Mikael Arguedas, Scott K Logan
1.7.0 (2020-03-05)
- Fixing compile error with cpp client when using -Werror=reorder. (#118)
- ConfigType.h.template: fixed warnings (#136) (#149)
- Bump CMake minimum version to use CMP0048 (#148)
- Use PYTHON_EXECUTABLE to generate config headers. (#146)
- Python3 compatibility (#135)
- Use system on gen headers (#140)
- Fix GCC8 error for unnecessary parentheses (#132)
- fix generate_dynamic_reconfigure_options (#10) (#134)
- Make Michael Carroll the maintainer (#125)
- Contributors: Christopher Wecht, Markus Grimm, Michael Carroll, Mikael Arguedas, Nicolas Limpert, Sean Yen [MSFT], Victor Lopez
1.6.0 (2018-10-02)
- fix check preventing range for string and bool parameters (#122)
- Fix build issue on Windows (#114)
- Contributors: Johnson Shih, Mikael Arguedas
1.5.50 (2018-10-02)
- final-keyword
(#113)
- Add final keyword to child class since parent has virtual methods and grand parent doesn't have a virtual destructor. This allows the code to be compiled by clang version 6.0 and above.
- [indentation fixups]
- Use textwrap dedent for multiline strings
- Remove extra indentation in wikidoc
- Use textwrap.dedent to form the error message
- [test fix] call shutdown to prevent test from hanging (#119)
- Modernize Python code
(#102)
- Use new-style classes
- Use with statement to ensure files are closed
- Python 3 compatibility
(#105)
- some randon python cleanup
- remove iter* method for their 2/3 compatible equivalent
- Contributors: Eric Wieser, Jason Mercer, Mikael Arguedas
1.5.49 (2017-07-27)
- Pep8 (#93)
- Python3 use print function and not statement (#92)
- add shebang line in setup_custom_pythonpath.sh.in template (#91)
- switch to package format 2 (#89)
- remove trailing whitespaces (#88)
- Reraising DynamicReconfigureCallbackException in case of a failing service call (#87)
- Contributors: Arne Hitzmann, Mikael Arguedas
1.5.48 (2017-04-07)
- [Bugfix] dont enforce ROS names for constants (#84)
- [Compiler warnings] avoid unused-parameter compiler warnings in specialized ParamDescription<std::string>::clamp() (#83)
- Contributors: Johannes Meyer, Mikael Arguedas
1.5.47 (2017-03-27)
- reset received_configuration_ for every request sent
File truncated at 100 lines see the full file
Package Dependencies
Deps | Name |
---|---|
cpp_common | |
message_generation | |
roscpp_serialization | |
rostest | |
catkin | |
message_runtime | |
roslib | |
rospy | |
rosservice | |
roscpp | |
std_msgs |
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
No plugins found.
Recent questions tagged dynamic_reconfigure at Robotics Stack Exchange
No version for distro iron showing github. Known supported distros are highlighted in the buttons above.
![]() |
dynamic_reconfigure package from turtlesim-sketch repodynamic_reconfigure image_thresholding sketch |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 1.7.1 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Description | |
Checkout URI | https://github.com/shilpaj1994/turtlesim-sketch.git |
VCS Type | git |
VCS Version | master |
Last Updated | 2020-10-02 |
Dev Status | UNKNOWN |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
The dynamic_reconfigure package provides a means to update parameters
at runtime without having to restart the node.
Additional Links
Maintainers
- Michael Carroll
Authors
- Blaise Gassend
README
No README found.
See repository README.
CHANGELOG
Changelog for package dynamic_reconfigure
1.7.1 (2020-08-28)
- narrow down required boost dependencies (#160)
- Make Config object pickle-able in Python 3 (#154)
- Fix python3 issue in a backward compatible way (#157)
- import setup from setuptools instead of distutils-core (#153)
- Contributors: Alejandro Hernández Cordero, Mikael Arguedas, Scott K Logan
1.7.0 (2020-03-05)
- Fixing compile error with cpp client when using -Werror=reorder. (#118)
- ConfigType.h.template: fixed warnings (#136) (#149)
- Bump CMake minimum version to use CMP0048 (#148)
- Use PYTHON_EXECUTABLE to generate config headers. (#146)
- Python3 compatibility (#135)
- Use system on gen headers (#140)
- Fix GCC8 error for unnecessary parentheses (#132)
- fix generate_dynamic_reconfigure_options (#10) (#134)
- Make Michael Carroll the maintainer (#125)
- Contributors: Christopher Wecht, Markus Grimm, Michael Carroll, Mikael Arguedas, Nicolas Limpert, Sean Yen [MSFT], Victor Lopez
1.6.0 (2018-10-02)
- fix check preventing range for string and bool parameters (#122)
- Fix build issue on Windows (#114)
- Contributors: Johnson Shih, Mikael Arguedas
1.5.50 (2018-10-02)
- final-keyword
(#113)
- Add final keyword to child class since parent has virtual methods and grand parent doesn't have a virtual destructor. This allows the code to be compiled by clang version 6.0 and above.
- [indentation fixups]
- Use textwrap dedent for multiline strings
- Remove extra indentation in wikidoc
- Use textwrap.dedent to form the error message
- [test fix] call shutdown to prevent test from hanging (#119)
- Modernize Python code
(#102)
- Use new-style classes
- Use with statement to ensure files are closed
- Python 3 compatibility
(#105)
- some randon python cleanup
- remove iter* method for their 2/3 compatible equivalent
- Contributors: Eric Wieser, Jason Mercer, Mikael Arguedas
1.5.49 (2017-07-27)
- Pep8 (#93)
- Python3 use print function and not statement (#92)
- add shebang line in setup_custom_pythonpath.sh.in template (#91)
- switch to package format 2 (#89)
- remove trailing whitespaces (#88)
- Reraising DynamicReconfigureCallbackException in case of a failing service call (#87)
- Contributors: Arne Hitzmann, Mikael Arguedas
1.5.48 (2017-04-07)
- [Bugfix] dont enforce ROS names for constants (#84)
- [Compiler warnings] avoid unused-parameter compiler warnings in specialized ParamDescription<std::string>::clamp() (#83)
- Contributors: Johannes Meyer, Mikael Arguedas
1.5.47 (2017-03-27)
- reset received_configuration_ for every request sent
File truncated at 100 lines see the full file
Package Dependencies
Deps | Name |
---|---|
cpp_common | |
message_generation | |
roscpp_serialization | |
rostest | |
catkin | |
message_runtime | |
roslib | |
rospy | |
rosservice | |
roscpp | |
std_msgs |
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
No plugins found.
Recent questions tagged dynamic_reconfigure at Robotics Stack Exchange
![]() |
dynamic_reconfigure package from dynamic_reconfigure repodynamic_reconfigure |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 1.6.5 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Description | |
Checkout URI | https://github.com/ros/dynamic_reconfigure.git |
VCS Type | git |
VCS Version | melodic-devel |
Last Updated | 2025-04-25 |
Dev Status | MAINTAINED |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
The dynamic_reconfigure package provides a means to update parameters
at runtime without having to restart the node.
Additional Links
Maintainers
- Michael Carroll
Authors
- Blaise Gassend
README
No README found.
No README in repository either.
CHANGELOG
Changelog for package dynamic_reconfigure
1.6.5 (2022-05-05)
- Add Loader=yaml.Loader to yaml.load (#178)
- Contributors: Charles Jenkins
1.6.4 (2022-02-19)
- fix: Race condition on quickly setting and getting config (#188) (#190)
- Contributors: Rokus Ottervanger
1.6.3 (2020-03-19)
1.6.2 (2020-03-19)
- Set right order of SYSTEM/BEFORE options in dynamic_reconfigure-macros.cmake. Fix #150 (#151)
- Contributors: Alexander
1.6.1 (2020-03-05)
- Use PYTHON_EXECUTABLE to generate config headers. (#146)
- Python3 compatibility (#135)
- Use system on gen headers (#140)
- Fix GCC8 error for unnecessary parentheses (#132)
- fix generate_dynamic_reconfigure_options (#10) (#134)
- Make Michael Carroll the maintainer (#125)
- Contributors: Christopher Wecht, Markus Grimm, Michael Carroll, Mikael Arguedas, Nicolas Limpert, Sean Yen [MSFT], Victor Lopez
1.6.0 (2018-10-02)
- fix check preventing range for string and bool parameters (#122)
- Fix build issue on Windows (#114)
- Contributors: Johnson Shih, Mikael Arguedas
1.5.50 (2018-10-02)
- final-keyword
(#113)
- Add final keyword to child class since parent has virtual methods and grand parent doesn't have a virtual destructor. This allows the code to be compiled by clang version 6.0 and above.
- [indentation fixups]
- Use textwrap dedent for multiline strings
- Remove extra indentation in wikidoc
- Use textwrap.dedent to form the error message
- [test fix] call shutdown to prevent test from hanging (#119)
- Modernize Python code
(#102)
- Use new-style classes
- Use with statement to ensure files are closed
- Python 3 compatibility
(#105)
- some randon python cleanup
- remove iter* method for their 2/3 compatible equivalent
- Contributors: Eric Wieser, Jason Mercer, Mikael Arguedas
1.5.49 (2017-07-27)
- Pep8 (#93)
- Python3 use print function and not statement (#92)
- add shebang line in setup_custom_pythonpath.sh.in template (#91)
- switch to package format 2 (#89)
- remove trailing whitespaces (#88)
- Reraising DynamicReconfigureCallbackException in case of a failing service call (#87)
- Contributors: Arne Hitzmann, Mikael Arguedas
1.5.48 (2017-04-07)
- [Bugfix] dont enforce ROS names for constants (#84)
- [Compiler warnings] avoid unused-parameter compiler warnings in
File truncated at 100 lines see the full file
Package Dependencies
Deps | Name |
---|---|
cpp_common | |
message_generation | |
roscpp_serialization | |
rostest | |
catkin | |
message_runtime | |
roslib | |
rospy | |
rosservice | |
roscpp | |
std_msgs |
System Dependencies
Name |
---|
boost |
Dependant Packages
Launch files
Messages
Services
Plugins
No plugins found.
Recent questions tagged dynamic_reconfigure at Robotics Stack Exchange
![]() |
dynamic_reconfigure package from dynamic_reconfigure repodynamic_reconfigure |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 1.7.6 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Description | |
Checkout URI | https://github.com/ros/dynamic_reconfigure.git |
VCS Type | git |
VCS Version | noetic-devel |
Last Updated | 2025-05-31 |
Dev Status | MAINTAINED |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
The dynamic_reconfigure package provides a means to update parameters
at runtime without having to restart the node.
Additional Links
Maintainers
- Michael Carroll
Authors
- Blaise Gassend
Archived - ROS 1 End-of-life
This repository contains ROS 1 packages. The last supported ROS 1 release, ROS Noetic, officially reached end of life on May 31st, 2025.
CHANGELOG
Changelog for package dynamic_reconfigure
1.7.6 (2025-05-20)
1.7.5 (2025-04-25)
- check group name validity to avoid compilation error later (#97)
- Explicit use sys.exit (#159)
- Fix flaky multipleClients test (#167)
- Changed variable to size_t for consistency (#196)
- Contributors: Atsushi Watanabe, Mikael Arguedas, Sean Yen, karina-ranadive
1.7.4 (2025-04-10)
- Remove roslib.load_manifest (#201)
- Fix unsafe yaml load on dynparam (#202)
- Set ns as '~' when namespace is '~' (#169)
- Support float('inf') for cfg file (#168)
- Add BSD LICENSE file (#193)
- Contributors: Florencia, Shane Loretz, Shingo Kitagawa, Yuki Furuta
1.7.3 (2022-05-05)
- Add Loader=yaml.Loader to yaml.load (#178)
- Switch to new boost/bind/bind.hpp (#191)
- Contributors: Charles Jenkins, Jochen Sprickerhof
1.7.2 (2022-02-19)
- Remove calls to string.{join,lower,upper} (#174)
- fix: Race condition on quickly setting and getting config (#188)
- do not use system for generated messages or configs (#182)
- Contributors: Gaël Écorchard, Rokus Ottervanger, Shingo Kitagawa
1.7.1 (2020-08-28)
- narrow down required boost dependencies (#160)
- Make Config object pickle-able in Python 3 (#154)
- Fix python3 issue in a backward compatible way (#157)
- import setup from setuptools instead of distutils-core (#153)
- Contributors: Alejandro Hernández Cordero, Mikael Arguedas, Scott K Logan
1.7.0 (2020-03-05)
- Fixing compile error with cpp client when using -Werror=reorder. (#118)
- ConfigType.h.template: fixed warnings (#136) (#149)
- Bump CMake minimum version to use CMP0048 (#148)
- Use PYTHON_EXECUTABLE to generate config headers. (#146)
- Python3 compatibility (#135)
- Use system on gen headers (#140)
- Fix GCC8 error for unnecessary parentheses (#132)
- fix generate_dynamic_reconfigure_options (#10) (#134)
- Make Michael Carroll the maintainer (#125)
- Contributors: Christopher Wecht, Markus Grimm, Michael Carroll, Mikael Arguedas, Nicolas Limpert, Sean Yen [MSFT], Victor Lopez
1.6.0 (2018-10-02)
- fix check preventing range for string and bool parameters (#122)
- Fix build issue on Windows (#114)
- Contributors: Johnson Shih, Mikael Arguedas
File truncated at 100 lines see the full file
Package Dependencies
Deps | Name |
---|---|
cpp_common | |
message_generation | |
roscpp_serialization | |
rostest | |
catkin | |
message_runtime | |
roslib | |
rospy | |
rosservice | |
roscpp | |
std_msgs |
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
No plugins found.