Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Reset GPS ready status when GPS comes unlocked on the pad | Keith Packard | 2010-07-28 | |
| | | | | | | | If GPS becomes unlocked, then report that in the UI and via voice. Signed-off-by: Keith Packard <keithp@keithp.com> | |||
* | altosui: report rocket ground bearing at landing only if known | Keith Packard | 2010-07-28 | |
| | | | | | | if state.from_pad is null, then there isn't any data to report. Signed-off-by: Keith Packard <keithp@keithp.com> | |||
* | altosui: Add progress bar for eeprom downloading status | Keith Packard | 2010-07-28 | |
| | | | | | | | This has a progress bar tracking the state and block count while downloading stuff from telemetrum. Signed-off-by: Keith Packard <keithp@keithp.com> | |||
* | altosui: Add eeprom data capture function. No UI yet. | Keith Packard | 2010-07-28 | |
| | | | | Signed-off-by: Keith Packard <keithp@keithp.com> | |||
* | Remove debug printf | Keith Packard | 2010-07-28 | |
| | | | | Signed-off-by: Keith Packard <keithp@keithp.com> | |||
* | Add voice test command for help in adjusting volume. | Keith Packard | 2010-07-28 | |
| | | | | Signed-off-by: Keith Packard <keithp@keithp.com> | |||
* | Make voice and channel menus work. | Keith Packard | 2010-07-28 | |
| | | | | | | Stores voice and channel data to preferences. Signed-off-by: Keith Packard <keithp@keithp.com> | |||
* | altosui: Catch errors opening USB devices. Limit list to relevant devices | Keith Packard | 2010-07-28 | |
| | | | | | | | Avoids a segfault when failing to open a device. Limit listed telemetry devices to just TeleDongle units. Signed-off-by: Keith Packard <keithp@keithp.com> | |||
* | Java voice reporting cleanups. | Keith Packard | 2010-07-27 | |
| | | | | | | | | Make sure it says something at the end of a log file replay. Make sure it reports max speed after motor burn out, and max height after apogee. Signed-off-by: Keith Packard <keithp@keithp.com> | |||
* | Java clean ups -- use varargs where possible, remove AltosSerialReader | Keith Packard | 2010-07-27 | |
| | | | | | | | | Add methods that format stuff using String.format for voice and serial link, remove AltosSerialReader class and just embed that in the AltosSerial class directly. Signed-off-by: Keith Packard <keithp@keithp.com> | |||
* | Switch AltosUI to libaltos for device access | Keith Packard | 2010-07-26 | |
| | | | | Signed-off-by: Keith Packard <keithp@keithp.com> | |||
* | Finish basic flight monitoring UI with voice using FreeTTS | Keith Packard | 2010-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> | |||
* | More ALtosUI changes | Keith Packard | 2010-04-22 | |
| | ||||
* | Enable telemetry monitoring | Keith Packard | 2010-04-06 | |
| | | | | Signed-off-by: Keith Packard <keithp@keithp.com> | |||
* | Interrupt running replay thread when starting another replay | Keith Packard | 2010-04-05 | |
| | | | | Signed-off-by: Keith Packard <keithp@keithp.com> | |||
* | Add Linux device discovery | Keith Packard | 2010-04-05 | |
| | | | | | AltosDeviceLinux.java scans /proc to locate suitable devices. This will be hooked up to the UI shortly. | |||
* | Clean up some altosui comments | Keith Packard | 2010-04-04 | |
| | ||||
* | Use RXTX for serial comm. Add logdir preference saving | Keith Packard | 2010-04-04 | |
| | ||||
* | Remove unused cell renderer class | Keith Packard | 2010-04-02 | |
| | ||||
* | Remove GPS data missing from skytraq. Save max height/accel/speed | Keith Packard | 2010-04-02 | |
| | ||||
* | Report current gps nsat, not last locked nsat | Keith Packard | 2010-04-02 | |
| | ||||
* | Clean up GPS data formatting | Keith Packard | 2010-04-02 | |
| | ||||
* | Fix state updates | Keith Packard | 2010-04-02 | |
| | ||||
* | Fix status update | Keith Packard | 2010-04-02 | |
| | ||||
* | Fix up table formatting | Keith Packard | 2010-04-02 | |
| | ||||
* | Display table of flight info. gps is not working yet though | Keith Packard | 2010-04-02 | |
| | ||||
* | Steal C code from ao-view | Keith Packard | 2010-04-02 | |
| | ||||
* | Add telem parsing code | Keith Packard | 2010-04-02 | |
| | ||||
* | Start adding java-based UI | Keith Packard | 2010-03-31 | |