aboutsummaryrefslogtreecommitdiff
path: root/apps/multirotor_pos_control
Commit message (Collapse)AuthorAgeFilesLines
* Moved multirotor controllersLorenz Meier2013-04-276-693/+0
|
* 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-043-6/+156
|
* Cleaned up / simplified position control, attacking pos control ↵Lorenz Meier2012-10-043-229/+305
| | | | implementation next
* Halfway-working fixed wing waypoint control, needs more effortLorenz Meier2012-09-221-40/+0
|
* 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-194-0/+503
for AR.Drone interface changes and integration tests