ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

You could look through the codes of some of these robots. I personally referred quite a bit to the turtlebot's because the tutorial is quite complete.

My own experience in working on differential drive robot: here. I did not start with the robot model though. That came quite late into the development because I was eager to see things moving.

I would think the topic cmd_vel (geometry_msgs/Twist) is a good starting point, since both the teleop and navigation uses it to control the robot.

Another good reference I found by mwise of willow garage: here