ROS2 rclpy Parameter Callback [Tutorial]
After starting a ROS2 node with some parameters, you want to be able to dynamically change those parameters and get notified inside your code? Well, the rclpy parameter callback is what you need to use. (if you were using ROS1 before, this is the same as dynamic_reconfigure, but better). In this tutorial I will show … Read more