File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
1091093. 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!)
1151161. Run
116117```shell
117118python3 simulate.py
You can’t perform that action at this time.
0 commit comments