How to add a controller to my own robot?
Hi, I am building a simple robot from scratch because I want to learn the complete procedure of building a robot.
I already built a robot like this(in urdf file):
And I want to send the command(geometry_msgs/Twist) to move the robot, I don't know how to correctly send the command to the robot.
There are some resources, but I am not familiar with controllers, so I have difficulties reading these resources. Hope these provide some useful hints. http://gazebosim.org/wiki/Tutorials/1.9/ROS_Control_with_Gazebo
http://answers.ros.org/question/55082/error-adding-controller-script-in-simple-urdf-model-to-be-simulated-on-gazebo/
http://answers.ros.org/question/12050/simple-urdf-controller-example/
Is there simple answers that I can control the robot?
Thanks in advance, I know this might be a simple question for you guys :)