mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-07 00:13:59 -04:00
AC_PrecLand: fix backend compile error
This commit is contained in:
parent
fc05ad81eb
commit
175f5654c1
@ -27,7 +27,7 @@ public:
|
|||||||
// returns true if new data available
|
// returns true if new data available
|
||||||
virtual bool update() = 0;
|
virtual bool update() = 0;
|
||||||
// what frame of reference is our sensor reporting in?
|
// what frame of reference is our sensor reporting in?
|
||||||
virtual MAV_FRAME get_frame_of_reference();
|
virtual MAV_FRAME get_frame_of_reference() = 0;
|
||||||
|
|
||||||
// get_angle_to_target - returns angles (in radians) to target
|
// get_angle_to_target - returns angles (in radians) to target
|
||||||
// returns true if angles are available, false if not (i.e. no target)
|
// returns true if angles are available, false if not (i.e. no target)
|
||||||
|
Loading…
Reference in New Issue
Block a user