Update README.md
This commit is contained in:
parent
716161abeb
commit
e6ed1ea4eb
|
@ -1,4 +1,3 @@
|
||||||
|
|
||||||
# Ways of running
|
# Ways of running
|
||||||
|
|
||||||
There are two main ways of running this software.
|
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.
|
integrate it with their existing linux workflows.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
distrobox create --unshare-all --init --image git.spirirobotics.com/spiri/spiri-sdk-desktop:master
|
distrobox create --image git.spirirobotics.com/spiri/spiri-sdk-desktop:master
|
||||||
distrobox enter spiri-sdk-desktop-main
|
distrobox enter spiri-sdk-desktop-master
|
||||||
#You can optionally copy the standard SDK setup from /opt/spiri-sdk/user-home-skeleton/
|
#You can optionally copy the standard SDK setup from /opt/spiri-sdk/user-home-skeleton/
|
||||||
# cp -r /opt/spiri-sdk/user-home-skeleton/* ~/
|
# cp -r /opt/spiri-sdk/user-home-skeleton/* ~/
|
||||||
cd /opt/spiri-sdk/PX4-Autopilot/
|
cd ~/Desktop/simulated-drone/
|
||||||
make px4_sitl gazebo-classic #Start the simulator
|
./sim_drone.py launch
|
||||||
```
|
```
|
||||||
|
|
||||||
# Usage
|
# Usage
|
||||||
|
|
Loading…
Reference in New Issue