Skip to content

Commit da62a71

Browse files
committed
Updating documentation
1 parent 6ca59ae commit da62a71

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed
60.3 KB
Loading

docs/source/overview/environments.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,9 @@ for the lift-cube environment:
132132
+--------------------+-------------------------+-----------------------------------------------------------------------------+
133133
| |gr1_pick_place| | |gr1_pick_place-link| | Pick up and place an object in a basket with a GR-1 humanoid robot |
134134
+--------------------+-------------------------+-----------------------------------------------------------------------------+
135+
| |gr1_pp_waist| | |gr1_pp_waist-link| | Pick up and place an object in a basket with a GR-1 humanoid robot |
136+
| | | with waist degrees-of-freedom enables that provides a wider reach space. |
137+
+--------------------+-------------------------+-----------------------------------------------------------------------------+
135138

136139
.. |reach-franka| image:: ../_static/tasks/manipulation/franka_reach.jpg
137140
.. |reach-ur10| image:: ../_static/tasks/manipulation/ur10_reach.jpg
@@ -141,6 +144,7 @@ for the lift-cube environment:
141144
.. |cube-shadow| image:: ../_static/tasks/manipulation/shadow_cube.jpg
142145
.. |stack-cube| image:: ../_static/tasks/manipulation/franka_stack.jpg
143146
.. |gr1_pick_place| image:: ../_static/tasks/manipulation/gr-1_pick_place.jpg
147+
.. |gr1_pp_waist| image:: ../_static/tasks/manipulation/gr-1_pick_place_waist.jpg
144148

145149
.. |reach-franka-link| replace:: `Isaac-Reach-Franka-v0 <https://github.com/isaac-sim/IsaacLab/blob/main/source/isaaclab_tasks/isaaclab_tasks/manager_based/manipulation/reach/config/franka/joint_pos_env_cfg.py>`__
146150
.. |reach-ur10-link| replace:: `Isaac-Reach-UR10-v0 <https://github.com/isaac-sim/IsaacLab/blob/main/source/isaaclab_tasks/isaaclab_tasks/manager_based/manipulation/reach/config/ur_10/joint_pos_env_cfg.py>`__
@@ -154,6 +158,7 @@ for the lift-cube environment:
154158
.. |stack-cube-link| replace:: `Isaac-Stack-Cube-Franka-v0 <https://github.com/isaac-sim/IsaacLab/blob/main/source/isaaclab_tasks/isaaclab_tasks/manager_based/manipulation/stack/config/franka/stack_joint_pos_env_cfg.py>`__
155159
.. |stack-cube-bp-link| replace:: `Isaac-Stack-Cube-Franka-Blueprint-v0 <https://github.com/isaac-sim/IsaacLab/blob/main/source/isaaclab_tasks/isaaclab_tasks/manager_based/manipulation/stack/config/franka/stack_ik_rel_blueprint_env_cfg.py>`__
156160
.. |gr1_pick_place-link| replace:: `Isaac-PickPlace-GR1T2-Abs-v0 <https://github.com/isaac-sim/IsaacLab/blob/main/source/isaaclab_tasks/isaaclab_tasks/manager_based/manipulation/pick_place/pickplace_gr1t2_env_cfg.py>`__
161+
.. |gr1_pp_waist-link| replace:: `Isaac-PickPlace-GR1T2-WaistEnabled-Abs-v0 <https://github.com/isaac-sim/IsaacLab/blob/main/source/isaaclab_tasks/isaaclab_tasks/manager_based/manipulation/pick_place/pickplace_gr1t2_waist_enabled_env_cfg.py>`__
157162

158163
.. |cube-shadow-link| replace:: `Isaac-Repose-Cube-Shadow-Direct-v0 <https://github.com/isaac-sim/IsaacLab/blob/main/source/isaaclab_tasks/isaaclab_tasks/direct/shadow_hand/shadow_hand_env_cfg.py>`__
159164
.. |cube-shadow-ff-link| replace:: `Isaac-Repose-Cube-Shadow-OpenAI-FF-Direct-v0 <https://github.com/isaac-sim/IsaacLab/blob/main/source/isaaclab_tasks/isaaclab_tasks/direct/shadow_hand/shadow_hand_env_cfg.py>`__

docs/source/overview/teleop_imitation.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ Collect human demonstrations
333333

334334
Data collection for the GR-1 humanoid robot environment requires use of an Apple Vision Pro headset. If you do not have access to
335335
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.
337337

338338
.. tip::
339339
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:
380380
--dataset_file ./datasets/dataset_gr1.hdf5 \
381381
--num_demos 5 --enable_pinocchio
382382
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+
383386
.. tip::
384387
If a demo fails during data collection, the environment can be reset using the teleoperation controls panel in the XR teleop client
385388
on the Apple Vision Pro or via voice control by saying "reset". See :ref:`teleoperate-apple-vision-pro` for more details.

0 commit comments

Comments
 (0)