mirror of https://github.com/ArduPilot/ardupilot
AP_GPS: Publish information on the GPS*_RTK mavlink messages
This commit is contained in:
parent
bf6778277e
commit
c0dd7984ad
|
@ -289,6 +289,7 @@ AP_GPS_SBP::_attempt_state_update()
|
|||
|
||||
last_full_update_tow = last_vel_ned.tow;
|
||||
last_full_update_cpu_ms = now;
|
||||
state.rtk_iar_num_hypotheses = last_iar_num_hypotheses;
|
||||
|
||||
logging_log_full_update();
|
||||
ret = true;
|
||||
|
|
Loading…
Reference in New Issue