-
Notifications
You must be signed in to change notification settings - Fork 173
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 trajopt planner error "Exception while loading planner 'trajopt_interface/TrajOptPlanner'" #135
Comments
The error message states that the corresponding planner plugin cannot be found. Did you install the corresponding package? |
I thought I have installed the corresponding package following the guide ‘‘https://moveit.ros.org/install/source/’’, and I could find the package in the corresponding folder(As shown below). |
Did you source your catkin workspace after building? What's the output of |
Did you have any solution of this problem? @ChuGuoqing |
I got the same problem, and my output of where I can see the chomp and ompl plugins rather than trajopt. @rhaschke |
I install moveit and stomp planner from source in Ubuntu 20.04. When i run the demo for the trajopt planner with the command "roslaunch panda_moveit_config demo.launch pipeline:=trajopt", i get the following error:
[ERROR] [1682185720.405746704]: Exception while loading planner 'trajopt_interface/TrajOptPlanner': According to the loaded plugin descriptions the class trajopt_interface/TrajOptPlanner with base class type planning_interface::PlannerManager does not exist. Declared types are chomp_interface/CHOMPPlanner lerp_interface/LERPPlanner ompl_interface/OMPLPlanner pilz_industrial_motion_planner::CommandPlanner stomp_moveit/StompPlannerManager
Available plugins: chomp_interface/CHOMPPlanner, lerp_interface/LERPPlanner, ompl_interface/OMPLPlanner, pilz_industrial_motion_planner::CommandPlanner, stomp_moveit/StompPlannerManager
The complete prompt information is shown in "error.log". And I try to use ompl, chomp and pilz_industrial_motion_planner, they could run successfully. And I try to use stomp, I also get some similar error(same to #131 ). What' s wrong with this, could you help me? Thank you very much! @jspricke @rhaschke
error.log
The text was updated successfully, but these errors were encountered: