summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* update changelogs for Debian builddebian/0.5+82+g23bc21aBdale Garbee2009-10-12
|
* undue damage from partial buildBdale Garbee2009-10-12
|
* add support for tagging git repository on each Debian package buildBdale Garbee2009-10-12
|
* update changelogs for Debian buildBdale Garbee2009-10-12
|
* flush repetitive junk out of debian/changelog, and update the prebuild targetBdale Garbee2009-10-12
| | | | in debian/rules to put git commit details into the Debian changelog
* update changelogs for Debian builddebian/0.5+77+gc57bd7fBdale Garbee2009-10-12
|
* Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altosBdale Garbee2009-10-12
|\
| * Add apogee igniter delay.Keith Packard2009-10-10
| | | | | | | | | | | | | | Provide for a delay after apogee before the drogue charge is fired. This allows TM to be used as a back-up altimeter. Signed-off-by: Keith Packard <keithp@keithp.com>
| * Report igniter continuity in pad/idle mode via beeperKeith Packard2009-10-10
| | | | | | | | | | | | | | | | | | | | | | | | one short beep = drogue two short beeps = main three short beeps = both one long warble = neither In idle mode, it does this just once. In pad mode, it keeps testing and reporting. Signed-off-by: Keith Packard <keithp@keithp.com>
* | update changelogs for Debian buildBdale Garbee2009-10-10
| |
* | Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altosBdale Garbee2009-10-10
|\|
| * 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>
| * Send 0-length IN packet to flush USB after full packetKeith Packard2009-10-10
| | | | | | | | | | | | | | | | | | USB bulk transfers are a sequence of maximum-sized packets followed by a short packet, which signals the end of the transfer. When the last packet of the transfer would be a full-sized packet, an additional packet of zero length is sent to signal the transfer end. 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>
* | update changelogs for Debian buildBdale Garbee2009-09-21
| |
* | update changelogs for Debian buildBdale Garbee2009-09-21
| |
* | Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altosBdale Garbee2009-09-21
|\|
| * 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
| |
* | update changelogs for Debian buildBdale Garbee2009-09-20
| |
* | Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altosBdale Garbee2009-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
| |
* | update changelogs for Debian buildBdale Garbee2009-09-06
| |
* | need a run-time dependency to pull in the cairo moduleBdale Garbee2009-09-06
| |
* | update changelogs for Debian buildBdale Garbee2009-09-06
| |
* | more build deps for plotting libBdale Garbee2009-09-06
| |
* | update changelogs for Debian buildBdale Garbee2009-09-06
| |
* | update changelogs for Debian buildBdale Garbee2009-09-06
| |
* | Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altosBdale Garbee2009-09-06
|\|
| * Use plplotd instead of plplotd-gnome2Keith Packard2009-09-06
| |
* | Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altosBdale Garbee2009-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>
* | update changelogs for Debian buildBdale Garbee2009-09-06
| |
* | Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altosBdale Garbee2009-09-06
|\|
| * 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>
* | update changelogs for Debian buildBdale Garbee2009-09-06
| |
* | Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altosBdale Garbee2009-09-06
|\|
| * 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>
* | update changelogs for Debian buildBdale Garbee2009-09-06
| |
* | Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altosBdale Garbee2009-09-06
|\|
| * 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>
* | update changelogs for Debian buildBdale Garbee2009-09-06
| |