ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
![]() | 1 | initial version |
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" />