Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,16 @@ In another terminal, start the Arena Docker container and launch the teleop sess

:docker_run_default:

Run the following command to activate IsaacTeleop CloudXR environment settings:

.. code-block:: bash

source ~/.cloudxr/run/cloudxr.env

Run the teleop script:

.. code-block:: bash

python isaaclab_arena/scripts/imitation_learning/teleop.py \
--viz kit \
--device cpu \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,16 @@ In another terminal, start the Arena Docker container:

:docker_run_default:

Run the recording script:
Run the following command to activate IsaacTeleop CloudXR environment settings:

.. code-block:: bash

source ~/.cloudxr/run/cloudxr.env

Run the recording script:

.. code-block:: bash

python isaaclab_arena/scripts/imitation_learning/record_demos.py \
--device cpu \
--viz kit \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,16 @@ In another terminal, start the Arena Docker container:

:docker_run_default:

Run the recording script:
Run the following command to activate IsaacTeleop CloudXR environment settings:

.. code-block:: bash

source ~/.cloudxr/run/cloudxr.env

Run the recording script:

.. code-block:: bash

python isaaclab_arena/scripts/imitation_learning/record_demos.py \
--device cpu \
--viz kit \
Expand Down
Loading