ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
diff_drive_controller
does have a dynamic_reconfigure
server, but the actual wheel radius isn't an option. You could modify the left/right wheel_radius_multiplier
parameters to account for the change, using a GUI with rosrun rqt_reconfigure rqt_reconfigure
, or you could do it programatically with a dynamic_reconfigure
client in a node.