Skip to content

Commit edb533c

Browse files
Describe predefined states comboboxes (#610)
Co-authored-by: Takara Kasai <takara.kasai@gmail.com>
1 parent 25e4c7e commit edb533c

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

doc/quickstart_in_rviz/quickstart_in_rviz_tutorial.rst

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,19 @@ Step 4: Use Motion Planning with the Panda
161161
.. image:: rviz_plugin_planned_path.png
162162
:width: 700px
163163

164+
Choosing Specific Start/Goal States
165+
+++++++++++++++++++++++++++++++++++
166+
167+
The ``Planning`` tab lets you choose start and goal states for a planning request for your robot from these options:
168+
- The current state
169+
- The previous state
170+
- A randomly sampled state
171+
- Or a named state of the selected planning group, as defined in the ``.srdf`` file of the robot.
172+
173+
``Previous`` refers to the start state of the previous planning attempt. Thus, selecting ``previous`` as the goal state after execution of a planned motion path allows you to move back to the previous robot pose easily. As, both the ``current`` and the ``previous`` start/goal states are automatically updated after execution, you can easily move back and forth between two states as illustrated in the animation below.
174+
175+
.. image:: rviz_plugin_access_previous_pose.gif
176+
164177
Introspecting Trajectory Waypoints
165178
++++++++++++++++++++++++++++++++++
166179

@@ -199,7 +212,6 @@ Initially, the default velocity and acceleration are scaled to 10% (`0.1`) of th
199212
.. image:: rviz_plugin_collision_aware_ik_checkbox.png
200213
:width: 700px
201214

202-
203215
Next Steps
204216
----------
205217

2.31 MB
Loading

0 commit comments

Comments
 (0)