aboutsummaryrefslogtreecommitdiff
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* New multirotor mixer; builds, not yet tested.px4dev2012-08-155-9/+331
* Merge branch 'NuttX/master' from git-svn-id: https://nuttx.svn.sourceforge.n...px4dev2012-08-146-13/+57
|\
| * Fixes to apps/*/Make.defs files needed for auto-configuration buildpatacongo2012-08-149-24/+26
| * drivers/serial/serial.c open, read, write, and poll methods will not return a...patacongo2012-08-122-5/+47
* | mechanical style fixupspx4dev2012-08-1410-67/+84
* | Integrated optical flowLorenz Meier2012-08-143-6/+131
* | Merge branch 'master' of github.com:PX4/FirmwareLorenz Meier2012-08-146-438/+977
|\ \
| * | Config tweaks to enable the new-style ms5611 driver.px4dev2012-08-141-6/+14
| * | Simplify an error message to avoid a bad pointer deref.px4dev2012-08-131-1/+1
| * | Nuke a dead file.px4dev2012-08-131-430/+0
| * | New-style driver for the MPU6000.px4dev2012-08-132-0/+960
| * | force 8-bit SPI transactions for device::SPI drivers.px4dev2012-08-131-1/+2
* | | Reworked ardrone / multirotor controlLorenz Meier2012-08-145-69/+146
|/ /
* | First initial revision of ACC driver and gyroLorenz Meier2012-08-132-30/+39
* | Merge branch 'master' of github.com:PX4/FirmwareLorenz Meier2012-08-1310-167/+268
|\ \
| * | Massive improvements in state machine, still tracing wrong throttle scaling i...Lorenz Meier2012-08-1310-167/+268
* | | Improved float testsLorenz Meier2012-08-133-72/+31
|/ /
* | Further cleanups, added sanity check against system state machineLorenz Meier2012-08-126-43/+60
* | Streamlined ar drone interface, removed a lot of old cruft, preparing for gen...Lorenz Meier2012-08-1226-340/+2350
* | Merge branch 'master' of github.com:PX4/FirmwareLorenz Meier2012-08-116-66/+144
|\ \
| * | Merge branch 'NuttX/master'px4dev2012-08-112-20/+43
| |\|
| | * I learned how to spell PSEUDOpatacongo2012-08-053-18/+17
| | * Update NSH documentation; Add option to reduce size of help commnd without co...patacongo2012-08-042-6/+30
| * | Syntax change to improve readability; output scalers are now labelled O: inst...px4dev2012-08-113-38/+89
| * | Don't try to mix if we have no mixer installed.px4dev2012-08-111-8/+12
* | | Added manual control abstraction layer, reworked sensors and ardrone_control ...Lorenz Meier2012-08-118-90/+254
|/ /
* | Rework the mixer architecture based on discussions about arbitrary geometry m...px4dev2012-08-1011-954/+1137
* | Merge branch 'master' of github.com:PX4/FirmwareLorenz Meier2012-08-084-120/+136
|\ \
| * | build fixespx4dev2012-08-084-120/+136
* | | Minor but important fixes across systemLorenz Meier2012-08-087-156/+234
|/ /
* | Fine tuningLorenz Meier2012-08-071-8/+0
* | Introduced multirotor controlLorenz Meier2012-08-077-0/+917
* | minor polishingLorenz Meier2012-08-071-3/+3
* | Minor cleanups in WP handlingLorenz Meier2012-08-073-42/+106
* | HIL fixed, fixedwing control fixesIvan Ovinnikov2012-08-076-150/+171
* | Sending back current position setpoints (global and local)Lorenz Meier2012-08-071-3/+38
* | Completed calibration state machine, calibration state now propagating to sen...Lorenz Meier2012-08-065-54/+105
* | Merge branch 'master' of github.com:PX4/FirmwareLorenz Meier2012-08-062-29/+108
|\ \
| * | Sketchy diagnostic commands useful for testing.px4dev2012-08-051-7/+69
| * | Reject mixer definition lines too short to be valid.px4dev2012-08-051-0/+3
| * | Add a sample mixer definition and documentation.px4dev2012-08-051-22/+36
* | | Merge branch 'master' of github.com:PX4/FirmwareLorenz Meier2012-08-0515-97/+1016
|\| |
| * | More work on the mixer architecture.px4dev2012-08-057-103/+274
| * | Checkpoint: more work in progress on mixer load/savepx4dev2012-08-058-148/+158
| * | Work in progress; standard mixer API and utilitypx4dev2012-08-0513-48/+786
* | | Using float precision where already anyway availableLorenz Meier2012-08-051-1/+1
|/ /
* | Minor cleanups in printingLorenz Meier2012-08-051-17/+33
* | Minor fixes to HMC driver, mag calibration doneLorenz Meier2012-08-053-40/+246
* | Faster sensor bus resets on timeouts, massively reworked fixed wing app, testedLorenz Meier2012-08-0511-235/+197
* | Many Doxygen style fixesLorenz Meier2012-08-0514-77/+134