From e9f1dde84f8373e184098b7c155e5e973c240bcc Mon Sep 17 00:00:00 2001 From: Andrea Tupini Date: Wed, 24 Jul 2024 12:40:20 -0600 Subject: [PATCH 1/3] Fix typo in miniconda name --- docs/software-setup/host-installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/software-setup/host-installation.md b/docs/software-setup/host-installation.md index ab5ded9..4b4cb00 100644 --- a/docs/software-setup/host-installation.md +++ b/docs/software-setup/host-installation.md @@ -163,7 +163,7 @@ Update the IP parameters in `droid/misc/parameters.py`, in particular set `robot If you choose to install miniconda instead of anaconda in previous steps of this guide you will need to make the following edits: -In droid/franka change the word anaconda to minicode in the scripts `launch_gripper.sh` and `launch_robot.sh`. Also change the paths to be absolute. Repeat for the `launch_server.sh` file in `scripts/server` +In droid/franka change the word `anaconda` to `miniconda` in the scripts `launch_gripper.sh` and `launch_robot.sh`. Also change the paths to be absolute. Repeat for the `launch_server.sh` file in `scripts/server` ## Optional: Configure Headless Server From 81dc18d48002146db3ef8544c883fed9e9626041 Mon Sep 17 00:00:00 2001 From: Andrea Tupini Date: Wed, 24 Jul 2024 12:51:39 -0600 Subject: [PATCH 2/3] fix typo in `miniconda` --- docs/software-setup/host-installation.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/software-setup/host-installation.md b/docs/software-setup/host-installation.md index 4b4cb00..b326f48 100644 --- a/docs/software-setup/host-installation.md +++ b/docs/software-setup/host-installation.md @@ -228,9 +228,9 @@ gcc --version Next we will install the ZED SDK and python API which is required to interface with ZED cameras. Follow the official guide outlined [here](https://www.stereolabs.com/docs/installation/linux), while adhering to the below instructions during your installation: -* Ensure you have the robot conda environment activated -* Enter yes when prompted to install CUDA -* Enter yes to everything else during the installation procedure with the exception of optimizing ZED models this is optiona +* Ensure you have the `robot` conda environment activated +* Enter `yes` when prompted to install CUDA +* Enter `yes` to everything else during the installation procedure with the exception of optimizing ZED models this is optional Once you have restarted your machine post installation, activate the robot conda environment and test that you can import pyzed through running: @@ -268,7 +268,7 @@ Update the IP parameters in `droid/misc/parameters.py`, in particular set `robot If you choose to install miniconda instead of anaconda in previous steps of this guide you will need to make the following edits: -In droid/franka change the word anaconda to minicode in the scripts `launch_gripper.sh` and `launch_robot.sh`. Also change the paths to be absolute. Repeat for the `launch_server.sh` file in `scripts/server` +In droid/franka change the word `anaconda` to `miniconda` in the scripts `launch_gripper.sh` and `launch_robot.sh`. Also change the paths to be absolute. Repeat for the `launch_server.sh` file in `scripts/server` # Testing/Validating Entire Setup From de45ef241d22f198ca4d6083b5c584824e9385a2 Mon Sep 17 00:00:00 2001 From: Andrea Tupini Date: Wed, 24 Jul 2024 12:51:54 -0600 Subject: [PATCH 3/3] fix papes link --- docs/the-droid-dataset.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/the-droid-dataset.md b/docs/the-droid-dataset.md index bc6863c..6c57099 100644 --- a/docs/the-droid-dataset.md +++ b/docs/the-droid-dataset.md @@ -102,4 +102,4 @@ episode: **Note**: We realized that we missed 20% of episodes when face-blurring & copying the *raw* DROID data to the release bucket and are working on uploading the remainder of the dataset. This only affects the *raw* version of DROID, the RLDS version is complete. This should be fixed within a few days -- please reach out to pertsch@berkeley.edu if you have any concerns in the meantime! ## 📄 Data Analysis and Further Information -Please consult the [paper](https://droid-dataset.github.io/paper.pdf) for detailed data analysis and further information about the dataset. +Please consult the [paper](https://arxiv.org/abs/2403.12945) for detailed data analysis and further information about the dataset.