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

HI,

1) As of Hydro turtlesim uses the geometry_msgs/Twist message instead of turtlesim/Velocity. 2) Change to cmd_vel instead of command_velocity

So in your code use geometry_msgs/Twist instead of turtlesim/Velocity, Also, publish it to cmd_vel and it should work then.