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

Revision history [back]

When you control turtle on your screen, ur publishing movement commands on a topic to which turtle is subscribed. In a similar way you can control a real bot by publishing velocity command on a topic to which bot is subscribed. You can use the same code just by changing the topic name provided datatype of topic is same. In most cases topic is of type "geometry_msgs::Twist".