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

Revision history [back]

In new_simulation.launch, you're missing the word find.

<include file="$(turtlebot3_gazebo)/launch/robots.launch"/>

should be

<include file="$(find turtlebot3_gazebo)/launch/robots.launch"/>