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

run-time error with franka_ros example #76

Closed
christoph-jaehne opened this issue Mar 15, 2021 · 4 comments
Closed

run-time error with franka_ros example #76

christoph-jaehne opened this issue Mar 15, 2021 · 4 comments

Comments

@christoph-jaehne
Copy link

With the current apt version of ros-melodic-panda-moveit-config and the current franka_ros, when launching e.g. the move to start example:

roslaunch franka_example_controllers move_to_start.launch

I get the following error message:

[ERROR] [1615826543.912941470]: Exception while loading planning adapter plugin 'default_planner_request_adapters/ResolveConstraintFrames': According to the loaded plugin descriptions the class default_planner_request_adapters/ResolveConstraintFrames with base class type planning_request_adapter::PlanningRequestAdapter does not exist. Declared types are  default_planner_request_adapters/AddIterativeSplineParameterization default_planner_request_adapters/AddTimeOptimalParameterization default_planner_request_adapters/AddTimeParameterization default_planner_request_adapters/Empty default_planner_request_adapters/FixStartStateBounds default_planner_request_adapters/FixStartStateCollision default_planner_request_adapters/FixStartStatePathConstraints default_planner_request_adapters/FixWorkspaceBounds

My installed packages are all up to date...

@christoph-jaehne
Copy link
Author

The type ResolveConstraintFrames seems to be missing in the current set of apt packages...

@rhaschke
Copy link
Contributor

Consider this as a warning. The MoveIt capability ResolveConstraintFrames is only available in Noetic / MoveIt master, but the panda_moveit_config package is used across Melodic and Noetic.

@felixvd
Copy link

felixvd commented Mar 16, 2021

So in summary, you can ignore the warning.

The ResolveConstraintFrames is needed for the Subframes feature, which is not available on Melodic.

@fwalch
Copy link

fwalch commented Mar 18, 2021

Thanks for your help! As you said, this only has the effect of a warning and does not represent an actual error, which we did not realize at first. The actual issue was that #35 has not been released yet (see #75), so this can be closed.

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

4 participants