ardupilot/ArduPlane
Andrew Tridgell 7939f3488b Plane: log PIDs during QAUTOTUNE twitch 2018-12-22 15:10:23 +11: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
AP_Arming.cpp Plane: use parent AP_Arming rudder value 2018-09-11 19:34:39 +10:00
AP_Arming.h Plane: use parent AP_Arming rudder value 2018-09-11 19:34:39 +10:00
ArduPlane.cpp Plane: adding new mode QAUTOTUNE 2018-12-14 16:33:11 +11:00
Attitude.cpp Plane: adding new mode QAUTOTUNE 2018-12-14 16:33:11 +11:00
GCS_Mavlink.cpp Plane: split SIMSTATE, AHRS2 and AHRS3 onto their own ap_message ids 2018-12-19 13:19:23 +11:00
GCS_Mavlink.h Plane: move accept_packet to GCS_MAVLink base class 2018-12-14 12:44:31 +11:00
GCS_Plane.cpp Plane: remove CLI 2017-08-14 10:23:50 +09:00
GCS_Plane.h Plane: remove CLI 2017-08-14 10:23:50 +09:00
Log.cpp Plane: make QTUN logging match copter logging 2018-12-21 22:17:52 +11:00
Makefile.waf waf: use single entry point for make wrappers 2015-12-10 10:40:34 +09:00
Parameters.cpp Plane: Allow users to force target airspeed in cruise or fbwb 2018-12-18 22:36:55 -08:00
Parameters.h Plane: added parameters for crow flaps 2018-11-20 10:00:38 +11:00
Plane.cpp Plane: use AP_FWVersion singleton 2018-06-18 19:10:37 +01:00
Plane.h Plane: Ensure that the plane is an appropriate distance out before starting the approach 2018-12-18 10:11:22 +11:00
RC_Channel.cpp Plane: support REVERSE_THROTTLE rc option 2018-11-16 08:33:35 +11:00
RC_Channel.h Plane: add arm/disarm on aux switch 2018-09-06 08:26:50 +10:00
afs_plane.cpp Plane: added an abstraction for reverse thrust 2018-11-16 08:33:35 +11:00
altitude.cpp Plane: move home state into AP_AHRS 2018-03-19 10:32:37 +09:00
avoidance_adsb.cpp Plane: eliminate GCS_MAVLINK::send_statustext_all 2017-07-11 23:53:53 +01:00
avoidance_adsb.h Plane: removed create() method for objects 2017-12-14 08:12:28 +11:00
capabilities.cpp Plane: Add compass cal capability bit 2016-12-04 19:17:01 -08:00
commands.cpp Plane: leave AHRS to log and notify home changes 2018-10-16 10:55:13 +11:00
commands_logic.cpp Plane: Ensure that the plane is an appropriate distance out before starting the approach 2018-12-18 10:11:22 +11:00
config.h Plane: added landing gear support 2018-11-09 14:35:14 +11:00
control_modes.cpp Plane: move support for inverted flight to rc-aux-switch 2018-09-07 09:07:40 +10:00
createTags ArduPlane: remove mention to .pde files 2016-05-07 22:55:48 -03:00
defines.h Plane: Allow users to force target airspeed in cruise or fbwb 2018-12-18 22:36:55 -08:00
events.cpp Plane: adding new mode QAUTOTUNE 2018-12-14 16:33:11 +11:00
failsafe.cpp Plane: added an abstraction for reverse thrust 2018-11-16 08:33:35 +11:00
geofence.cpp Plane: Use RC_Channels instead of hal.rcin 2018-04-11 21:47:07 +01:00
is_flying.cpp Plane: disable crash detection if no GPS and no airspeed 2018-11-19 07:32:20 +11:00
motor_test.cpp Plane: added an abstraction for reverse thrust 2018-11-16 08:33:35 +11:00
navigation.cpp Plane: Allow users to force target airspeed in cruise or fbwb 2018-12-18 22:36:55 -08:00
parachute.cpp Plane: added landing gear support 2018-11-09 14:35:14 +11:00
px4_mixer.cpp Plane: added an abstraction for reverse thrust 2018-11-16 08:33:35 +11:00
qautotune.cpp Plane: log PIDs during QAUTOTUNE twitch 2018-12-22 15:10:23 +11:00
qautotune.h Plane: log PIDs during QAUTOTUNE twitch 2018-12-22 15:10:23 +11:00
quadplane.cpp Plane: don't log QTUN when VTOL not active 2018-12-21 22:17:52 +11:00
quadplane.h Plane: make QTUN logging match copter logging 2018-12-21 22:17:52 +11:00
radio.cpp Plane: support REVERSE_THROTTLE rc option 2018-11-16 08:33:35 +11:00
release-notes.txt Plane: release notes for 3.9.2beta3 2018-09-20 07:17:34 +10:00
reverse_thrust.cpp Plane: support REVERSE_THROTTLE rc option 2018-11-16 08:33:35 +11:00
sensors.cpp Plane: adding new mode QAUTOTUNE 2018-12-14 16:33:11 +11:00
servos.cpp Plane: apply throttle slew to dual-motor setups 2018-12-04 09:08:31 +11:00
soaring.cpp Plane: make soaring an optional build feature 2018-07-30 13:09:15 +10:00
system.cpp Plane: adding new mode QAUTOTUNE 2018-12-14 16:33:11 +11:00
tailsitter.cpp Tailsitter: move mixer to AP_motors 2018-12-21 11:19:18 +09:00
takeoff.cpp Plane: pass height to landing gear update 2018-11-10 21:24:19 +11:00
tiltrotor.cpp Plane: adding new mode QAUTOTUNE 2018-12-14 16:33:11 +11:00
tuning.cpp Plane: move pos-control pids to pos-control library 2018-01-23 12:00:43 +09:00
tuning.h Global: remove mode line from headers 2016-10-24 09:42:01 -02:00
version.cpp Plane: fixed version for enums 2018-07-05 11:10:31 +10:00
version.h Plane: update version to 3.10.0-dev 2018-07-06 11:01:05 +10:00
wscript Plane: adding new mode QAUTOTUNE 2018-12-14 16:33:11 +11:00