mirror of
https://github.com/azaion/autopilot.git
synced 2026-04-22 12:36:35 +00:00
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:
@@ -11,5 +11,5 @@ public:
|
||||
|
||||
protected:
|
||||
void droneStateMachineSlot(void) override;
|
||||
bool stateWaitingMissionMode(void);
|
||||
bool stateWaitAutoSwitch(void);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user