Land drone safely

- improved landing
- navigate to the return point defined in JSON file
- land drone safely without timeouts

Issue: https://denyspopov.atlassian.net/browse/AZ-24
Type: New Feature
This commit is contained in:
Tuomas Järvinen
2024-05-23 20:17:54 +02:00
parent 542ca96d3e
commit a8ba701138
5 changed files with 51 additions and 33 deletions
-3
View File
@@ -64,9 +64,6 @@ private slots:
// Called at the end of the mission. Lands and disarms the drone.
void missionFinishedSlot(void);
// Disarms the drone and exits the application. TODO!! Discuss quitting the application.
void disarmDroneSlot(void);
// Gets Telemetry::Health information in prearming.
void newHealthInfoSlot(Telemetry::Health health);