summaryrefslogtreecommitdiff
path: root/ao-tools/altosui/AltosState.java
Commit message (Collapse)AuthorAge
* Move altosui to the top level, placing libaltos inside it.Keith Packard2010-11-24
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* altosui: Eliminate unncessary import altosui linesKeith Packard2010-11-13
| | | | | | | Java appears to automatically import every module from the current package. Signed-off-by: Keith Packard <keithp@keithp.com>
* altosui: Add ascent, descent and landed tabsKeith Packard2010-11-09
| | | | | | This completes the set of tabs for in-flight status information. Signed-off-by: Keith Packard <keithp@keithp.com>
* altosui: Require 4 sats for 'good' GPS dataKeith Packard2010-09-23
| | | | | | | Wait for 10 consecutive GPS reports with at least 4 sats before reporting "GPS ready" state. Signed-off-by: Keith Packard <keithp@keithp.com>
* altosui: Write raw sensor data to .csv filesKeith Packard2010-09-19
| | | | | | | For data export, provide the raw sensor samples instead of the filtered values. Signed-off-by: Keith Packard <keithp@keithp.com>
* altosui: add elevation and range informationKeith Packard2010-08-27
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* altosui: Remove debug printf from AltosState.javaKeith Packard2010-08-26
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* altosui: Compute flight state from eeprom dataKeith Packard2010-08-05
| | | | | | This lets eeprom files be used to replay flights. Signed-off-by: Keith Packard <keithp@keithp.com>
* altosui: Split flight record out of telemetry classKeith Packard2010-08-05
| | | | | | | This will permit either telemetry or eeprom data to be used to construct the sequence of flight events for reply or data generation. Signed-off-by: Keith Packard <keithp@keithp.com>
* Reset GPS ready status when GPS comes unlocked on the padKeith Packard2010-07-28
| | | | | | | If GPS becomes unlocked, then report that in the UI and via voice. Signed-off-by: Keith Packard <keithp@keithp.com>
* Finish basic flight monitoring UI with voice using FreeTTSKeith Packard2010-05-17
| | | | | | | This captures telemetry data to log files and presents flight status information in audio form using FreeTTS. Signed-off-by: Keith Packard <keithp@keithp.com>
* Remove GPS data missing from skytraq. Save max height/accel/speedKeith Packard2010-04-02
|
* Fix state updatesKeith Packard2010-04-02
|
* Display table of flight info. gps is not working yet thoughKeith Packard2010-04-02
|
* Steal C code from ao-viewKeith Packard2010-04-02