aboutsummaryrefslogtreecommitdiff
path: root/apps/systemlib
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* | Add support for setting and exporting parameters.px4dev2012-08-193-28/+306
* | Import of the Mongo C-BSON library with light modifications for PX4.px4dev2012-08-194-0/+2940
* | Import of Troy Hanson's uthash package, v1.9.6px4dev2012-08-198-0/+4273
* | The beginnings of a new parameter system.px4dev2012-08-193-1/+252
|/
* Teach err.c how to live without standard I/Opx4dev2012-08-181-1/+27
* Add <err.h> modeled on the BSD functions of the same name; this will let us c...px4dev2012-08-183-1/+230
* Various fixes for params interfaceLorenz Meier2012-08-161-7/+16
* 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-155-9/+331
* mechanical style fixupspx4dev2012-08-146-22/+33
* Syntax change to improve readability; output scalers are now labelled O: inst...px4dev2012-08-112-33/+84
* Rework the mixer architecture based on discussions about arbitrary geometry m...px4dev2012-08-108-582/+977
* 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
* More work on the mixer architecture.px4dev2012-08-052-49/+135
* Checkpoint: more work in progress on mixer load/savepx4dev2012-08-052-50/+59
* Work in progress; standard mixer API and utilitypx4dev2012-08-052-39/+229
* Many Doxygen style fixesLorenz Meier2012-08-058-12/+94
* Fresh import of the PX4 firmware sources.px4dev2012-08-0410-0/+1444