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: docs/source/overview/teleop_imitation.rst
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -333,7 +333,7 @@ Collect human demonstrations
333
333
334
334
Data collection for the GR-1 humanoid robot environment requires use of an Apple Vision Pro headset. If you do not have access to
335
335
an Apple Vision Pro, you may skip this step and continue on to the next step: `Generate the dataset`_.
336
-
A pre-recorded annotated dataset is provided in the next step.
336
+
A pre-recorded annotated dataset is provided in the next step.
337
337
338
338
.. tip::
339
339
The GR1 scene utilizes the wrist poses from the Apple Vision Pro (AVP) as setpoints for a differential IK controller (Pink-IK).
@@ -380,6 +380,9 @@ Collect five demonstrations by running the following command:
380
380
--dataset_file ./datasets/dataset_gr1.hdf5 \
381
381
--num_demos 5 --enable_pinocchio
382
382
383
+
.. note::
384
+
We also provide a GR-1 pick and place task with waist degrees-of-freedom enabled ``Isaac-PickPlace-GR1T2-WaistEnabled-Abs-v0`` (see :ref:`environments` for details on the available environments, including the GR1 Waist Enabled variant). The same command above applies but with the task name changed to ``Isaac-PickPlace-GR1T2-WaistEnabled-Abs-v0``.
385
+
383
386
.. tip::
384
387
If a demo fails during data collection, the environment can be reset using the teleoperation controls panel in the XR teleop client
385
388
on the Apple Vision Pro or via voice control by saying "reset". See :ref:`teleoperate-apple-vision-pro` for more details.
0 commit comments