You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
F Pucher edited this page Mar 12, 2020
·
17 revisions
Differential Drive Controller
The diff_drive_controller package for a differential drive mobile base. See also the corresponding controller's ROS wiki page and the C++ API documentation.
The controller works with a velocity twist (subscribes to cmd_vel of type geometry_msgs/Twist) from which it extracts the x component of the linear velocity and the z component of the angular velocity. Velocities on other components are ignored.