Skip to content

Commit 4a6f2cf

Browse files
committed
MTC Tutorial: Restructure chapters
- add overview chapter - change getting started hierarchy
1 parent a887762 commit 4a6f2cf

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

doc/moveit_task_constructor/moveit_task_constructor_tutorial.rst

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ MoveIt Task Constructor
55
.. image:: images/mtc_example.png
66
:width: 700px
77

8+
Overview
9+
--------
10+
811
The Task Constructor framework provides a flexible and transparent way to define and plan actions that consist of multiple interdependent subtasks.
912
It draws on the planning capabilities of MoveIt to solve individual subproblems in black-box planning stages.
1013
A common interface, based on MoveIt's PlanningScene is used to pass solution hypotheses between stages.
@@ -13,16 +16,20 @@ For more details, please refer to the associated `ICRA 2019 publication`_.
1316

1417
.. _ICRA 2019 publication: https://pub.uni-bielefeld.de/download/2918864/2933599/paper.pdf
1518

19+
.. contents:: Table of Contents
20+
:depth: 2
21+
:backlinks: top
22+
1623
Getting Started
1724
---------------
1825

1926
If you have not already done so, make sure you have completed the steps in `Getting Started <../getting_started/getting_started.html>`_.
2027

2128
Installing MoveIt Task Constructor
22-
----------------------------------
29+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2330

2431
Install From Source
25-
^^^^^^^^^^^^^^^^^^^
32+
+++++++++++++++++++
2633

2734
Go into your catkin workspace and initialize wstool if necessary (assuming `~/ws_moveit` as workspace path): ::
2835

@@ -38,7 +45,7 @@ Build the workspace: ::
3845
catkin build
3946

4047
Running the Demo
41-
----------------
48+
^^^^^^^^^^^^^^^^
4249

4350
The MoveIt Task Constructor package contains several basic examples and a pick-and-place demo.
4451
For all demos you should launch the basic environment: ::
@@ -79,6 +86,7 @@ shown in the right-most window. Selecting one of those solutions will start its
7986
:width: 700px
8087

8188
.. _basic_concepts:
89+
8290
Basic Concepts
8391
--------------
8492

0 commit comments

Comments
 (0)