-
Notifications
You must be signed in to change notification settings - Fork 695
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
Comments
Thanks for reporting an issue. Because we're a volunteer community, providing a pull request with suggested changes is always welcomed. |
@Wildimp I had the same issue. Follow these pull requests for updates: |
@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. |
You can try to change the following line in <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"/> |
This issue was fixed in release 0.7.6 |
Is not working again |
@CleisonManriqueAguirre please open a new issue exactly describing what is not working. |
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
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.
The text was updated successfully, but these errors were encountered: