altoslib: Report whether GPS data contains new location/sat info
[fw/altos] / altoslib / AltosFlightSeries.java
2020-02-13 Keith Packardaltoslib: Report whether GPS data contains new location...
2020-02-13 Keith Packardaltoslib: Store IMU accel ground data in converted...
2018-08-15 Keith PackardBump java lib versions to 13
2018-04-27 Keith Packardmicropeak: Make reported 'max height' value show filter...
2017-10-22 Keith Packardaltoslib: Move temp GPS API from cal_data to data_listener
2017-10-12 Keith Packardaltoslib: Allow gps time later than requested if it...
2017-10-03 Keith Packardaltoslib: Add user-selectable filter width for data...
2017-10-03 Keith Packardaltosuilib: Show raw tick values in graph and info...
2017-10-02 Keith Packardaltoslib,altosuilib,altosui: log_format/device_type...
2017-09-27 Keith Packardaltoslib: Add tilt and pyro data to CSV export
2017-07-21 Bdale GarbeeMerge branch 'master' of ssh://git.gag.com/scm/git...
2017-06-22 Keith Packardaltoslib: Clean up quaternion and rotation interfaces
2017-06-20 Keith Packardaltoslib: Make cal_data private in AltosDataListener
2017-06-13 Keith Packardaltoslib,altosuilib: Bump library version numbers
2017-06-12 Keith Packardaltoslib: Keep time series in AltosFlightSeries array...
2017-06-09 Keith Packardaltoslib: Compute 'vertical acceleration' for eeprom...
2017-06-09 Keith Packardaltoslib: Compute orientation from eeprom data files
2017-05-28 Keith Packardaltoslib: Check for valid pad alt before computing...
2017-05-28 Keith Packardaltoslib: Add status back to AltosFlightSeries for...
2017-05-28 Keith Packardaltoslib: Don't record radio status values in flight...
2017-05-28 Keith Packardaltoslib: Don't record 'pad' state in FlightSeries
2017-05-28 Keith Packardaltoslib: Clean up gps series logging
2017-05-28 Keith Packardaltoslib: AltosFlightSeries ignore missing accel/pressure
2017-05-28 Keith Packardaltoslib: Use first pressure value if no ground pressur...
2017-05-28 Keith Packardaltoslib: Add constants for speed/accel filtering
2017-05-28 Keith Packardaltoslib: Change how speed/accel are computed from...
2017-05-27 Keith Packardaltosdroid: Deal with AltosState changes
2017-05-27 Keith Packardaltoslib: Get KML export working again
2017-05-27 Keith Packardaltoslib: Make sure AltosFlightSeries is filled in...
2017-05-26 Keith Packardaltoslib,altosuilib,altosui: Get stats and replay worki...
2017-05-26 Keith Packardaltoslib/altosuilib/altosui: More work towards using...
2017-05-26 Keith Packardaltoslib: Do data analysis on raw values rather than...
2017-05-20 Bdale Garbeeadd thrust as a graphable time series type
2017-05-20 Keith Packardaltoslib: Create new abstraction underneath AltosState...