ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
I had the same problem with: /opt/ros/indigo/share/turtlebot_gazebo/launch/gmapping_demo.launch
problem fixed with changing the path and added the folder gmapping to the path (/opt/ros/indigo/share/turtlebot_navigation/launch/includes/gmapping/gmapping_demo.launch
) with using
sudo gedit /opt/ros/indigo/share/turtlebot_gazebo/launch/gmapping_demo.launch
I don't know why the path is wrong.
thanks,
Erik4