|
|
@ -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; |
|
|
|
|
|
|
|
|
|
|
|