Go to file
Alex Davies 1e421a0de1 Build as a VM 2024-05-09 17:22:46 -03:00
.github/workflows Server build 2024-01-23 07:54:35 -04:00
skel Change of direction, we're now deploying as a virtual machine image 2024-05-09 13:00:38 -03:00
.gitignore Added service to populate user home from /etc/skel/, this will also 2024-01-23 15:06:29 -04:00
Dockerfile Change of direction, we're now deploying as a virtual machine image 2024-05-09 13:00:38 -03:00
README.md Build as a VM 2024-05-09 17:22:46 -03:00
background.png Initial commit 2024-01-22 15:42:59 -04:00
ova-compose.yml Build as a VM 2024-05-09 17:22:46 -03:00
virtualize.sh Build as a VM 2024-05-09 17:22:46 -03:00

README.md

Ways of running

There are two main ways of running this software.

Most users are recomended to install VirtualBox and load the virtual appliance file into it.

Advanced users can also use the SDK as a docker image. It pairs well with distrobox to better integrate it with their existing linux workflows.

distrobox create --image git.spirirobotics.com/spiri/spiri-sdk-desktop:main
distrobox enter spiri-sdk-desktop-main
cd /opt/spiri-sdk/PX4-Autopilot/
make px4_sitl gazebo-classic #Start the simulator

Building

docker build -t spiri-desktop-sdk ./
./virtualize.sh spiri-desktop-sdk spiri-sdk.ova