ROS2 rclcpp Parameter Callback [Tutorial]
In this ROS2 tutorial I will show you how to use an rclcpp parameter callback, so you can dynamically change parameters’ values while a node is alive. With parameters you can already change the configuration of the node at runtime. But after that, any change to any parameter won’t be taken into account. With a … Read more