moveit / moveit_tutorials

A sphinx-based centralized documentation repo for MoveIt
https://moveit.github.io/moveit_tutorials/
BSD 3-Clause "New" or "Revised" License
463 stars 692 forks source link

No such file or directory: /opt/ros/melodic/share/franka_description/robots/panda/panda.urdf.xacro [Errno 2] No such file or directory: '/opt/ros/melodic/share/franka_description/robots/panda/panda.urdf.xacro' #794

Closed lostgab closed 1 year ago

lostgab commented 1 year ago

Finished getting started on ROS at http://docs.ros.org/en/melodic/api/moveit_tutorials/html/doc/getting_started/getting_started.html then tried to do move it image but got this error instead, anybody can help? The tutorial on ROS is not very good for begineers image

Overview of your issue here.

Your environment

Steps to reproduce

Tell us how to reproduce this issue. Attempt to provide a working demo, perhaps using Docker.

Expected behaviour

Tell us what should happen

Backtrace or Console output

Use gist.github.com to copy-paste the console output or segfault backtrace using gdb.

welcome[bot] commented 1 year ago

Thanks for reporting an issue. Because we're a volunteer community, providing a pull request with suggested changes is always welcomed.

rhaschke commented 1 year ago

Looks like you missed to install package dependencies as stated in the Getting Started tutorial:

cd ~/ws_moveit/src
rosdep install -y --from-paths . --ignore-src --rosdistro melodic

Particularly, you are missing franka_description: sudo apt install ros-melodic-franka-description