mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
HAL_SITL: update EFI simulation
This commit is contained in:
parent
7e7bae9d55
commit
b6d1170c2e
@ -540,6 +540,10 @@ void SITL_State::_fdm_input_local(void)
|
||||
nmea->update(sitl_model->get_range());
|
||||
}
|
||||
|
||||
if (_sitl) {
|
||||
_sitl->efi_ms.update();
|
||||
}
|
||||
|
||||
if (_sitl && _use_fg_view) {
|
||||
_output_to_flightgear();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user