mirror of
https://github.com/azaion/autopilot.git
synced 2026-04-22 12:56:33 +00:00
Initial version of ArduPilot compatible autopilot
- removed PX4 and MAVSDK git submodules
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#define FUNCTION_NAME(func) func()
|
||||
|
||||
const char *AZ_CONNECTION = "udp://:14550";
|
||||
const int AZ_RELATIVE_FLY_ALTITUDE = 50;
|
||||
Reference in New Issue
Block a user