xArm-Developer / xarm_ros2

ROS2 developer packages for robotic products from UFACTORY
https://www.ufactory.cc/pages/xarm
BSD 3-Clause "New" or "Revised" License
115 stars 72 forks source link

Attempting to load pipeline from old parameter structure. Please update your MoveIt config #35

Closed DaniGarciaLopez closed 1 year ago

DaniGarciaLopez commented 1 year ago

I'm trying to use the xarm6 with fake hardware and the Moveit Task Constructor but I'm having problems loading the parameters. I get the following warning in the node running the task constructor after parsing moveit parameters:

Failed to find 'ompl.planning_plugin'. Attempting to load pipeline from old parameter structure. Please update your MoveIt config.

I guess this is caused because how the xarm_moveit_config package is built. Did you try using the moveit task constructor with the current configuration? Maybe using the MoveItConfigsBuilder as suggested in this issue would solve this problem.