mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-09 17:34:01 -04:00
AP_SmartRTL: rename for AHRS restructuring
This commit is contained in:
parent
ed5303d1b8
commit
e1162f0a66
@ -20,12 +20,12 @@ static AP_SerialManager serial_manager;
|
|||||||
|
|
||||||
class DummyVehicle {
|
class DummyVehicle {
|
||||||
public:
|
public:
|
||||||
AP_AHRS_NavEKF ahrs{AP_AHRS_NavEKF::FLAG_ALWAYS_USE_EKF};
|
AP_AHRS ahrs{AP_AHRS::FLAG_ALWAYS_USE_EKF};
|
||||||
};
|
};
|
||||||
|
|
||||||
static DummyVehicle vehicle;
|
static DummyVehicle vehicle;
|
||||||
|
|
||||||
AP_AHRS_NavEKF &ahrs(vehicle.ahrs);
|
AP_AHRS &ahrs(vehicle.ahrs);
|
||||||
AP_SmartRTL smart_rtl{true};
|
AP_SmartRTL smart_rtl{true};
|
||||||
AP_BoardConfig board_config;
|
AP_BoardConfig board_config;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user