ardupilot/ArduPlane
Michael du Breuil 7f73da535a Plane: if setting a mixer fails then clear the last crc so that it will be attempted again 2016-06-06 07:50:43 +10:00
..
APM_Config.h Plane: added HIL_MODE parameter 2015-03-13 22:52:56 +11:00
APM_Config.h.reference ArduPlane: Fix typos 2016-05-13 19:20:07 -03:00
ArduPlane.cpp Plane: simplify TECS prep logic by utilizing auto_state.land_in_progress 2016-05-31 09:46:52 -07:00
Attitude.cpp Plane: prevent divide by zero in SITL 2016-06-04 19:20:18 +10:00
GCS_Mavlink.cpp Plane: fixed gcc 6.1 build error 2016-06-06 07:43:45 +10:00
GCS_Mavlink.h Plane: move telemetry_delayed up into base class 2016-05-31 08:46:09 +10:00
Log.cpp Plane: do not log CURR.Throttle because it's already logged elsewhere 2016-06-02 16:59:13 -07:00
Makefile Plane: cleanup cruft in Makefile 2013-10-13 21:41:01 +11:00
Makefile.waf waf: use single entry point for make wrappers 2015-12-10 10:40:34 +09:00
Parameters.cpp Plane: raise range of THR_FS_VALUE 2016-05-21 07:39:02 +10:00
Parameters.h Plane: moved EKF2 to a new parameter index 2016-05-25 19:35:17 +10:00
Parameters.pde Plane: added blank Parameters.pde for MissionPlanner 2015-05-30 15:21:33 +09:00
Plane.cpp ArduPlane: use separate header for version macro 2016-05-06 13:11:28 -03:00
Plane.h Plane: take advantage of rangefinder support in relative_ground_altitude() 2016-06-03 23:43:43 -07:00
adsb.cpp Plane: refactored interface 2015-12-31 15:36:49 +11:00
altitude.cpp Plane: take advantage of rangefinder support in relative_ground_altitude() 2016-06-03 23:43:43 -07:00
arming_checks.cpp ArduPlane: Fix up after refactoring RC_Channel class 2016-05-10 16:21:16 +10:00
capabilities.cpp ArduPlane: support MAVLINK_MSG_ID_MISSION_ITEM_INT 2016-05-01 07:13:46 +10:00
commands.cpp Plane: prevent a discrepancy between EKF origin and home for altitude 2016-05-29 15:47:26 +10:00
commands_logic.cpp Plane: store auto land slope 2016-05-17 15:39:05 -07:00
config.h ArduPlane: use separate header for version macro 2016-05-06 13:11:28 -03:00
control_modes.cpp Plane: disable parachute code when not enabled via compile option 2016-06-01 17:38:51 -07:00
createTags ArduPlane: remove mention to .pde files 2016-05-07 22:55:48 -03:00
defines.h Plane: update for AP_TECS API change 2016-05-14 08:26:10 +10:00
events.cpp Plane: initial implementation of QRTL for quadplane RTL 2016-04-30 14:34:47 +10:00
failsafe.cpp ArduPlane: Fix up after refactoring RC_Channel class 2016-05-10 16:21:16 +10:00
geofence.cpp ArduPlane: avoid comparison between signed and unsigned 2015-12-01 16:28:18 -02:00
is_flying.cpp Plane: override is_flying for quadplane 2016-05-31 09:46:50 -07:00
landing.cpp Plane: handle large negative baro offsets (corner case) to self-trigger a land-abort go-around 2016-05-17 15:41:09 -07:00
make.inc Plane: convert tuning to use AP_Tuning library 2016-05-07 18:34:15 +10:00
motor_test.cpp Plane: fixed motor test by percentage in quadplane 2016-05-27 11:53:20 +10:00
navigation.cpp Plane: convert airspeed_error_cmd to airspeed_error (in meters) 2016-05-13 17:21:59 -07:00
parachute.cpp Plane: use relative_ground_altitude 2016-06-03 23:43:54 -07:00
px4_mixer.cpp Plane: if setting a mixer fails then clear the last crc so that it will be attempted again 2016-06-06 07:50:43 +10:00
quadplane.cpp Plane: fix quadplane integrator to always clip to at least 0 to throttle_max 2016-06-03 23:46:18 -07:00
quadplane.h Plane: fixed variable misspelling 2016-06-02 15:10:51 -07:00
radio.cpp Plane: improve user friendliness of throttle fs msg 2016-05-11 09:00:55 -07:00
release-notes.txt ArduPlane: Fix typos 2016-05-13 19:20:07 -03:00
sensors.cpp Plane: update for new airspeed calibration 2016-05-24 17:00:56 +10:00
setup.cpp Replace use of UARTDriver::printf_P() with UARTDriver::printf() 2015-10-30 14:35:25 +09:00
system.cpp Plane: don't stall EKF during baro cal 2016-05-24 17:00:56 +10:00
takeoff.cpp Plane: make takeoff less noisy with zero timeout 2016-05-14 08:26:10 +10:00
test.cpp Plane: don't stall EKF during baro cal 2016-05-24 17:00:56 +10:00
tiltrotor.cpp Plane: fixed tiltrotor build failure 2016-05-11 09:25:43 +10:00
tuning.cpp Plane: allow tuning of more parameter sets 2016-06-04 19:20:31 +10:00
tuning.h Plane: added tuning error reporting for quadplanes 2016-05-28 17:33:30 +10:00
version.h Global: use ap_version.h 2016-05-06 13:11:28 -03:00
wscript Plane: removed unnecessary libs 2016-05-10 14:13:39 +10:00