ifanma / moveit_task_constructor

A hierarchical, multi-stage manipulation planner and state machine with user interfaces

Home Page:https://moveit.ros.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MoveIt Task Constructor Framework

The Task Constructor framework provides a flexible and transparent way to define and plan actions that consist of multiple interdependent subtasks. It draws on the planning capabilities of MoveIt to solve individual subproblems in black-box planning stages. A common interface, based on MoveIt's PlanningScene is used to pass solution hypotheses between stages. The framework enables the hierarchical organization of basic stages using containers, allowing for sequential as well as parallel compositions. For more details, please refer to the associated ICRA 2019 publication.

Roadmap

Feedback and contributions are very welcome.

The current roadmap is to replace MoveIt's old pick&place pipeline and provide a transparent mechanism to enable and debug complex motion sequences.

About

A hierarchical, multi-stage manipulation planner and state machine with user interfaces

https://moveit.ros.org/

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:C++ 98.3%Language:CMake 1.7%