mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-22 16:48:29 -04:00
AP_AHRS: remove unused have_inertial_nav method
This commit is contained in:
parent
25b19f0a08
commit
2ac92d934f
@ -231,12 +231,6 @@ public:
|
||||
// return the quaternion defining the rotation from NED to XYZ (body) axes
|
||||
virtual bool get_quaternion(Quaternion &quat) const WARN_IF_UNUSED = 0;
|
||||
|
||||
// return true if the AHRS object supports inertial navigation,
|
||||
// with very accurate position and velocity
|
||||
virtual bool have_inertial_nav(void) const {
|
||||
return false;
|
||||
}
|
||||
|
||||
// is the AHRS subsystem healthy?
|
||||
virtual bool healthy(void) const = 0;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user