aboutsummaryrefslogtreecommitdiff
path: root/apps/examples/px4_deamon_app
Commit message (Collapse)AuthorAgeFilesLines
* Cleaned up / simplified position control, attacking pos control ↵Lorenz Meier2012-10-041-1/+4
| | | | implementation next
* Go back to the FIFO scheduler for now, as we don't have time to shake out ↵px4dev2012-10-031-1/+1
| | | | | | the RR scheduler changeover just yet. Make the "default" scheduler a centralized definition so that changes are easier in future.
* Add new 'task_spawn' interface for starting new tasks in the PX4 worldpx4dev2012-10-011-1/+6
|
* Minor style and documentation cleanupsLorenz Meier2012-09-191-14/+14
|
* Rewrote SD logging app, simpler, but effective. Pending testingLorenz Meier2012-09-101-2/+1
|
* Porting to new param interface, updated mixersLorenz Meier2012-08-201-3/+3
|
* Added deamon example, reworked / merged multirotor attitude control. Ready ↵Lorenz Meier2012-08-191-4/+4
| | | | for AR.Drone interface changes and integration tests
* Cleaned up position control (WIP), moved PID structs (should become classes) ↵Lorenz Meier2012-08-192-0/+172
to systemlib, added deamon app example