aboutsummaryrefslogtreecommitdiff
path: root/apps/systemlib
Commit message (Expand)AuthorAgeFilesLines
* Major formatting/whitespace cleanuppx4dev2012-10-2316-189/+254
* Checkpoint - moving things out of the NuttX configs/*/src directoriespx4dev2012-10-237-2/+572
* Merged with fixed-wing stabilization work, multirotor control testedLorenz Meier2012-10-224-60/+249
|\
| * Add functions for computation of the distance and bearing to the nearest poin...Doug Weibel2012-10-212-10/+215
| * Merge branch 'master' of https://github.com/PX4/FirmwareDoug Weibel2012-10-133-13/+66
| |\
| * | Changes to the PID controller. Adds "limit" to the parameter set. Implement...Doug Weibel2012-10-072-50/+34
* | | Beat up on the mavlink app startup a bit.px4dev2012-10-141-2/+2
| |/ |/|
* | Split the parameter load/save commands out of the 'eeprom' command, since tha...px4dev2012-10-092-12/+63
* | Don't treat end-of-document-structure as an error.px4dev2012-10-081-1/+3
|/
* Go back to the FIFO scheduler for now, as we don't have time to shake out the...px4dev2012-10-032-2/+8
* Add new 'task_spawn' interface for starting new tasks in the PX4 worldpx4dev2012-10-012-3/+36
* Fixed heading calculation, fixed heading controllerLorenz Meier2012-09-292-4/+7
* Merge remote-tracking branch 'upstream/ardrone'Julian Oes2012-09-255-27/+211
|\
| * General robustness improvements in PID struct, numerically close to bullet-pr...Lorenz Meier2012-09-232-15/+40
| * WIP on HILLorenz Meier2012-09-222-20/+41
| * Halfway-working fixed wing waypoint control, needs more effortLorenz Meier2012-09-223-1/+139
* | Simplified magnetometer calibration routineJulian Oes2012-09-251-2/+2
|/
* Some fixes for getopt_longpx4dev2012-09-103-14/+17
* Ok, all this hand-rolled option parsing is lame. Let's have a dose of getopt...px4dev2012-09-083-1/+543
* Fixed a & vs && bugLorenz Meier2012-09-071-3/+3
* Turn off annoying debug output.px4dev2012-09-042-2/+2
* Avoid a couple of unnecessary promotions to double.px4dev2012-09-031-2/+2
* Adjust the mixer tables for observed yaw sign behavior.px4dev2012-09-032-37/+37
* Add some documentation for the warn/err functions.px4dev2012-08-291-12/+36
* fixed a param save bugLorenz Meier2012-08-291-0/+3
* Let's not get too smart; we can't const these.px4dev2012-08-281-7/+7
* Make the distinction between "parameter import" which merges parameters, and ...px4dev2012-08-282-13/+93
* Distinguish between the end of the top-level BSON object and an error so that...px4dev2012-08-283-17/+37
* Final parameter interface cleanup - removed last bit of old cruft, fixed a bu...Lorenz Meier2012-08-274-8/+8
* Added common conversion functionsLorenz Meier2012-08-272-0/+118
* fix warn() not printing error strings.px4dev2012-08-251-1/+1
* Add some C++ friendliness. Not enough, but some.px4dev2012-08-251-9/+18
* Ported almost everything to new param interface, ready for serious testingLorenz Meier2012-08-242-153/+8
* Fix parameter change advertisement to conform to API change.px4dev2012-08-221-6/+11
* Add link to the BSON spec.px4dev2012-08-221-1/+1
* Back out a change that snuck in from another branch.px4dev2012-08-201-2/+27
* Add an ORB topic that can be subscribed for notification of changes in the pa...px4dev2012-08-202-28/+48
* Merge branch 'master' into px4dev_new_parampx4dev2012-08-201-1/+1
|\
| * sscanf field widths seem to be broken, don't use them.px4dev2012-08-201-1/+1
* | Various BSON codec fixes. Simple load/save test is working now.px4dev2012-08-201-63/+62
* | Merge branch 'px4dev_new_param' of https://github.com/PX4/Firmware into px4de...px4dev2012-08-202-2/+21
|\ \
| * | Reworked MAVLink parameter interface to support new parameter storage, tested.Lorenz Meier2012-08-202-0/+17
| * | Merge branch 'px4dev_new_param' of github.com:PX4/Firmware into px4dev_new_paramLorenz Meier2012-08-202-89/+387
| |\ \
| * | | Fixed / extended commentsLorenz Meier2012-08-201-2/+4
* | | | Update for the new BSON coders. Not working right yet.px4dev2012-08-201-117/+107
* | | | Goodbye to the Mongo BSON codec; too big. Hello to a really small SAX-style ...px4dev2012-08-207-2942/+483
| |/ / |/| |
* | | Major cleanup of the param code; more layering, more comments. Parameter imp...px4dev2012-08-192-89/+387
|/ /
* | Merge branch 'master' into px4dev_new_paramLorenz Meier2012-08-193-1/+224
|\|
| * Added deamon example, reworked / merged multirotor attitude control. Ready fo...Lorenz Meier2012-08-193-7/+8
| * Cleaned up position control (WIP), moved PID structs (should become classes) ...Lorenz Meier2012-08-192-0/+222