We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bea04c0 commit fc9c165Copy full SHA for fc9c165
libraries/AP_AHRS/AP_AHRS_Backend.h
@@ -95,9 +95,6 @@ class AP_AHRS_Backend
95
// requires_position should be true if horizontal position configuration should be checked
96
virtual bool pre_arm_check(bool requires_position, char *failure_msg, uint8_t failure_msg_len) const = 0;
97
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
-
101
// see if EKF lane switching is possible to avoid EKF failsafe
102
virtual void check_lane_switch(void) {}
103
0 commit comments