We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 455f1ae commit 6d49f90Copy full SHA for 6d49f90
1 file changed
README.md
@@ -1,7 +1,7 @@
1
# MoveIt Task Constructor Framework
2
3
The Task Constructor framework provides a flexible and transparent way to define and plan actions that consist of multiple interdependent subtasks.
4
-It draws on the planning capabilities of [MoveIt](https://moveit.ros.org/) to solve individual subproblems in black-box *planning stages*.
+It draws on the planning capabilities of [MoveIt](https://moveit.ai) to solve individual subproblems in black-box *planning stages*.
5
A common interface, based on MoveIt's PlanningScene is used to pass solution hypotheses between stages.
6
The framework enables the hierarchical organization of basic stages using *containers*, allowing for sequential as well as parallel compositions.
7
0 commit comments