mirror of
https://github.com/azaion/autopilot.git
synced 2026-04-22 07:06:35 +00:00
Print Telemetry::Health all the time
This commit is contained in:
@@ -299,5 +299,5 @@ void AzDroneController::newHealthInfoSlot(Telemetry::Health health)
|
|||||||
qDebug() << " Home position: " << (health.is_home_position_ok ? "ok" : "not ok");
|
qDebug() << " Home position: " << (health.is_home_position_ok ? "ok" : "not ok");
|
||||||
|
|
||||||
// Not optimal, but disconnect signal immeaditely after getting the first update.
|
// Not optimal, but disconnect signal immeaditely after getting the first update.
|
||||||
disconnect(this, &AzDroneController::newHealthInfo, this, &AzDroneController::newHealthInfoSlot);
|
// disconnect(this, &AzDroneController::newHealthInfo, this, &AzDroneController::newHealthInfoSlot);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user