Go to file
Alex Davies 94f2e97aa5 Updated README 2024-09-19 11:20:08 -03:00
.gitignore Limit number of simulated drones to be between 1 and 10 2024-06-05 11:14:53 -03:00
.gitmodules Removed desktop specific items 2024-09-17 12:30:08 -03:00
README.md Updated README 2024-09-19 11:20:08 -03:00
background.png Initial commit 2024-01-22 15:42:59 -04:00
docker-compose.yml Simplified SDK 2024-09-17 14:09:45 -03:00

README.md

Spiri SDK - Simulated robot

The Spiri SDK consists of a number of components. What you're looking at right now is the drone simulation component, which is the core of the SDK.

Spiri Robots run a number of docker containers to achieve their core functionality, we try to keep these essential docker containers in one docker compose file. The docker compose file you'll find in this repository start an ardupilot-based UAV simulation as well as a ROS master, and mavproxy to tie it together.

To get started you can simply clone this repository and run docker compose --profile uav-sim.

Once the simulated UAV is running you can connect to it with QGroundControl or other MavLink compatible software. We expose the UAVs Mavlink conenction on tcp port 5760.

Creating a new project

We provide project templates you can use for development that integrate seamlessly into our simulated robots.

To get started with our project templates install the copier project templating utility.

This template uses the last stable release of ROS1 (ros noetic) and supports python and c++ programming languages.

ROS1 is considered end of life. It's recomended to use a ROS2 template instead

  • ROS2 template

We're working on it...