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

MoveIt Tutorial for ROS Noetic not working #659

Closed
Wildimp opened this issue Aug 17, 2021 · 7 comments
Closed

MoveIt Tutorial for ROS Noetic not working #659

Wildimp opened this issue Aug 17, 2021 · 7 comments

Comments

@Wildimp
Copy link

Wildimp commented Aug 17, 2021

Description

I tried to run the second chapter of the MoveIt tutorial for ROS Noetic and cant get past the first command because a urdf/xacro file is missing. I guess it is related to the change of franka_ros from version 0.7.1 to 0.8.0 in which they changed the urdf files.
Changelog of franka_ros:
https://github.com/frankaemika/franka_ros/blob/noetic-devel/CHANGELOG.md#080---2021-08-03
It was also already adressed in the repo of franka_ros:
https://github.com/frankaemika/franka_ros/issues/148

Your environment

  • ROS Distro: Noetic
  • OS Version: Ubuntu 20.04
  • Source Build

Steps to reproduce

Simply follow allong the MoveIt tutorial for ROS Noetic. After finishing the chapter 'Getting started' try to launch the demo.launch file from the second chapter 'MoveIt Quickstart in RViz'. It will throw the following error:

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: while processing /home/essert/ws_moveit/src/panda_moveit_config/launch/planning_context.launch:
Invalid 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
The traceback for the exception was written to the log file

Expected behaviour

The tutorial for RViz should start

I am pretty new to ROS and github so i am sorry if i am doing mistakes with linking to other sites or if I am saying nonsense.

@welcome
Copy link

welcome bot commented Aug 17, 2021

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

@tammerb
Copy link

tammerb commented Sep 5, 2021

@Wildimp I had the same issue. Follow these pull requests for updates:
moveit/panda_moveit_config#83

@rickstaa
Copy link
Contributor

rickstaa commented Oct 8, 2021

@Wildimp For other errors related to Noetic see moveit/panda_moveit_config#74. We are working on a Noetic version of the moveit_tutorials and panda_moveit_config packages.

@BolunDai0216
Copy link

You can try to change the following line in planning_context.launch of the panda_moveit_config package from

<param if="$(eval arg('load_robot_description') and arg('load_gripper'))" name="$(arg robot_description)" command="$(find xacro)/xacro '$(find franka_description)/robots/panda_arm_hand.urdf.xacro'"/>

to

<param if="$(eval arg('load_robot_description') and arg('load_gripper'))" name="$(arg robot_description)" command="$(find xacro)/xacro '$(find franka_description)/robots/panda_arm.urdf.xacro' hand:=true"/>

@rhaschke
Copy link
Contributor

This issue was fixed in release 0.7.6

@CleisonManriqueAguirre
Copy link

Is not working again

@rhaschke
Copy link
Contributor

rhaschke commented Dec 7, 2023

@CleisonManriqueAguirre please open a new issue exactly describing what is not working.

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

No branches or pull requests

6 participants