Skip to content

Commit fb5263d

Browse files
committed
Update readme
1 parent 94707e8 commit fb5263d

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Video of the robot following a QR code: https://www.youtube.com/watch?v=iyuJq_Pn
3838
- Clone the Pupper repository https://github.com/Nate711/PupperPythonSim/
3939
- Install requirements:
4040
```shell
41-
bash install_packages_robot.sh
41+
sudo bash install_packages_robot.sh
4242
```
4343
- Get the Pupper controller code
4444
- Clone the controller repo: https://github.com/stanfordroboticsclub/PupperCommand
@@ -108,10 +108,11 @@ brew link --overwrite gcc
108108

109109
3. Install the python requirements:
110110
```bash
111-
bash install_packages_sim.sh
111+
sudo bash install_packages_sim.sh
112112
```
113113

114114
## Run MuJoCo Simulation
115+
(Sorry, the MuJoCo sim has not been updated in a while so does not currently work. You're welcome to update it to work with our other code though!)
115116
1. Run
116117
```shell
117118
python3 simulate.py

0 commit comments

Comments
 (0)