aboutsummaryrefslogtreecommitdiff
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* Fixed typoLorenz Meier2012-09-291-1/+1
* Fixed a bug in HIL inputLorenz Meier2012-09-291-9/+9
* Fixed heading calculation, fixed heading controllerLorenz Meier2012-09-293-15/+47
* Merge branch 'update_rate' of https://github.com/sjwilks/Firmware into ardroneLorenz Meier2012-09-291-21/+43
|\
| * Only provide update rate mod support to modes supporting 4 PWM channelsSimon Wilks2012-09-281-2/+2
| * Support custom PWM update ratesSimon Wilks2012-09-271-21/+43
* | Fix a bug where under really adverse conditions the system id is not read bef...Lorenz Meier2012-09-281-21/+36
* | Merge branch 'master' of https://github.com/PX4/Firmwarepx4dev2012-09-2763-2167/+2873
|\ \
| * | Magnetometer calibration fixedJulian Oes2012-09-271-40/+15
| * | Cleanup of lots of debugging printfsJulian Oes2012-09-276-31/+2
| * | Calibration should not freeze anymore, ardrone flying but estimator is not ab...Julian Oes2012-09-273-38/+23
| * | Merge branch 'ardrone' of https://github.com/PX4/Firmware into ardroneJulian Oes2012-09-276-31/+49
| |\ \
| | * | Fix a bug where the rate controller is always activeLorenz Meier2012-09-261-5/+9
| | * | Fixed RC scaling in sensors appLorenz Meier2012-09-261-1/+1
| | * | Fixed a max value in the AR.Drone interfaceLorenz Meier2012-09-263-3/+6
| | * | Fixed RC and offboard control state machineLorenz Meier2012-09-262-23/+35
| | * | Merge branch 'master' of github.com:PX4/Firmware into ardroneLorenz Meier2012-09-262-7/+73
| | |\ \
| * | | | ardrone max motor output was slightly to highJulian Oes2012-09-261-1/+1
| * | | | ardrone flying now (still workaround of disabled rates controller)Julian Oes2012-09-262-8/+11
| * | | | ardrone in the air again (workaround: rate controller disabled)Julian Oes2012-09-254-8/+35
| * | | | Merge remote-tracking branch 'upstream/ardrone'Julian Oes2012-09-2559-1985/+2797
| |\| | |
| | * | | Untested, but fully implemented attitude and/or inner rate controlLorenz Meier2012-09-233-49/+106
| | * | | General robustness improvements in PID struct, numerically close to bullet-pr...Lorenz Meier2012-09-233-23/+48
| | * | | WIP on HILLorenz Meier2012-09-226-51/+78
| | * | | Halfway-working fixed wing waypoint control, needs more effortLorenz Meier2012-09-226-785/+409
| | * | | Enabled mag updates againLorenz Meier2012-09-211-1/+1
| | * | | Debugging output still enabled, fixed a number of additional issuesLorenz Meier2012-09-212-11/+44
| | * | | Fixed stupid interface bugs, workingLorenz Meier2012-09-214-14/+15
| | * | | Updated C files for attitude estimatorLorenz Meier2012-09-2131-41/+52
| | * | | Merge branch 'master' of github.com:PX4/Firmware into ardroneLorenz Meier2012-09-2111-199/+240
| | |\ \ \ | | | | |/ | | | |/|
| | * | | Completely implemented offboard controlLorenz Meier2012-09-2112-208/+464
| | * | | Fixes and style, deamonized filterLorenz Meier2012-09-195-204/+166
| | |\ \ \
| | * | | | Minor cleanups, correct sensor scalingLorenz Meier2012-09-191-57/+17
| | * | | | Updated EKF filter, untestedLorenz Meier2012-09-1934-846/+1499
| | * | | | Reworked control interface, needs testing / validationLorenz Meier2012-09-1912-64/+165
| * | | | | forgot to remove printfs of magnetometer calibrationJulian Oes2012-09-251-9/+9
| * | | | | Simplified magnetometer calibration routineJulian Oes2012-09-252-136/+51
| | |_|_|/ | |/| | |
* | | | | Merge branch 'master' of file:///Users/Shared/NuttXpx4dev2012-09-272-0/+13
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | If server fails to create a thread because of lack-of-resources (EAGAIN), don...patacongo2012-09-251-5/+30
| * | | | Hook in NxWidgets configuration logic; Add a untested ADS7843E touchscreen su...patacongo2012-09-254-0/+595
| * | | | Add missing STM32 F1 pin remapping definitionspatacongo2012-09-221-1/+0
| * | | | hpttd.h needs to include stdbool.hpatacongo2012-09-221-0/+3
| * | | | Adds support for keep-alive connections to webserverpatacongo2012-09-224-13/+86
| * | | | More webserver updates from Katepatacongo2012-09-222-52/+163
| * | | | Add support for Fire STM32v3; sscanf fixes from Katepatacongo2012-09-211-1/+3
* | | | | write all params to EEPROM for now (workaround to prevent standard values bei...Julian Oes2012-09-251-3/+9
* | | | | auto save after calibration (however the rest is reset to stock)Julian Oes2012-09-251-1/+47
* | | | | fix to set device for ardrone interfaceJulian Oes2012-09-241-6/+20
| |_|_|/ |/| | |
* | | | Merge pull request #30 from julianoes/gps_fixLorenz Meier2012-09-209-198/+232
|\ \ \ \
| * | | | forgot to remove some rprintfsJulian Oes2012-09-201-9/+9