-
Notifications
You must be signed in to change notification settings - Fork 203
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
Can't execute path (ros2_control died) #114
Comments
I found the problem: it is an outdated version of the package moveit_resources_panda_moveit_config. The latest version in the repository ( Therefore the solution is to simply release a new version of that package for Foxy 😄 |
A quick workaround would be to add the repository https://github.com/ros-planning/moveit_resources to file moveit2_tutorials.repos |
Potentially fixes issue moveit#114
Fixed by #115 |
Description
When launching the tutorial moveit2_tutorials demo.launch.py, I am unable to Execute a plan as describe here:
http://moveit2_tutorials.picknik.ai/doc/quickstart_in_rviz/quickstart_in_rviz_tutorial.html#executing-trajectories-adjusting-speed
I initially thought that it is related to the fact that the initial position of Panda is in collision (and that may play a role), but apparently there is a deeper problem with ros_control:
Environment
Steps to reproduce
Run
Expected behaviour
I understand that this should be the initial configuration of the robot:
Backtrace or Console output
Full console output:
https://gist.github.com/facontidavide/4cb81f59be870da054494eb73e23ed7d
The text was updated successfully, but these errors were encountered: