Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 906 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 906 Bytes

ArduPilot SITL BoilerPlate

This repository provides a simple code to which connects to ArduPilot SITL via MAVROS, and publishes specified waypoints for the drone to move there. This is meant to provide a quick start, and to be built upon on the requirements for the given problem statement.

This repository has two packages:

  1. For a single drone
  2. For a swarm of drones (upto 11)

The instructions for running the above are mentioned in the respective README(s) in their subdirectory.

References