Update README.md

This commit is contained in:
Alex Davies 2024-06-11 13:13:48 -03:00
parent 716161abeb
commit e6ed1ea4eb
1 changed files with 4 additions and 5 deletions

View File

@ -1,4 +1,3 @@
# Ways of running
There are two main ways of running this software.
@ -12,12 +11,12 @@ Advanced users can also use the SDK as a docker image. It pairs well with
integrate it with their existing linux workflows.
```bash
distrobox create --unshare-all --init --image git.spirirobotics.com/spiri/spiri-sdk-desktop:master
distrobox enter spiri-sdk-desktop-main
distrobox create --image git.spirirobotics.com/spiri/spiri-sdk-desktop:master
distrobox enter spiri-sdk-desktop-master
#You can optionally copy the standard SDK setup from /opt/spiri-sdk/user-home-skeleton/
# cp -r /opt/spiri-sdk/user-home-skeleton/* ~/
cd /opt/spiri-sdk/PX4-Autopilot/
make px4_sitl gazebo-classic #Start the simulator
cd ~/Desktop/simulated-drone/
./sim_drone.py launch
```
# Usage