mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-23 17:37:34 +08:00
FailureDetector - use standard topic subscription for attitude topic and
pass vehicle_status from commander instead of subscribing to it.
This commit is contained in:
@@ -2207,7 +2207,7 @@ Commander::run()
|
||||
}
|
||||
|
||||
/* Check for failure detector status */
|
||||
const bool failure_detector_updated = _failure_detector.update();
|
||||
const bool failure_detector_updated = _failure_detector.update(status);
|
||||
|
||||
if (failure_detector_updated) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user