aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Use a much shorter timeout for normal communication, and stretch it only when...px4dev2012-08-221-2/+6
* Add some simple interrupt latency tracking.px4dev2012-08-221-2/+39
* Fix an architectural issue with the ORB that prevented publication from inter...px4dev2012-08-2121-67/+110
* Whitespacepx4dev2012-08-212-8/+11
* Fix output scaling for the hmc5883 driver. Add data checking, and fix an iss...px4dev2012-08-212-28/+96
* Fix an issue where the baro ORB topic was advertised from the wrong context a...px4dev2012-08-211-12/+20
* Add a set of ORB topics for advertising actuator outputs.px4dev2012-08-213-25/+101
* Improved tuning for current attitude estimation hack, needs to be removed ASAPLorenz Meier2012-08-211-6/+17
* New-style driver for the HMC5883 on I2C.px4dev2012-08-214-1/+912
* sscanf field widths seem to be broken, don't use them.px4dev2012-08-201-1/+1
* Allow to disable USB interface (but leave it enabled as default), give uORB m...Lorenz Meier2012-08-202-5/+10
* fixed sensors error printingpixhawk2012-08-201-2/+3
* Testing larger stack for sensors appLorenz Meier2012-08-201-1/+2
* Reduced optimistic send rates, better mag scalingLorenz Meier2012-08-202-9/+9
* Fixed attitude mag scalingLorenz Meier2012-08-201-3/+3
* Fixed attitude rate limitingLorenz Meier2012-08-201-1/+2
* fixed typo, removed deamon example from default buildLorenz Meier2012-08-192-3/+3
* Updated ROMFS scrips, created new ardrone_interface to jointly use multirotor...Lorenz Meier2012-08-198-5/+840
* Added deamon example, reworked / merged multirotor attitude control. Ready fo...Lorenz Meier2012-08-1922-565/+399
* Cleaned up position control (WIP), moved PID structs (should become classes) ...Lorenz Meier2012-08-1925-1934/+485
* Fixed incorrect scaling of acceleration valuesLorenz Meier2012-08-193-8/+8
* Merge branch 'master' of github.com:PX4/FirmwareLorenz Meier2012-08-197-85/+48
|\
| * Share the PX4IO protocol header, such as it is, between the two apps.px4dev2012-08-185-83/+20
| * Teach err.c how to live without standard I/Opx4dev2012-08-181-1/+27
| * 'make clean' at the top level should 'distclean' in NuttX, as it's not obviou...px4dev2012-08-181-1/+1
* | Added simple, but complete code exampleLorenz Meier2012-08-195-14/+199
|/
* Changed mavlink and sensors apps to deamons, now started with mavlink start a...Lorenz Meier2012-08-192-30/+119
* Updated tests suite properly to MPU-6000 driver, should pass nowLorenz Meier2012-08-181-5/+6
* Merge branch 'master' of github.com:PX4/FirmwareLorenz Meier2012-08-183-1/+230
|\
| * Add <err.h> modeled on the BSD functions of the same name; this will let us c...px4dev2012-08-183-1/+230
* | Fixed sensors testLorenz Meier2012-08-181-1/+1
|/
* State machine cleanup, introduced variable rates for MAVLink depending on the...Lorenz Meier2012-08-187-76/+142
* Merge branch 'master' of github.com:PX4/FirmwareLorenz Meier2012-08-1828-5491/+0
|\
| * Drop these; they should not have been added.px4dev2012-08-1728-5491/+0
* | Updated MPU test to new driver modelLorenz Meier2012-08-181-14/+14
* | Removed outdated sensors bringup appLorenz Meier2012-08-186-932/+0
|/
* Fixed PI wrapping code, debugging more sensor code, possible misalignment of ...Lorenz Meier2012-08-172-12/+16
* Fixed mag axis assignment, fixed mag calibrationLorenz Meier2012-08-174-9/+22
* Minor tweaks and command parsing debuggingLorenz Meier2012-08-166-26/+11
* Fixed arming bugLorenz Meier2012-08-161-1/+1
* Increased attitude estimator bm stackLorenz Meier2012-08-162-2/+4
* Various fixes for params interfaceLorenz Meier2012-08-165-35/+53
* mag cal, scaling of throttleLorenz Meier2012-08-163-8/+8
* Updated start script, checking commander mishapsLorenz Meier2012-08-163-5/+13
* fix a fatal one-character typo in the multirotor output scaling logicpx4dev2012-08-161-1/+1
* New multirotor mixer; builds, not yet tested.px4dev2012-08-157-30/+361
* Hide Eclipse project settings from SublimeTextpx4dev2012-08-141-1/+7
* Merge branch 'NuttX/master' from git-svn-id: https://nuttx.svn.sourceforge.n...px4dev2012-08-1445-248/+625
|\
| * Fixes to apps/*/Make.defs files needed for auto-configuration buildpatacongo2012-08-1410-24/+30
| * Revise recent changes to serial driver error handling: Errors other than EIN...patacongo2012-08-145-31/+48