mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-27 08:55:51 +08:00
ins int fix
This commit is contained in:
@@ -383,6 +383,7 @@ void ins_int_update_gps(struct GpsState *gps_s)
|
|||||||
#endif
|
#endif
|
||||||
#if INS_USE_GPS_ALT_SPEED
|
#if INS_USE_GPS_ALT_SPEED
|
||||||
vff_update_vz_conf(((float)gps_speed_cm_s_ned.z) / 100.0, INS_VFF_VZ_R_GPS);
|
vff_update_vz_conf(((float)gps_speed_cm_s_ned.z) / 100.0, INS_VFF_VZ_R_GPS);
|
||||||
|
ins_int.propagation_cnt = 0;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if USE_HFF
|
#if USE_HFF
|
||||||
|
|||||||
Reference in New Issue
Block a user