aboutsummaryrefslogtreecommitdiff
path: root/src/examples/fixedwing_control/main.c
Commit message (Expand)AuthorAgeFilesLines
* Use double for lat/lon in vehicle_global_position topic, use filed names lat,...Anton Babushkin2014-01-241-5/+1
* Moved math library to library dir, improved sensor-level HIL, cleaned up geo ...Lorenz Meier2013-08-211-1/+1
* Merged masterLorenz Meier2013-07-151-1/+1
|\
| * Hotfix: Changed all left-over task_spawn() to task_spawn_cmd()Lorenz Meier2013-07-081-1/+1
* | Merge branch 'master' into new_state_machineJulian Oes2013-07-081-1/+1
|\|
| * Rename our 'task_spawn' to 'task_spawn_cmd' since NuttX now has its own versi...px4dev2013-06-011-1/+1
* | Merge remote-tracking branch 'upstream/master' into new_state_machineJulian Oes2013-06-121-21/+109
|\|
| * More documentationLorenz Meier2013-05-251-7/+17
| * Go only to RC failsafe if throttle was half once - to prevent failsafe when a...Lorenz Meier2013-05-251-1/+11
| * Adjusted example params and extensively commented exampleLorenz Meier2013-05-251-18/+79
| * Added limit to heading commandLorenz Meier2013-05-231-1/+8
* | Merge remote-tracking branch 'upstream/master' into new_state_machineJulian Oes2013-05-171-3/+6
|/
* Added fixed wing controller exampleLorenz Meier2013-05-121-0/+474