Skip to content

Latest commit

 

History

History
111 lines (84 loc) · 4.66 KB

functions.md

File metadata and controls

111 lines (84 loc) · 4.66 KB

Current Status

Completed functions

These functions perform exactly as described in the readme

Active

These functions cause the drone to take a physical action.

Passive

These functions do not cause the drone to make any action other than reading a sensor

Configuration

These functions modify configuration values, which persist on the device between missions

Utility

These functions do not fit into any of the other categories.

Mission Mode

Advanced functions relying on GPS fall under mission mode.
See here for more information on missions

Partially completed functions

These functions work as described in the documentation, but to a lesser grade of accuracy. Details on the failings of each one included. These are actively under development

New Functions

These functions were not originally intended, but were added since the last update.
After each update, these functions will be moved to the completed functions category.

Modified Functions (complete)

These Functions were changed in a major way, which is explained below.
After each update, these functions will be moved to the completed functions category.

Not Started functions