MTC功能包
Go to file
Robert Haschke e9eab62f5f
Some checks failed
CI / ${{ matrix.env.IMAGE }}${{ matrix.env.NAME && ' • ' || ''}}${{ matrix.env.NAME }}${{ matrix.env.CATKIN_LINT && ' • catkin_lint' || ''}}${{ matrix.env.CLANG_TIDY && ' • clang-tidy' || '' }} (map[CLANG_TIDY:true IMAGE:noble-ci-testing TARGET_CMAKE_… (push) Has been cancelled
CI / ${{ matrix.env.IMAGE }}${{ matrix.env.NAME && ' • ' || ''}}${{ matrix.env.NAME }}${{ matrix.env.CATKIN_LINT && ' • catkin_lint' || ''}}${{ matrix.env.CLANG_TIDY && ' • clang-tidy' || '' }} (map[DOCKER_RUN_OPTS:-e PRELOAD=libasan.so.8 -e LSAN_OPTI… (push) Has been cancelled
CI / ${{ matrix.env.IMAGE }}${{ matrix.env.NAME && ' • ' || ''}}${{ matrix.env.NAME }}${{ matrix.env.CATKIN_LINT && ' • catkin_lint' || ''}}${{ matrix.env.CLANG_TIDY && ' • clang-tidy' || '' }} (map[IMAGE:jammy-ci]) (push) Has been cancelled
CI / ${{ matrix.env.IMAGE }}${{ matrix.env.NAME && ' • ' || ''}}${{ matrix.env.NAME }}${{ matrix.env.CATKIN_LINT && ' • catkin_lint' || ''}}${{ matrix.env.CLANG_TIDY && ' • clang-tidy' || '' }} (map[IMAGE:noble-ci NAME:ccov TARGET_CMAKE_ARGS:-DCMAKE_B… (push) Has been cancelled
Format / pre-commit (push) Has been cancelled
CI / doc (push) Has been cancelled
CI / deploy (push) Has been cancelled
Enable collisions visualizations (#708)
2025-08-22 08:38:44 +02:00
.github/workflows CI: Fix Noble builds 2025-08-11 14:57:29 +02:00
capabilities Add missing include fmt/ranges.h (#712) 2025-08-17 07:18:57 +02:00
core Enable collisions visualizations (#708) 2025-08-22 08:38:44 +02:00
demo CI: Fix Noble builds 2025-08-11 14:57:29 +02:00
msgs Increase minimum required CMake version to 3.16 2025-01-19 15:55:58 +01:00
rviz_marker_tools Increase minimum required CMake version to 3.16 2025-01-19 15:55:58 +01:00
visualization Increase minimum required CMake version to 3.16 2025-01-19 15:55:58 +01:00
.clang-format Apply clang-format-10 (#199) 2020-08-20 11:56:53 +02:00
.clang-tidy CI: Drop obsolete clang-tidy option AnalyzeTemporaryDtors 2024-12-21 17:41:29 +01:00
.gitignore GHA: Build and deploy documentation 2022-11-27 01:19:56 +01:00
.gitmodules Remove pybind11 submodule 2025-08-10 11:53:09 +02:00
.pre-commit-config.yaml Update pre-commit versions 2025-08-07 12:42:39 +02:00
codecov.yaml Adapt codecov.yaml 2020-09-23 07:49:31 +02:00
LICENSE.txt add full license information 2017-12-12 21:24:32 +01:00
README.md Rename ros-planning org 2024-05-25 21:30:30 +02:00

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.

Branches

This repository provides the following branches:

  • master: ROS 1 development
  • ros2: ROS 2 development, compatible with MoveIt 2 main
  • humble: ROS 2 stable branch for Humble support

Videos

Tutorial

We provide a tutorial for a pick-and-place pipeline without bells & whistles as part of the MoveIt tutorials.

Roadmap

Feedback, reports 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.

Further planned features include

  • Entwined planning and execution for early execution, monitoring and code hooks
  • Subsolution blending
  • Parallel planning
  • Iterative solution improvement

Ideas and requests for other interesting/useful features are welcome.

Citation

If you use this framework in your project, please cite the associated paper:

Michael Görner*, Robert Haschke*, Helge Ritter, and Jianwei Zhang, "MoveIt! Task Constructor for Task-Level Motion Planning", International Conference on Robotics and Automation (ICRA), 2019, Montreal, Canada. [DOI] [PDF].

@inproceedings{goerner2019mtc,
  title={{MoveIt! Task Constructor for Task-Level Motion Planning}},
  author={Görner, Michael* and Haschke, Robert* and Ritter, Helge and Zhang, Jianwei},
  booktitle={IEEE International Conference on Robotics and Automation (ICRA)},
  year={2019}
}