Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 413 Bytes

File metadata and controls

9 lines (7 loc) · 413 Bytes

Quickstart

  1. If you don't want to develop embedded firmware code, you can use prebuilt simulated vehicle binaries.
  2. To do that, run the below code:
curl -s -L https://raw.githubusercontent.com/mustafa-gokce/ardupilot-software-development/main/environment-setup/quickstart.sh | /usr/bin/bash
  1. This will install all the required Linux system packages and python modules to follow this course.