ROS Controllers for Mobile Robot
A very common ROS controller used to control a mobile ground robot is diff_drive_controller. This controller can be used for two types of mobile ground robots: Mobile ground robot with two wheels using differential drive Mobile ground robot with four wheels using skid steering This controller is basically a velocity controller as it commands the …