1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-12-01 09:24:10 +01:00
LibrePilot/flight/modules/PathFollower
abeck70 210b15db4d OP-1858 autotakeoff in pathplanner
1. Allowing arming in pathplanner
2. Takeoff activation requires throttle to be above 30%
3. Takeoff occurs at the current/actual position and rises vertical to the settings altititude.
4. The details of the takeoff waypoint are effectively ignored - this is a simplicifcation to avoid having to have pathplanner inject a flyvector command from the current location to the waypoint
5. We hard code the condition check for autotakeoff as only one mode is supported.
2015-04-27 23:01:47 +10:00
..
inc OP-1760 autotakeoff 2015-04-20 08:43:57 +10:00
fixedwingflycontroller.cpp OP-1696 PathFollower rewrite in C++ and Landing Squashed commit of the following: 2015-03-20 21:42:20 +11:00
grounddrivecontroller.cpp OP-1696 uncrustify 2015-03-20 21:44:24 +11:00
pathfollower.cpp OP-1760 Autotakeoff 2015-04-12 21:39:31 +10:00
pathfollowercontrol.cpp OP-1696 PathFollower rewrite in C++ and Landing Squashed commit of the following: 2015-03-20 21:42:20 +11:00
pidcontroldown.cpp OP-1760 autotakeoff 2015-04-16 21:22:37 +10:00
pidcontrolne.cpp OP-1760 autotakeoff 2015-04-16 21:22:37 +10:00
vtolautotakeoffcontroller.cpp OP-1858 autotakeoff in pathplanner 2015-04-27 23:01:47 +10:00
vtolautotakeofffsm.cpp OP-1760 autotakeoff 2015-04-20 08:43:57 +10:00
vtolbrakecontroller.cpp OP-1696 PathFollower rewrite in C++ and Landing Squashed commit of the following: 2015-03-20 21:42:20 +11:00
vtolbrakefsm.cpp OP-1760 code review fixes 2015-04-15 08:39:13 +10:00
vtolflycontroller.cpp OP-1696 uncrustify 2015-03-20 21:44:24 +11:00
vtollandcontroller.cpp OP-1760 autotakeoff 2015-04-20 08:43:57 +10:00
vtollandfsm.cpp OP-1760 autotakeoff 2015-04-20 08:43:57 +10:00
vtolvelocitycontroller.cpp OP-1696 PathFollower rewrite in C++ and Landing Squashed commit of the following: 2015-03-20 21:42:20 +11:00