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 @sumant,

you executive_usarsim node is not subscribing to the /cmd_vel topic that's why it is not shown in you rqt_graph. you can do following things to drive robot:-

  1. Check, on which topic your executive_usarsim node is expected to receive twist message and remap the teleop_twist_keyboard from /cmd_vel to the identified topic.

  2. Use usarsim_inf insted of executive_usarsim.