ardupilot/ArduPlane
Tom Pittenger d2376b7c8b Plane: migrate two helper functions to AP_Landing
- move functions restart_landing_sequence() and jump_to_landing_sequence() to AP_Landing
- NOTE: jump_to function can not set mode, so it is now done externally in vehicle
2016-11-25 19:07:30 -08:00
..
APM_Config.h Global: remove mode line from headers 2016-10-24 09:42:01 -02:00
APM_Config.h.reference ArduPlane: Fix typos 2016-05-13 19:20:07 -03:00
ArduPlane.cpp Plane: migrate two helper functions to AP_Landing 2016-11-25 19:07:30 -08:00
Attitude.cpp Global: remove mode line from headers 2016-10-24 09:42:01 -02:00
GCS_Mavlink.cpp Plane: migrate two helper functions to AP_Landing 2016-11-25 19:07:30 -08:00
GCS_Mavlink.h Plane: update sensor status error flags independently of sending a sys_status message 2016-11-02 08:36:58 +11:00
Log.cpp Plane: remove define RANGEFINDER_ENABLED - always enabled 2016-11-25 19:07:30 -08:00
Makefile
Makefile.waf waf: use single entry point for make wrappers 2015-12-10 10:40:34 +09:00
Parameters.cpp Plane: remove define RANGEFINDER_ENABLED - always enabled 2016-11-25 19:07:30 -08:00
Parameters.h Plane: support for AP_Stats (flight time, bootcount, runtime) 2016-10-29 14:53:25 +09:00
Parameters.pde Plane: added blank Parameters.pde for MissionPlanner 2015-05-30 15:21:33 +09:00
Plane.cpp Global: remove mode line from headers 2016-10-24 09:42:01 -02:00
Plane.h Plane: migrate two helper functions to AP_Landing 2016-11-25 19:07:30 -08:00
afs_plane.cpp Global: remove mode line from headers 2016-10-24 09:42:01 -02:00
altitude.cpp Plane: Move auto_state variables to AP_landing members 2016-11-25 19:07:30 -08:00
arming_checks.cpp Global: remove mode line from headers 2016-10-24 09:42:01 -02:00
avoidance_adsb.cpp Plane: Move auto_state variables to AP_landing members 2016-11-25 19:07:30 -08:00
avoidance_adsb.h Plane: add Avoid_ADSB support to plane 2016-08-17 22:38:54 -07:00
capabilities.cpp Global: remove mode line from headers 2016-10-24 09:42:01 -02:00
commands.cpp Global: remove mode line from headers 2016-10-24 09:42:01 -02:00
commands_logic.cpp Plane: Move auto_state variables to AP_landing members 2016-11-25 19:07:30 -08:00
config.h Plane: remove define RANGEFINDER_ENABLED - always enabled 2016-11-25 19:07:30 -08:00
control_modes.cpp Global: remove mode line from headers 2016-10-24 09:42:01 -02:00
createTags ArduPlane: remove mention to .pde files 2016-05-07 22:55:48 -03:00
defines.h Global: remove mode line from headers 2016-10-24 09:42:01 -02:00
events.cpp Global: remove mode line from headers 2016-10-24 09:42:01 -02:00
failsafe.cpp Global: remove mode line from headers 2016-10-24 09:42:01 -02:00
geofence.cpp Plane: To nullptr from NULL. 2016-10-29 10:32:05 -03:00
is_flying.cpp Plane: Move auto_state variables to AP_landing members 2016-11-25 19:07:30 -08:00
landing.cpp Plane: migrate two helper functions to AP_Landing 2016-11-25 19:07:30 -08:00
make.inc AP_Landing: add new library for fixed wing landing abstraction 2016-11-25 19:07:30 -08:00
motor_test.cpp Global: remove mode line from headers 2016-10-24 09:42:01 -02:00
navigation.cpp Plane: Move auto_state variables to AP_landing members 2016-11-25 19:07:30 -08:00
parachute.cpp Global: remove mode line from headers 2016-10-24 09:42:01 -02:00
px4_mixer.cpp Plane: Change from printf statement to print, println statement. 2016-11-25 15:57:15 -08:00
quadplane.cpp Plane: fix typo, check wp_nav is initialized 2016-10-27 14:39:50 +11:00
quadplane.h Global: remove mode line from headers 2016-10-24 09:42:01 -02:00
radio.cpp Global: remove mode line from headers 2016-10-24 09:42:01 -02:00
release-notes.txt Plane: updated release notes for 3.7.1 2016-10-21 13:15:51 +11:00
sensors.cpp Plane: remove define RANGEFINDER_ENABLED - always enabled 2016-11-25 19:07:30 -08:00
servos.cpp Plane: Move auto_state variables to AP_landing members 2016-11-25 19:07:30 -08:00
setup.cpp Plane: Change from printf statement to print, println statement. 2016-11-25 15:57:15 -08:00
system.cpp Plane: migrate two helper functions to AP_Landing 2016-11-25 19:07:30 -08:00
takeoff.cpp Global: remove mode line from headers 2016-10-24 09:42:01 -02:00
test.cpp Plane: Change from printf statement to print, println statement. 2016-11-25 15:57:15 -08:00
tiltrotor.cpp Global: remove mode line from headers 2016-10-24 09:42:01 -02:00
tuning.cpp Plane: To nullptr from NULL. 2016-10-29 10:32:05 -03:00
tuning.h Global: remove mode line from headers 2016-10-24 09:42:01 -02:00
version.h Plane: update version to 3.8.0beta1 2016-10-21 13:16:36 +11:00
wscript AP_Landing: add new library for fixed wing landing abstraction 2016-11-25 19:07:30 -08:00