aboutsummaryrefslogtreecommitdiff
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* Added RC params, fixed attitude and position controlLorenz Meier2012-09-084-38/+61
* Removed old AR drone control stuff, outdated - replaced by multirotor_att and...Lorenz Meier2012-09-0714-2008/+0
* Merge branch 'master' of github.com:PX4/FirmwareLorenz Meier2012-09-0720-160/+391
|\
| * Fixed to mag measurement and filterLorenz Meier2012-09-073-23/+6
| * Fixed parameter-loading typo, fixed mavlink compile warningsardrone_flightLorenz Meier2012-09-071-2/+2
| * Fixed a & vs && bugLorenz Meier2012-09-071-3/+3
| * Made parameter error messages pickierLorenz Meier2012-09-071-3/+3
| * Sensor sending rate fixesLorenz Meier2012-09-072-5/+15
| * Fixed correct setting of field update flagLorenz Meier2012-09-071-27/+48
| * Commented out potentially problematic printf() statementsLorenz Meier2012-09-071-12/+12
| * Added per-motor test routine, test came clean. Worth trying PID tuning.Lorenz Meier2012-09-071-1/+22
| * Added bitfield to encode updated dimensionsLorenz Meier2012-09-063-15/+47
| * Better AR interface initializationLorenz Meier2012-09-062-16/+15
| * Various minor fixes and improvements across systemLorenz Meier2012-09-057-56/+89
| * Fixed correct RC loss detection, AR.Drone is now shutting down motors after 1...Lorenz Meier2012-09-059-14/+148
| * Turn off more debug output.px4dev2012-09-041-3/+1
| * Fix issue where the roll controller never receives parameter updates.px4dev2012-09-041-1/+1
| * Turn off annoying debug output.px4dev2012-09-042-2/+2
* | Improved commandline hintsLorenz Meier2012-09-071-1/+1
|/
* Checkpoint - this is worth an AR.Drone flight test. Fixed thrust scaling in s...Lorenz Meier2012-09-045-63/+107
* Avoid a couple of unnecessary promotions to double.px4dev2012-09-031-2/+2
* Initialise some extra fields, don't try closing an ORB advertisement.px4dev2012-09-031-1/+2
* Merge branch 'ms5611_newmath'px4dev2012-09-033-51/+268
|\
| * Changed a critical section to double precision calculation. It may not be nec...Lorenz Meier2012-09-031-7/+42
| * Merge branch 'master' into ms5611_newmathpx4dev2012-09-0336-446/+447
| |\
| * | Reduce slightly the rate at which we can be spammed with arming-state change ...px4dev2012-09-021-1/+1
| * | Redo the math in the ms5611 driver to a) avoid re-computing scaling factors f...px4dev2012-09-012-50/+232
* | | Fix up AR.drone motor GPIO config and initialisationpx4dev2012-09-032-7/+7
* | | WIP on ardrone control interfaceLorenz Meier2012-09-033-65/+108
| |/ |/|
* | Added high-res sensor message better suited for scientific applicationsLorenz Meier2012-09-031-2/+20
* | Removing old cruft from the interfaceLorenz Meier2012-09-031-42/+67
* | Adjust the mixer tables for observed yaw sign behavior.px4dev2012-09-032-37/+37
* | Merge branch 'master' of github.com:PX4/FirmwareLorenz Meier2012-09-0328-205/+158
|\ \
| * | Fix typo in roll controller initialization; now roll and pitch controllers re...px4dev2012-09-021-1/+1
| * | Merge with trunk NuttXpx4dev2012-09-0227-204/+157
| |\ \
| | * | Remove CONFIG_LIBC_PERROR_DEVNAME. What was I thinking?patacongo2012-09-011-4/+8
| | * | The content for uIP web server demo is no longer canned, but is not built dyn...patacongo2012-08-3124-1003/+587
| | * | Fix some places in library where semaphore is not released on error conditionspatacongo2012-08-312-1/+4
| | * | Add configurable application entry pointpatacongo2012-08-3055-579/+376
| | * | Add perror()patacongo2012-08-284-4/+14
* | | | Cleaned up HIL interfaceLorenz Meier2012-09-031-119/+105
|/ / /
* | | Add actuator controls outputLorenz Meier2012-09-022-1/+25
* | | Ported MAVLink app to actuator_armed topicLorenz Meier2012-09-021-5/+19
* | | Changed to publishing armed state in commanderLorenz Meier2012-09-024-23/+9
* | | Fixed arming state setting / publicationLorenz Meier2012-09-022-13/+8
| |/ |/|
* | Added temperature measurement, added led system commandLorenz Meier2012-09-015-7/+262
* | Fixed minor compile warnings (just warnings, no effect on execution) in BMA180Lorenz Meier2012-08-311-12/+11
* | minor typo in commentLorenz Meier2012-08-311-1/+1
* | Checkpoint: Operational BMA180 driverLorenz Meier2012-08-311-17/+60
* | Kick the BMA180 driver mostly into shape. Still not reading data correctly.px4dev2012-08-301-246/+336