Reduced and improved logging

- removed unnecessary logging
- print start date and time when application starts
- use std::cout instead of qDebug()
- better logging in DroneController classes
- renamed Controller states for better readability
This commit is contained in:
Tuomas Järvinen
2024-10-18 21:45:20 +02:00
parent 91257d0ce7
commit 54b7dc41ca
7 changed files with 78 additions and 117 deletions
+1 -1
View File
@@ -11,5 +11,5 @@ public:
protected:
void droneStateMachineSlot(void) override;
bool stateWaitingMissionMode(void);
bool stateWaitAutoSwitch(void);
};