aboutsummaryrefslogtreecommitdiff
path: root/apps/fixedwing_control
Commit message (Collapse)AuthorAgeFilesLines
* Checkpoint - moving things out of the NuttX configs/*/src directoriespx4dev2012-10-231-1/+1
|
* Change parameter names in FW control to fit within MAVLink parameter name ↵Doug Weibel2012-10-081-79/+81
| | | | size limit
* This commit changes the inner loop control structures for fixed wing ↵Doug Weibel2012-10-071-39/+121
| | | | | | | | attitude control. Nested rate and angle loops are used with limits on both the rate setpoint A simple outer navigation loop is retained for navigation control. This will be replaced later. The pitch set point is hard coded to zero. Pitch stabilization should work. This commit compiles, but needs further testing.
* 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.
* Just a test commit. No content other than a test comment.Doug Weibel2012-10-031-1/+1
|
* Add new 'task_spawn' interface for starting new tasks in the PX4 worldpx4dev2012-10-011-1/+7
|
* Fixed heading calculation, fixed heading controllerLorenz Meier2012-09-291-11/+40
|
* WIP on HILLorenz Meier2012-09-221-2/+7
|
* Halfway-working fixed wing waypoint control, needs more effortLorenz Meier2012-09-221-742/+266
|
* Minor cleanups in fixed wing controlLorenz Meier2012-09-193-170/+73
|
* correctly hooked up setpoints in fixed wing control app, pending validationLorenz Meier2012-09-101-12/+6
|
* Deleted old cruftLorenz Meier2012-09-101-0/+0
|
* Final parameter interface cleanup - removed last bit of old cruft, fixed a ↵Lorenz Meier2012-08-271-50/+20
| | | | bug on parameter update notification, cleaned up API slightly in naming
* Kicked out mix_and_link, deleted old MPU driver, disabled (still needed for ↵Lorenz Meier2012-08-241-172/+67
| | | | reference) old HMC and MS5611 drivers. Removed driver init from up_nsh.c. Reworked fixedwing_control to be closer to up-to-date api, still more clean up needed. Fixed a bug that limited the motor thrust for multirotor control
* Ported almost everything to new param interface, ready for serious testingLorenz Meier2012-08-241-25/+54
|
* Merged parameter changesLorenz Meier2012-08-221-18/+26
|\
| * Added more params, old read-in code not yet replacedLorenz Meier2012-08-211-18/+26
| |
* | 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.
* HIL fixed, fixedwing control fixesIvan Ovinnikov2012-08-071-44/+52
|
* Faster sensor bus resets on timeouts, massively reworked fixed wing app, testedLorenz Meier2012-08-054-171/+114
|
* Many Doxygen style fixesLorenz Meier2012-08-051-1/+1
|
* Build fix.px4dev2012-08-041-2/+2
|
* Fresh import of the PX4 firmware sources.px4dev2012-08-046-0/+1212