Remove GPS data missing from skytraq. Save max height/accel/speed
[fw/altos] / ao-tools / altosui / AltosState.java
index aacddfdf5ee3f80e66f13e6be85d8f1b11fe071a..192011d02955f6c637fa42aabe7f9c917f2cd54b 100644 (file)
@@ -102,6 +102,9 @@ public class AltosState {
                        pad_lat = prev_state.pad_lat;
                        pad_lon = prev_state.pad_lon;
                        pad_alt = prev_state.pad_alt;
+                       max_height = prev_state.max_height;
+                       max_acceleration = prev_state.max_acceleration;
+                       max_speed = prev_state.max_speed;
 
                        /* make sure the clock is monotonic */
                        while (tick < prev_state.tick)