Skip to content

Commit

Permalink
AP_AHRS: remove unused airspeed_vector_true method from backend iface
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbarker committed Dec 23, 2024
1 parent 0efd90f commit a76b6ba
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions libraries/AP_AHRS/AP_AHRS_Backend.h
Original file line number Diff line number Diff line change
Expand Up @@ -231,12 +231,6 @@ class AP_AHRS_Backend
return true;
}

// return estimate of true airspeed vector in body frame in m/s
// returns false if estimate is unavailable
virtual bool airspeed_vector_true(Vector3f &vec) const WARN_IF_UNUSED {
return false;
}

// get apparent to true airspeed ratio
static float get_EAS2TAS(void);
static float get_TAS2EAS(void) { return 1.0/get_EAS2TAS(); }
Expand Down

0 comments on commit a76b6ba

Please sign in to comment.