ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Two issues:
geometry_msgs/Twist message
message type for the "cmd_vel" topic, but the publisher it is connected to appears to publish a nav2d_operator/cmd
message type instead. This can be fixed by making sure that your publisher also publishes a geometry_msgs/Twist message
.