We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
With the demise of Dynamic Reconfigure, rtt_ros2_params should expose the rclcpp::Node::add_on_set_parameters_callback interface (https://docs.ros2.org/foxy/api/rclcpp/classrclcpp_1_1Node.html#a12d535bced9f26b65c0a450e6f40aff8). This will allow for callback-based property updates.
rtt_ros2_params
rclcpp::Node::add_on_set_parameters_callback
The text was updated successfully, but these errors were encountered:
No branches or pull requests
With the demise of Dynamic Reconfigure,
rtt_ros2_params
should expose therclcpp::Node::add_on_set_parameters_callback
interface (https://docs.ros2.org/foxy/api/rclcpp/classrclcpp_1_1Node.html#a12d535bced9f26b65c0a450e6f40aff8). This will allow for callback-based property updates.The text was updated successfully, but these errors were encountered: