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
Copy file name to clipboardExpand all lines: doc/ros_visualization/visualization_tutorial.rst
+20-2Lines changed: 20 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -103,7 +103,7 @@ Step 3: Interact with the PR2
103
103
:width:500px
104
104
105
105
Moving into collision
106
-
----------------------
106
+
+++++++++++++++++++++
107
107
108
108
Note what happens when you try to move one of the arms into collision
109
109
with the other. The two links that are in collision will turn red.
@@ -123,7 +123,7 @@ checkbox.
123
123
:width:300px
124
124
125
125
Moving out of reachable workspace
126
-
-----------------------------------
126
+
+++++++++++++++++++++++++++++++++
127
127
128
128
Note also what happens when you try to move an end-effector out of its
129
129
reachable workspace (sometimes the access denied sign will not
@@ -152,6 +152,24 @@ Step 4: Use Motion Planning with the PR2
152
152
.. image:: rviz_plugin_planned_path.png
153
153
:width:700px
154
154
155
+
Introspecting trajectory waypoints
156
+
++++++++++++++++++++++++++++++++++
157
+
158
+
*Available since: Indigo 0.7.10, Kinetic and Lunar 0.9.7*
159
+
160
+
You can visually introspect trajectory point by point on RViz.
161
+
162
+
* From "`Panel`" menu, enable "`MotionPlanning - Slider`" that is disabled by default. You'll see a new Slider panel on RViz.
163
+
164
+
* Set your goal pose, then run `Plan`.
165
+
166
+
* Play with the "`Slider`" panel, e.g. move the slider, push "`Play`" button.
167
+
168
+
NOTE: Once you placed your EEF to a new goal, be sure to run `Plan` before running `Play` -- otherwise you'll see the waypoints for the previous goal if available.
0 commit comments