Skip to content

Commit 2cef8b4

Browse files
authored
Update README.md
1 parent 17f6adb commit 2cef8b4

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

README.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,20 @@ catkin build
4040
source devel/setup.bash
4141
```
4242

43+
6. Download assets:
44+
45+
6.1 Download the robot models and some small objects as in [iGibson's documentation](https://stanfordvl.github.io/iGibson/installation.html#downloading-the-assets-and-datasets-of-scenes-and-objects).
46+
```
47+
python -m igibson.utils.assets_utils --download_assets
48+
```
49+
50+
6.2 Clone the [sim_utility]([email protected]:RIVeR-Lab/sim_utility.git) repository into a folder.
51+
```
52+
git clone [email protected]:RIVeR-Lab/sim_utility.git
53+
```
54+
55+
6.3 Copy the [jackal_jaco](https://github.com/RIVeR-Lab/sim_utility/tree/main/data/assets/models/jackal_jaco) and [ycb](https://github.com/RIVeR-Lab/sim_utility/tree/main/data/assets/models/ycb/) folders into "iGibson/igibson/data/assets/models" folder.
56+
4357
## Example 1: Multi-Turtlebot simulation in iGibson and observations are published in ROS:
4458

4559
In a terminal, within igibson-ros workspace:
@@ -64,7 +78,8 @@ roslaunch igibson-ros stable_baselines3_ros_turtlebot_multi.launch
6478
```
6579
source ~/catkin_ws/devel/setup.bash
6680
```
67-
2.2 Run the script:
81+
82+
2.2. Run the script:
6883
```
6984
# cd igibson/examples/ros/igibson-ros/scripts/
7085
python stable_baselines3_ros_turtlebot.py

0 commit comments

Comments
 (0)