ardupilot/ArduPlane
2024-05-01 08:07:41 +10:00
..
afs_plane.cpp AP_AdvancedFailsafe: option to automatically set mode to auto when datalink is loss 2023-09-12 09:09:39 +10:00
afs_plane.h AP_AdvancedFailsafe: option to automatically set mode to auto when datalink is loss 2023-09-12 09:09:39 +10:00
altitude.cpp Plans: rename ALT_CRUISE_MIN to CRUISE_ALT_FLOOR 2024-01-23 15:00:30 +11:00
AP_Arming.cpp Plane: fixed handling of arming with safety on 2024-02-14 11:20:30 +11:00
AP_Arming.h
AP_ExternalControl_Plane.cpp AP_ExternalControl: add REP-147 Global Position Control 2023-12-20 02:37:01 +00:00
AP_ExternalControl_Plane.h ArduPlane: add REP-147 Global Position Control 2023-12-20 02:37:01 +00:00
ArduPlane.cpp Plane: make precsion QLOITER possible from lua 2024-03-14 11:29:35 +11:00
Attitude.cpp ArduPlane: convert LAND_PITCH_CD to LAND_PITCH_DEG 2024-01-23 15:00:30 +11:00
avoidance_adsb.cpp ArduPlane: convert ALT_HOLD_RTL and ALT_HOLD_FBWCM 2024-01-23 15:00:30 +11:00
avoidance_adsb.h
commands_logic.cpp ArduPlane: fractional Loiter Turn Support 2024-01-22 20:27:20 -08:00
commands.cpp
config.h ArduPlane: change LIM_ROLL_CD to ROLL_LIMIT_DEG 2024-01-23 15:00:30 +11:00
control_modes.cpp
createTags
defines.h Plane: convert parameter TRIM_PITCH_CD to TRIM_PITCH_DEG 2024-01-23 15:00:30 +11:00
ekf_check.cpp ArduPlane: allow compilation with HAL_LOGGING_ENABLED false 2024-01-17 18:25:55 +11:00
events.cpp ArduPlane: Fix some typos 2023-10-12 18:30:42 +11:00
failsafe.cpp
fence.cpp ArduPlane: convert ALT_HOLD_RTL and ALT_HOLD_FBWCM 2024-01-23 15:00:30 +11:00
GCS_Mavlink.cpp Plane: support precland in QLAND for pos, velocity and descent rate 2024-03-14 11:29:35 +11:00
GCS_Mavlink.h Plane: support precland in QLAND for pos, velocity and descent rate 2024-03-14 11:29:35 +11:00
GCS_Plane.cpp
GCS_Plane.h
is_flying.cpp Plane: make the 90x factor more obvios 2024-01-23 15:00:30 +11:00
Log.cpp ArduPlane: Updates to log message units and help text 2024-01-21 14:26:54 +11:00
Makefile.waf
mode_acro.cpp ArduPlane: Fix some typos 2023-10-12 18:30:42 +11:00
mode_auto.cpp Plane: move set_servos_idle functionality to ModeAuto 2023-10-31 14:06:22 +11:00
mode_autotune.cpp
mode_avoidADSB.cpp
mode_circle.cpp
mode_cruise.cpp ArduPlane: make AHRS attitude member variables private 2024-01-14 12:47:47 +11:00
mode_fbwa.cpp ArduPlane: convert LIM_PITCH_MIN/MAX -> PTCH_LIM_MIN/MAX_DEG 2024-01-23 15:00:30 +11:00
mode_fbwb.cpp
mode_guided.cpp ArduPlane: convert LIM_PITCH_MIN/MAX -> PTCH_LIM_MIN/MAX_DEG 2024-01-23 15:00:30 +11:00
mode_loiter.cpp
mode_LoiterAltQLand.cpp Plane: mode LoiterAltQLand to reuse loiter point if available 2023-11-28 10:27:19 +11:00
mode_manual.cpp
mode_qacro.cpp ArduPlane: Fix some typos 2023-10-12 18:30:42 +11:00
mode_qautotune.cpp Plane: Handle reset of q_fwd_throttle in QuadPlane::mode_enter(void) 2023-09-27 11:43:45 +10:00
mode_qhover.cpp Plane: Q_ACCEL_Z -> Q_PILOT_ACCEL_Z 2024-01-23 15:00:30 +11:00
mode_qland.cpp Plane: make precsion QLOITER possible from lua 2024-03-14 11:29:35 +11:00
mode_qloiter.cpp Plane: make precsion QLOITER possible from lua 2024-03-14 11:29:35 +11:00
mode_qrtl.cpp ArduPlane: convert ALT_HOLD_RTL and ALT_HOLD_FBWCM 2024-01-23 15:00:30 +11:00
mode_qstabilize.cpp ArduPlane: convert LIM_PITCH_MIN/MAX -> PTCH_LIM_MIN/MAX_DEG 2024-01-23 15:00:30 +11:00
mode_rtl.cpp Plane: call update_loiter before determining whether to fly home or not 2024-05-01 08:07:41 +10:00
mode_stabilize.cpp
mode_takeoff.cpp ArduPlane: make AHRS attitude member variables private 2024-01-14 12:47:47 +11:00
mode_thermal.cpp
mode_training.cpp ArduPlane: convert LIM_PITCH_MIN/MAX -> PTCH_LIM_MIN/MAX_DEG 2024-01-23 15:00:30 +11:00
mode.cpp Plane: ask mode if battery voltage compensation should be done 2024-01-18 12:28:38 +11:00
mode.h Plane: make precsion QLOITER possible from lua 2024-03-14 11:29:35 +11:00
motor_test.cpp ArduPlane: Fix some typos 2023-10-12 18:30:42 +11:00
navigation.cpp ArduPlane: convert MIN_GNDSPEED_CM to MIN_GROUNDSPEED 2024-01-23 15:00:30 +11:00
parachute.cpp
Parameters.cpp Plane: fix units metadata for PTCH_LIM_MIN_DEG 2024-05-01 08:07:41 +10:00
Parameters.h Plane: compile in AC_PrecLand for scripting 2024-03-14 11:29:35 +11:00
Plane.cpp ArduPlane: allow compilation with HAL_LOGGING_ENABLED false 2024-01-17 18:25:55 +11:00
Plane.h Plane: compile in AC_PrecLand for scripting 2024-03-14 11:29:35 +11:00
qautotune.cpp Plane: Q_ACCEL_Z -> Q_PILOT_ACCEL_Z 2024-01-23 15:00:30 +11:00
qautotune.h ArduPlane: allow compilation with HAL_LOGGING_ENABLED false 2024-01-17 18:25:55 +11:00
quadplane.cpp Plane: drop min Q_TRANSITION_MS to 500ms 2024-05-01 08:07:41 +10:00
quadplane.h Plane: Prevent overloading quadplane wing during VTOL braking 2024-03-14 11:29:35 +11:00
radio.cpp Plane: fixed throttle_at_zero() 2024-03-22 17:25:33 +11:00
RC_Channel.cpp Plane: make precsion QLOITER possible from lua 2024-03-14 11:29:35 +11:00
RC_Channel.h
ReleaseNotes.txt Plane: release notes for 4.5.1 2024-04-08 11:19:06 +09:00
reverse_thrust.cpp Plane: ignore invalid pilot throttle 2023-11-29 18:15:01 +11:00
sensors.cpp
servos.cpp Plane: ask mode if battery voltage compensation should be done 2024-01-18 12:28:38 +11:00
soaring.cpp
system.cpp Plane: compile in AC_PrecLand for scripting 2024-03-14 11:29:35 +11:00
tailsitter.cpp ArduPlane: convert LIM_PITCH_MIN/MAX -> PTCH_LIM_MIN/MAX_DEG 2024-01-23 15:00:30 +11:00
tailsitter.h Plane: Quadplane: log tailsitter speed scailing in TSIT msg 2023-12-19 11:20:42 +11:00
takeoff.cpp Plane: tidy 2 comments 2024-01-23 15:00:30 +11:00
tiltrotor.cpp ArduPlane: expand explanations in FWD THR docs 2023-11-07 10:57:04 +11:00
tiltrotor.h
transition.h
tuning.cpp Plane: Add Q_FWD_THR_GAIN to table of transmitter tuning parameters 2023-09-27 11:43:45 +10:00
tuning.h Plane: Add Q_FWD_THR_GAIN to table of transmitter tuning parameters 2023-09-27 11:43:45 +10:00
version.h Plane: prepare for 4.5.1 2024-04-08 11:19:06 +09:00
wscript Plane: compile in AC_PrecLand for scripting 2024-03-14 11:29:35 +11:00