MTC功能包
Go to file
2025-01-05 23:09:58 +01:00
.github/workflows CI: Fix doc job 2024-12-26 13:22:38 +01:00
capabilities Silent error "Found empty JointState message" 2024-07-18 13:48:32 +02:00
core Fix typo 2025-01-05 23:09:58 +01:00
demo clang-tidy fixes: std::endl -> '\n' 2024-12-22 12:29:05 +01:00
msgs Add property trajectory_execution_info (#355, #502) 2024-03-07 20:01:03 +01:00
rviz_marker_tools clang-tidy fixes: use uint8_t enums 2024-12-22 12:28:58 +01:00
visualization clang-format-14 2024-12-22 14:09:08 +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 Fix early planning preemption (#597) 2024-07-17 14:56:01 +02:00
.pre-commit-config.yaml CI: Add Noble build 2024-12-22 14:09:08 +01: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}
}