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:
Tuomas Järvinen
2024-03-18 22:31:38 +01:00
commit f7acface7f
20 changed files with 1354 additions and 0 deletions
+9
View File
@@ -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