aboutsummaryrefslogtreecommitdiff
path: root/src/examples/fixedwing_control/main.c
Commit message (Collapse)AuthorAgeFilesLines
* Use double for lat/lon in vehicle_global_position topic, use filed names ↵Anton Babushkin2014-01-241-5/+1
| | | | lat, lon, alt, vel_n, vel_e, vel_d for global positions
* Moved math library to library dir, improved sensor-level HIL, cleaned up geo ↵Lorenz Meier2013-08-211-1/+1
| | | | / conversion libs
* 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
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | compiling again Conflicts: src/modules/fixedwing_att_control/fixedwing_att_control_att.c src/modules/fixedwing_att_control/fixedwing_att_control_rate.c src/modules/fixedwing_pos_control/fixedwing_pos_control_main.c src/modules/mavlink/orb_listener.c src/modules/multirotor_att_control/multirotor_attitude_control.c src/modules/multirotor_att_control/multirotor_rate_control.c src/modules/systemlib/pid/pid.c src/modules/systemlib/pid/pid.h src/modules/uORB/objects_common.cpp
| * Rename our 'task_spawn' to 'task_spawn_cmd' since NuttX now has its own ↵px4dev2013-06-011-1/+1
| | | | | | | | version of task_spawn that's different.
* | Merge remote-tracking branch 'upstream/master' into new_state_machineJulian Oes2013-06-121-21/+109
|\| | | | | | | | | Conflicts: src/examples/fixedwing_control/main.c
| * More documentationLorenz Meier2013-05-251-7/+17
| |
| * Go only to RC failsafe if throttle was half once - to prevent failsafe when ↵Lorenz Meier2013-05-251-1/+11
| | | | | | | | armed on ground
| * 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
|/ | | | | | | Conflicts: src/drivers/px4io/px4io.cpp src/modules/commander/commander.c src/modules/commander/state_machine_helper.c
* Added fixed wing controller exampleLorenz Meier2013-05-121-0/+474