sjahr / moveit2

:robot: MoveIt for ROS 2.0, Beta
https://moveit.ros.org/
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Add parallel planning option for moveit_cpp #5

Open sjahr opened 2 years ago

sjahr commented 2 years ago

In order to get the desired trajectory As a user I want to run multiple planner’s in parallel and define an acceptance criteria which one should be chosen

Acceptance criteria: Enhance MoveItCpp to provide an interface to run multiple planning pipelines in parallel and define a criteria which solution is chosen (e.g. fastest (planning time), shortest path (cart <-> joint space), etc)