/skydio-skills

Sample code for flying the Skydio 2 using the Skills SDK

Primary LanguagePython

Getting Started with the Skydio Skills SDK

NOTE: This is now only available to approved developers.

With this guide, you'll be able to create new Skills for Skydio 2. Skills are python scripts that run onboard the drone and provide basic UI elements inside the app.

animation

Skillset

We've put together a skillset of sample skills that you can use to learn how the Skills SDK works.

Included Skills

  • Polygon Path: Fly a path in the shape of a user-defined polygon.
  • Property Tour: Perform a series of cinematic motions to record a real estate video.
  • Security Bot: Follow anyone that gets within range of a home point, then return.
  • Party Mode: Automatically follow subjects for 15 seconds at a time within a defined area.
  • Com Link: Communicate with a Skill from an external client using HTTP.
  • Remote Control: Fly directly from a computer.

Client

Included is a Client python module which demonstrates how to control the vehicle and communicate with a skill directly from your computer over WiFi.