mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
Sub: RangeFinder uses AP_SerialManager singleton
This commit is contained in:
parent
7c88eb670c
commit
11c5d7cfca
@ -178,7 +178,7 @@ private:
|
|||||||
Compass compass;
|
Compass compass;
|
||||||
AP_InertialSensor ins;
|
AP_InertialSensor ins;
|
||||||
|
|
||||||
RangeFinder rangefinder{serial_manager};
|
RangeFinder rangefinder;
|
||||||
struct {
|
struct {
|
||||||
bool enabled:1;
|
bool enabled:1;
|
||||||
bool alt_healthy:1; // true if we can trust the altitude from the rangefinder
|
bool alt_healthy:1; // true if we can trust the altitude from the rangefinder
|
||||||
|
Loading…
Reference in New Issue
Block a user