Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error due to robot_description #687

Open
staycoolish opened this issue Dec 7, 2021 · 2 comments
Open

Error due to robot_description #687

staycoolish opened this issue Dec 7, 2021 · 2 comments

Comments

@staycoolish
Copy link

When following Visualizing Collisions tutorial, the launch file doesn't work. After writing
roslaunch moveit_tutorials visualizing_collisions_tutorial.launch
the following response is obtained:

No such file or directory: /opt/ros/noetic/share/franka_description/robots/panda_arm_hand.urdf.xacro [Errno 2] 
No such file or directory: '/opt/ros/noetic/share/franka_description/robots/panda_arm_hand.urdf.xacro'
RLException: Invalid <param> tag: Cannot load command parameter [robot_description]: command [['/opt/ros/noetic/lib/xacro/xacro', 
'/opt/ros/noetic/share/franka_description/robots/panda_arm_hand.urdf.xacro']] returned with code [2]. 

Param xml is <param name="robot_description" command="$(find xacro)/xacro '$(find franka_description)/robots/panda_arm_hand.urdf.xacro'"/>
The traceback for the exception was written to the log file

Your environment

  • ROS Distro: Noetic
  • OS Version: Ubuntu 20.04

Error must be similar to the one mentioned here: https://answers.ros.org/question/384900/failed-to-lunch-this-command/

@welcome
Copy link

welcome bot commented Dec 7, 2021

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

@rhaschke
Copy link
Contributor

rhaschke commented Dec 7, 2021

Both, franka_description and moveit_tutorials are strongly changing these days. See #667 for a pending fixup. @v4hn, as we frequently see issues like this one, can't we simply merge the proposed PR?

@rhaschke rhaschke linked a pull request Dec 7, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants