Skip to content

Commit 501152c

Browse files
[Robotics] [Docs] Updates found from testing (#2178)
1 parent aecd36d commit 501152c

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

robotics-ai-suite/docs/embodied/sample_pipelines/ORB_VSLAM.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ This Demo uses EUROC dataset to test ORB-SLAM3 monocular mode.
7575
7676
NOTE: This demo uses MH_04_difficult dataset. If you want to try other dataset, you may download them from the link: https://projects.asl.ethz.ch/datasets/doku.php?id=kmavvisualinertialdatasets.
7777
78+
Please download EUROC Machine Hall datasets from https://www.research-collection.ethz.ch/entities/researchdata/bcaf173e-5dac-484b-bc37-faf97a594f1f if there are any issues with the above links.
79+
7880
#. Launch ORB-SLAM3 Demo pipeline
7981
8082
Run the below commands in a bash terminal:

robotics-ai-suite/docs/embodied/sample_pipelines/imitation_learning_act.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,12 @@ Install the dependencies with the following command:
6363
6464
pip install torch==2.7.1 torchvision==0.22.1 pyquaternion==0.9.9 pyyaml==6.0 rospkg==1.5.0 pexpect==4.8.0 mujoco==3.2.6 dm_control==1.0.26 matplotlib==3.10.0 einops==0.6.0 packaging==23.0 h5py==3.12.1 ipython==8.12.0 opencv-python==4.10.0.84 transformers==4.37.0 accelerate==0.23.0 huggingface-hub==0.24.7
6565
66+
.. note::
67+
68+
Usually, pip tries to download a a pre-compiled wheel package so you don't have to build anything in this step. Maintainers may have not uploaded pre-compiled wheels for versions newer than the LTS version yet.
69+
70+
Because of this, pip may fall back to building from source, which triggers the need for compilers and tools like Bazel. Additional build tools may be required to build some of the dependencies from source. If you encounter errors during installation, either switch to a different python version or check the error messages for missing tools or libraries and install them accordingly.
71+
6672
Install ACT package
6773
:::::::::::::::::::
6874

@@ -145,7 +151,7 @@ Below is a camera viewer showcasing four different camera perspectives, the left
145151
``--eval`` is used to evaluate the policy.
146152
``--device`` is used to set the device to CPU or GPU.
147153
``--temporal_agg`` can be used to enable the temporal aggregation algorithm.
148-
``--onscreen_render`` can be used to enable onscreen rendering.
154+
``--onscreen_render`` can be used to enable onscreen rendering (requires python3-tk debian package install).
149155
``MUJOCO_GL=egl`` environment variable can be set to enable EGL rendering, which provides better performance in simulation scenarios.
150156

151157
If the script throws an ``unrecognized arguments --device`` error, then the updated ACT package has not been installed correctly. Ensure to run ``pip install -e .`` in the correct directory.

robotics-ai-suite/docs/embodied/sample_pipelines/robotics_diffusion_transformer.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ Inference
195195
196196
cd <rdt_SOURCE_CODE_PATH>
197197
mkdir google & cd google
198-
sudo apt install git-lft
198+
sudo apt install git-lfs
199199
GIT_LFS_SKIP_SMUDGE=1 git clone https://hf-mirror.com/google/t5-v1_1-xxl
200200
cd t5-v1_1-xxl
201201
git lfs pull

0 commit comments

Comments
 (0)