-
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
Fix access to panda urdf #667
Conversation
This needs to be back-ported to melodic as well. |
Did you test the actual tutorials with the new description? If the tutorials still behave correctly with the new version, I'm happy to merge this. |
I think @rickstaa is in the process of testing the tutorials and adapting both panda_moveit_config and the tutorials. |
@rhaschke Is correct. I already some tutorials with the new description. I am currently implementing the last changes that are needed for the release of the Noetic branch of the panda_moveit_config. moveit/panda_moveit_config#74 (comment) will help this process forward. I will apply the changes requested in this comment later this week. After that, I will re-test the new implementation and display the results to #667. |
Hi, I am trying to launch How can I fix this problem? |
Closing this issue as being addressed in #715. @Abdul1ahAynal1, you have a completely different problem. Probably you didn't source your catkin workspace comprising moveit_tutorials. I don't have a problem running You will additionally need #746 as Franka people again changed file names... |
With
franka_description
0.8,panda_arm_hand.urdf.xacro
was renamed topanda_arm.urdf.xacro
with ahand
argument.@rickstaa