-
Notifications
You must be signed in to change notification settings - Fork 948
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
Class default_planner_request_adapters/ResolveConstraintFrames does not exist #1655
Comments
Thanks for reporting an issue. We will have a look asap. If you can think of a fix, please consider providing it as a pull request. |
This plugin was added to the The tutorials you referenced correspond to the master branch.
Usually not. However, on issues first compare the config and launch files in |
* add default_planner_request_adapters/ResolveConstraintFrames * chomp pipeline: define default planning adapters
@rhaschke Hi, even I follow the tutorials of the melodic version, I still encounter this error. However, according to the melodic version tutorial, a binary installation of the moveit is ok. To solve this issue, I can install the master branch of moveit from source, but I am doubting whether the source install will corrupt somewhere else of tutorial. |
You can safely ignore this "error" on a Melodic binary release. As said before, the corresponding plugin is only available in master (to be built from source) and it will become available in Noetic. The corresponding subframes tutorial is only available in the master version of the tutorials. |
Description
While following the moveit_tutorials I get an error while trying to run the
roslaunch panda_moveit_config demo.launch
command.Your environment
Steps to reproduce
Install moveit and perform the steps in the moveit_tutorials.
Expected behaviour
No error.
Actual behaviour
Error:
I suspect this error is due to an incompatibility between thepanda_moveit_config which I build from source and the moveit packages for which I installed the binaries. I'm not testing this by building everything from source.
Solution
Building all packages from source solved it so I think my theory was alright. Unfortunately, now my robot is not linked.
This can be solved by changing the
LC_NUMERIC
format using theexport LC_NUMERIC="en_US.UTF-8
command.Additional question
As I want to use a gazebo simulation of the panda robot I use a fork provided by @erdalpekel for the panda_moveit_config and ros_franka packages. Does this automatically mean that I have to build the whole moveit package from source? Or is there a better way?
The text was updated successfully, but these errors were encountered: