Skip to content

Commit fc9c165

Browse files
committed
AP_AHRS: remove unused AP_AHRS_Backend::attitudes_consistent
1 parent bea04c0 commit fc9c165

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

libraries/AP_AHRS/AP_AHRS_Backend.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,6 @@ class AP_AHRS_Backend
9595
// requires_position should be true if horizontal position configuration should be checked
9696
virtual bool pre_arm_check(bool requires_position, char *failure_msg, uint8_t failure_msg_len) const = 0;
9797

98-
// check all cores providing consistent attitudes for prearm checks
99-
virtual bool attitudes_consistent(char *failure_msg, const uint8_t failure_msg_len) const { return true; }
100-
10198
// see if EKF lane switching is possible to avoid EKF failsafe
10299
virtual void check_lane_switch(void) {}
103100

0 commit comments

Comments
 (0)