mirror of
https://github.com/azaion/autopilot.git
synced 2026-04-22 12:46:34 +00:00
Initial version. Can fly simple mission defined in JSON file.
Please check README.md how to install dependencies and run the application.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
[submodule "3rd/px4"]
|
||||
path = 3rd/px4
|
||||
url = https://github.com/PX4/PX4-Autopilot.git
|
||||
[submodule "3rd/mavsdk"]
|
||||
path = 3rd/mavsdk
|
||||
url = https://github.com/mavlink/MAVSDK.git
|
||||
[submodule "3rd/rapidjson"]
|
||||
path = 3rd/rapidjson
|
||||
url = https://github.com/Tencent/rapidjson.git
|
||||
Reference in New Issue
Block a user