You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Tom Pittenger f83a6ca1ff Plane: fixed variable misspelling 9 years ago
..
APM_Config.h
APM_Config.h.reference ArduPlane: Fix typos 9 years ago
ArduPlane.cpp Plane: simplify TECS prep logic by utilizing auto_state.land_in_progress 9 years ago
Attitude.cpp Plane: disable parachute code when not enabled via compile option 9 years ago
GCS_Mavlink.cpp Plane: avoid switch statement for enabling fence if no fence present 9 years ago
GCS_Mavlink.h Plane: move telemetry_delayed up into base class 9 years ago
Log.cpp Plane: log SONR.DistCM in cm as SONR.Dist as meters 9 years ago
Makefile
Makefile.waf waf: use single entry point for make wrappers 9 years ago
Parameters.cpp Plane: raise range of THR_FS_VALUE 9 years ago
Parameters.h Plane: moved EKF2 to a new parameter index 9 years ago
Parameters.pde Plane: added blank Parameters.pde for MissionPlanner 10 years ago
Plane.cpp ArduPlane: use separate header for version macro 9 years ago
Plane.h Plane: add flag for auto_state.land_in_progress 9 years ago
adsb.cpp Plane: refactored interface 9 years ago
altitude.cpp Plane: optimize millis() calls by reusing result 9 years ago
arming_checks.cpp ArduPlane: Fix up after refactoring RC_Channel class 9 years ago
capabilities.cpp ArduPlane: support MAVLINK_MSG_ID_MISSION_ITEM_INT 9 years ago
commands.cpp Plane: prevent a discrepancy between EKF origin and home for altitude 9 years ago
commands_logic.cpp Plane: store auto land slope 9 years ago
config.h ArduPlane: use separate header for version macro 9 years ago
control_modes.cpp Plane: disable parachute code when not enabled via compile option 9 years ago
createTags ArduPlane: remove mention to .pde files 9 years ago
defines.h Plane: update for AP_TECS API change 9 years ago
events.cpp Plane: initial implementation of QRTL for quadplane RTL 9 years ago
failsafe.cpp ArduPlane: Fix up after refactoring RC_Channel class 9 years ago
geofence.cpp ArduPlane: avoid comparison between signed and unsigned 9 years ago
is_flying.cpp Plane: override is_flying for quadplane 9 years ago
landing.cpp Plane: handle large negative baro offsets (corner case) to self-trigger a land-abort go-around 9 years ago
make.inc Plane: convert tuning to use AP_Tuning library 9 years ago
motor_test.cpp Plane: fixed motor test by percentage in quadplane 9 years ago
navigation.cpp Plane: convert airspeed_error_cmd to airspeed_error (in meters) 9 years ago
parachute.cpp Plane: disable parachute checks when min alt is zero 9 years ago
px4_mixer.cpp Plane: force the safety_state immediately because we want it to be in effect while we make mixer changes 9 years ago
quadplane.cpp Plane: fixed variable misspelling 9 years ago
quadplane.h Plane: fixed variable misspelling 9 years ago
radio.cpp Plane: improve user friendliness of throttle fs msg 9 years ago
release-notes.txt ArduPlane: Fix typos 9 years ago
sensors.cpp Plane: update for new airspeed calibration 9 years ago
setup.cpp Replace use of UARTDriver::printf_P() with UARTDriver::printf() 9 years ago
system.cpp Plane: don't stall EKF during baro cal 9 years ago
takeoff.cpp Plane: make takeoff less noisy with zero timeout 9 years ago
test.cpp Plane: don't stall EKF during baro cal 9 years ago
tiltrotor.cpp Plane: fixed tiltrotor build failure 9 years ago
tuning.cpp Plane: use axis specific tuning controller error 9 years ago
tuning.h Plane: added tuning error reporting for quadplanes 9 years ago
version.h Global: use ap_version.h 9 years ago
wscript Plane: removed unnecessary libs 9 years ago