Go to file
Alex Davies 69ba51fa20 Almost done 2024-01-23 15:47:46 -04:00
.github/workflows Server build 2024-01-23 07:54:35 -04:00
skel Almost done 2024-01-23 15:47:46 -04:00
.gitignore Added service to populate user home from /etc/skel/, this will also 2024-01-23 15:06:29 -04:00
Dockerfile Almost done 2024-01-23 15:47:46 -04:00
README.md Almost done 2024-01-23 15:47:46 -04:00
background.png Initial commit 2024-01-22 15:42:59 -04:00
docker-compose.yaml Almost done 2024-01-23 15:47:46 -04:00
kasmvnc.service Added service to populate user home from /etc/skel/, this will also 2024-01-23 15:06:29 -04:00
kasmvnc.yaml Initial commit 2024-01-22 15:42:59 -04:00
nix.conf Initial commit 2024-01-22 15:42:59 -04:00
userhome.service Added service to populate user home from /etc/skel/, this will also 2024-01-23 15:06:29 -04:00
xstartup Added service to populate user home from /etc/skel/, this will also 2024-01-23 15:06:29 -04:00

README.md

Make sure sysbox and docker are installed and run

docker run -p 127.0.0.1:8466:8466 \
  --volume ./spiri-sdk-home:/home/spiri:rw \
  --runtime=sysbox-runc -it \
  git.spirirobotics.com/spiri/spiri-sdk-desktop:master

Navigate to http://localhost:8466, and log in using the username spiri and the password spiri-friend.

From inside the SDK use the following commands to start gazebo and a virtual drone.

cd ~/sdk/
docker compose up