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

Gazebo 2 wheel robot, diff-drive plugin, no "cmd_vel" topic available.

asked 2021-07-01 23:23:33 -0500

rukey3001 gravatar image

I used fusion2urdf script to create URDF files and added diff-drive plugin. When I launch gazebo model cmd_vel topic is not available. It seems like a plugin issue. Please help..

https://github.com/ruk-shan/ROS_urdf_...

edit retag flag offensive close merge delete

Comments

Continuous joints does not work. Try using fixed or revolute!

pmuthu2s gravatar image pmuthu2s  ( 2021-07-02 08:48:13 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
0

answered 2021-12-05 11:53:15 -0500

muratkoc503 gravatar image

Probably you launch gazebo.launch in launch file. This file does not include robot_state_publisher. So, you launch display.launch file or add below code to gazebo.launch.

<node name="robot_state_publisher" pkg="robot_state_publisher" type="robot_state_publisher" />
edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2021-07-01 23:23:33 -0500

Seen: 285 times

Last updated: Jul 01 '21