You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The `Motion Planning Tasks` panel outlines the hierarchical stage structure of the tasks.
59
79
When you select a particular stage, the list of successful and failed solutions will be
60
80
shown in the right-most window. Selecting one of those solutions will start its visualization.
61
81
@@ -103,6 +123,11 @@ Stages not only support solving motion planning problems.
103
123
They can also be used for all kinds of state transitions, as for instance modifying the planning scene.
104
124
Combined with the possibility of using class inheritance it is possible to construct very complex behavior while only relying on a well-structured set of primitive stages.
105
125
126
+
.. tip::
127
+
128
+
In general, it is a good habit to encapsulate
129
+
application-specific `MoveIt Task Constructor` code within a ros-node.
0 commit comments