ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

andreflorindo's profile - activity

2021-04-26 02:01:50 -0500 received badge  Famous Question (source)
2020-01-17 05:07:49 -0500 commented answer Class trajopt_interface/TrajOptPlanner cannot be found in Moveit tutorials

Although is mentioned that Trajopt in moveit is a "alpha feature...and needs further hardening", there is also no refere

2020-01-17 05:01:59 -0500 commented answer Class trajopt_interface/TrajOptPlanner cannot be found in Moveit tutorials

Couple weeks later figured out the same by reviewing the commit #1593. At the time I tried to remove the CATKIN_IGNORE i

2020-01-17 04:45:59 -0500 marked best answer Class trajopt_interface/TrajOptPlanner cannot be found in Moveit tutorials

Hello ROS community. After successfully testing TrajOpt using the tutorial from ROS Industrial Training, I decided to try the fairly new tutorial provided in Moveit! master branch. Following the steps mentioned in the latter tutorial, I created a new workspace with both moveit and panda_moveit_config from source. No major compilation errors were found, so I just source it and run the first roslaunch.

roslaunch panda_moveit_config demo.launch  pipeline:=trajopt

However, it was followed by the error

[ERROR] [1572464829.624886189]: 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
Available plugins: chomp_interface/CHOMPPlanner, lerp_interface/LERPPlanner, ompl_interface/OMPLPlanner

My first reaction was a problem with the source. Even removed the ros-melodic-panda-moveit-config, source it again, but the same problem still persisted. Then when to confirm which branches were being used: master for moveit and melodic-level for the panda configuration. Seems fine. As such, I cannot figure out why this particular class cannot be found. Thanks for the help in advance.

2020-01-17 04:45:59 -0500 received badge  Scholar (source)
2020-01-17 04:45:44 -0500 received badge  Notable Question (source)
2019-12-02 15:49:58 -0500 received badge  Popular Question (source)
2019-10-30 15:15:58 -0500 asked a question Class trajopt_interface/TrajOptPlanner cannot be found in Moveit tutorials

Class trajopt_interface/TrajOptPlanner cannot be found in Moveit tutorials Hello ROS community. After successfully testi

2019-10-30 08:31:34 -0500 received badge  Supporter (source)
2019-10-30 08:29:36 -0500 received badge  Enthusiast