mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
AC_PrecLand: use new in-tree IRLock driver
This commit is contained in:
parent
c6ea451c56
commit
50db4d362d
@ -41,7 +41,7 @@ public:
|
|||||||
bool have_los_meas();
|
bool have_los_meas();
|
||||||
|
|
||||||
private:
|
private:
|
||||||
AP_IRLock_PX4 irlock;
|
AP_IRLock_I2C irlock;
|
||||||
|
|
||||||
Vector3f _los_meas_body; // unit vector in body frame pointing towards target
|
Vector3f _los_meas_body; // unit vector in body frame pointing towards target
|
||||||
bool _have_los_meas; // true if there is a valid measurement from the camera
|
bool _have_los_meas; // true if there is a valid measurement from the camera
|
||||||
|
Loading…
Reference in New Issue
Block a user