aboutsummaryrefslogtreecommitdiff
path: root/apps/multirotor_pos_control/multirotor_pos_control.c
Commit message (Collapse)AuthorAgeFilesLines
* Comments cleanup / polishingLorenz Meier2012-11-101-2/+4
|
* Minor cleanup in position control skeletonLorenz Meier2012-11-051-2/+4
|
* Checkpoint - moving things out of the NuttX configs/*/src directoriespx4dev2012-10-231-1/+1
|
* Added controller parameters, added vicon position readingLorenz Meier2012-10-041-6/+28
|
* Cleaned up / simplified position control, attacking pos control ↵Lorenz Meier2012-10-041-18/+94
| | | | implementation next
* Fix an architectural issue with the ORB that prevented publication from ↵px4dev2012-08-211-1/+1
| | | | | | interrupt context. ORB topic advertisements are now global handles that can be used in any context. It is still possible to open a topic node as a publisher, but it's not the default. As a consequence, the type of the handle returned from orb_advertise has changed; all other API remains the same.
* Added deamon example, reworked / merged multirotor attitude control. Ready ↵Lorenz Meier2012-08-191-0/+136
for AR.Drone interface changes and integration tests