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 6, 2023
1 parent 54f45e4 commit 38ca07c
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 @@ -230,12 +230,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);

Expand Down

0 comments on commit 38ca07c

Please sign in to comment.