summaryrefslogtreecommitdiff
path: root/ao-tools
Commit message (Collapse)AuthorAge
* Add keyhole-markup generation for ao-postflight.Keith Packard2009-10-21
| | | | | | This lets you see the flight path in googleearth. Signed-off-by: Keith Packard <keithp@keithp.com>
* ao-dumplog: switch to 'e' command, display progressKeith Packard2009-10-10
| | | | | | | | | | Using the 'e' command allows additional checking of the data, including end-to-end checksums and detection of missing data. Progress is displayed by showing the recorded flight state along with a '.' for each eeprom block read. Signed-off-by: Keith Packard <keithp@keithp.com>
* Add channel menu to ao-view.Keith Packard2009-10-10
| | | | | | | Sets radio channel when TD is connected, saves selected channel in gconf database. Signed-off-by: Keith Packard <keithp@keithp.com>
* ao-view: fix snd_pcm_open return checkingKeith Packard2009-10-06
| | | | | | I don't know how this code was supposed to work before... Signed-off-by: Keith Packard <keithp@keithp.com>
* ao-postflight: dump out GPS signal dataKeith Packard2009-10-06
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* make bit-banging reset script actually resetKeith Packard2009-09-20
|
* Add --gps option to ao-postflightKeith Packard2009-09-20
|
* ao_rawload: Don't reset after we finish loadingKeith Packard2009-09-20
|
* Plot raw accel data for the motor accel section.Keith Packard2009-09-10
| | | | | | This shows a short sequence of accelerometer data without any filtering. Signed-off-by: Keith Packard <keithp@keithp.com>
* Show acceleration only during boost phase.Keith Packard2009-09-06
| | | | | | | We're interested in motor performance; the rest of the flight is boring, after all. Signed-off-by: Keith Packard <keithp@keithp.com>
* Fix cc_period_make to not get stuck on samples with matching timeKeith Packard2009-09-06
| | | | | | | When two samples have matching times, step to the second one; otherwise, we'll get stuck forever. Signed-off-by: Keith Packard <keithp@keithp.com>
* Color plots, integrate only flight portion of data.Keith Packard2009-09-06
| | | | | | | | | | | Telemetry files have piles of pad data which shouldn't be integrated into the velocity data as it tends to generate huge values from the noise of the sensor. Also make the data lines colored to keep them visually distinct from the rest of the plot image. Signed-off-by: Keith Packard <keithp@keithp.com>
* Update usage and man page for ao-postflightKeith Packard2009-09-06
|
* Add plots to ao-postflight using the plplot libraryKeith Packard2009-09-06
| | | | | | It's not perfect, but it generates .svg plot output. Signed-off-by: Keith Packard <keithp@keithp.com>
* Don't look at NULL strings (summary_name)Keith Packard2009-09-06
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* Use pressure speed for drogue and beyond states. Fix differentiation time.Keith Packard2009-09-06
| | | | | | | | Drogue state should always use pressure speeds. Differentiation code was using centi-seconds instead of seconds. Signed-off-by: Keith Packard <keithp@keithp.com>
* Initialize summary_name and detail_name so stuff appears on stdout.Keith Packard2009-09-06
| | | | | | Uninitialized variables lead to mysterious results. Signed-off-by: Keith Packard <keithp@keithp.com>
* Add DSP code to filter data, allowing for integration/differentiationKeith Packard2009-09-06
| | | | | | | | This adds the computation of speed from both accelerometer and barometer measurements and then presents a periodic flight profile using filtered data as a detailed flight record. Signed-off-by: Keith Packard <keithp@keithp.com>
* Handle vageries of .telem files in ao-postflightKeith Packard2009-09-05
| | | | | | | Telem files have multiple entries of the same state, and sometimes long gaps between recordings. Deal with this as best as possible. Signed-off-by: Keith Packard <keithp@keithp.com>
* Add simple post-flight analysis tool (ao-postflight)Keith Packard2009-09-05
| | | | | | | This tool reads either an eeprom or telem log file and displays some rudimentary data (max accel/alt for each flight stage). Signed-off-by: Keith Packard <keithp@keithp.com>
* Add ao-dumplog to capture flight log from command lineKeith Packard2009-09-05
| | | | | | | This duplicates the functionality of the flight log stuf in ao-view, except from the command line where it belongs. Signed-off-by: Keith Packard <keithp@keithp.com>
* Add --device/-D support to the command line tools and manualsKeith Packard2009-09-04
| | | | | | | Use the new cc_usbdevs_find_by_arg function to locate suitable target devices connected via USB. Signed-off-by: Keith Packard <keithp@keithp.com>
* 'fix' ao-eeprom to read two blocks at once. Work around kernel bugs.Keith Packard2009-09-04
| | | | | | | The kernel appears to leave serial data undelivered at times. Reading two blocks at once appears to make it relinquish the queued data. Signed-off-by: Keith Packard <keithp@keithp.com>
* Add 'ao-list' utility to show attached AltOS devicesKeith Packard2009-09-04
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* Parse the USB serial number as an integer.Keith Packard2009-09-04
| | | | | | | AltOS devices use simple integer serial numbers, so parse the USB value as such to make matching values more forgiving. Signed-off-by: Keith Packard <keithp@keithp.com>
* Move usb scanning code to ao-tools libraryKeith Packard2009-09-04
| | | | | | | | | | This will allow the scanning code to be used by the command line tools as well as the ao-view GUI. Now that ao-view depends on the ao-tools library, it has been moved to the ao-tools directory as well. Signed-off-by: Keith Packard <keithp@keithp.com>
* add support for building Debian packageBdale Garbee2009-08-18
|
* Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altosBdale Garbee2009-08-18
|\
| * Fix ao-bitbang examples to not have . in the first columnKeith Packard2009-08-18
| |
* | Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altosBdale Garbee2009-08-18
|\| | | | | | | | | | | | | | | | | Conflicts: ao-tools/ao-bitbang/Makefile.am ao-tools/ao-eeprom/Makefile.am ao-tools/ao-load/Makefile.am ao-tools/ao-load/ao-load.c ao-tools/ao-rawload/Makefile.am
| * Add manual pages for remaining commands.Keith Packard2009-08-18
| | | | | | | | | | | | | | | | | | Manuals written for ao-bitbang, ao-eeprom, ao-load, ao-rawload and ao-view. Manual for ao-dbg updated to reflect program name change. Signed-off-by: Keith Packard <keithp@keithp.com>
| * Use --tty/-T on command line to specify target deviceKeith Packard2009-08-18
| | | | | | | | | | | | | | | | Also, use the ALTOS_TTY environment variable in all tools. Note that the magic value of "BITBANG" switches the library to connecting through a CP2103 instead. Signed-off-by: Keith Packard <keithp@keithp.com>
| * Rename tools to ao-<foo>Keith Packard2009-08-18
| | | | | | | Use a consistent prefix to make it easier to remember which programs belong to this package Signed-off-by: Keith Packard <keithp@keithp.com>
* re-add debugger sourcesKeith Packard2009-08-18
|
* Start working on using getopt for the tty nameKeith Packard2009-08-18
|
* Rename tools to ao-<foo>Keith Packard2009-08-18
Use a consistent prefix to make it easier to remember which programs belong to this package Signed-off-by: Keith Packard <keithp@keithp.com>