mirror of https://github.com/ArduPilot/ardupilot
AP_DAL: populate `ekf_type`
This commit is contained in:
parent
e1c75e2535
commit
def81b9a1a
|
@ -70,6 +70,7 @@ void AP_DAL::start_frame(AP_DAL::FrameType frametype)
|
|||
_RFRN.opticalflow_enabled = AP::opticalflow() && AP::opticalflow()->enabled();
|
||||
#endif
|
||||
_RFRN.wheelencoder_enabled = AP::wheelencoder() && (AP::wheelencoder()->num_sensors() > 0);
|
||||
_RFRN.ekf_type = ahrs.get_ekf_type();
|
||||
WRITE_REPLAY_BLOCK_IFCHANGED(RFRN, _RFRN, old);
|
||||
|
||||
// update body conversion
|
||||
|
|
Loading…
Reference in New Issue