ardupilot/ArduPlane
2023-08-16 08:24:06 +09:00
..
afs_plane.cpp
afs_plane.h
altitude.cpp Plane: Support vtol landing options on NAV_VTOL_LAND 2022-08-15 17:05:00 -07:00
AP_Arming.cpp Plane: ensure home is up to date on arming 2023-03-02 14:56:47 +09:00
AP_Arming.h ArduPlane: make terrain checks common between Copter and Plane 2022-08-09 14:31:14 +10:00
ArduPlane.cpp Plane: ensure home is up to date on arming 2023-03-02 14:56:47 +09:00
Attitude.cpp Plane: Support changing update period 2023-01-10 08:12:47 +09:00
avoidance_adsb.cpp
avoidance_adsb.h
commands_logic.cpp Plane: fixed loiter.direction for VTOL approach 2023-01-20 09:58:14 +09:00
commands.cpp Plane: ensure home is up to date on arming 2023-03-02 14:56:47 +09:00
config.h Plane: Fence moved to vehicle 2022-07-27 19:04:56 +10:00
control_modes.cpp
createTags
defines.h Plane: add min airspeed arming check and constrain for speed scailing 2022-09-06 09:01:26 +10:00
ekf_check.cpp
events.cpp Plane: Quadplane: add option_is_set helper for Q_OPTIONS 2022-08-09 13:21:00 +10:00
failsafe.cpp
fence.cpp Plane: disalow mode change during fence recovery if option is set 2022-08-17 17:21:30 +10:00
GCS_Mavlink.cpp Plane: check for EFI enable in messages 2022-11-21 18:48:35 +09:00
GCS_Mavlink.h Plane: send HYGROMETER_SENSOR data if available 2022-11-21 18:48:35 +09:00
GCS_Plane.cpp ArduPlane: rename OpticalFlow class to AP_OpticalFlow 2022-08-18 14:24:01 +10:00
GCS_Plane.h
is_flying.cpp
Log.cpp Plane: log TECS target alt 2022-10-24 22:23:32 +09:00
Makefile.waf
mode_acro.cpp
mode_auto.cpp
mode_autotune.cpp
mode_avoidADSB.cpp
mode_circle.cpp
mode_cruise.cpp
mode_fbwa.cpp
mode_fbwb.cpp
mode_guided.cpp
mode_loiter.cpp ArduPlane: allow FBWB alt control option in LOITER 2022-05-22 12:09:43 +10:00
mode_LoiterAltQLand.cpp
mode_manual.cpp
mode_qacro.cpp Plane: Quadplane: add yaw command model 2022-07-13 18:26:36 +10:00
mode_qautotune.cpp
mode_qhover.cpp Plane: Quadaplane: use land_at_climb_rate_cm only when landing 2023-01-10 08:12:47 +09:00
mode_qland.cpp ArduPlane: change AC_FENCE to AP_FENCE_ENABLED 2022-07-27 19:04:56 +10:00
mode_qloiter.cpp Plane: Quadaplane: use land_at_climb_rate_cm only when landing 2023-01-10 08:12:47 +09:00
mode_qrtl.cpp Plane: Quadaplane: use land_at_climb_rate_cm only when landing 2023-01-10 08:12:47 +09:00
mode_qstabilize.cpp Plane: Quadplane: add option_is_set helper for Q_OPTIONS 2022-08-09 13:21:00 +10:00
mode_rtl.cpp Plane: QRTL if RTL is expecting to VTOL land and close home with VTOL motors active 2023-01-10 08:12:47 +09:00
mode_stabilize.cpp
mode_takeoff.cpp ArduPlane: change AC_FENCE to AP_FENCE_ENABLED 2022-07-27 19:04:56 +10:00
mode_thermal.cpp
mode_training.cpp
mode.cpp Plane: reset target altitude time on mode enter 2023-08-16 08:24:06 +09:00
mode.h Plane: QRTL if RTL is expecting to VTOL land and close home with VTOL motors active 2023-01-10 08:12:47 +09:00
motor_test.cpp
navigation.cpp Plane: ensure smoothed airspeed is > 0 2022-12-10 10:34:44 +09:00
parachute.cpp
Parameters.cpp ArduPlane: rename OpticalFlow class to AP_OpticalFlow 2022-08-18 14:24:01 +10:00
Parameters.h Plane: Fence moved to vehicle 2022-07-27 19:04:56 +10:00
Plane.cpp
Plane.h Plane: ensure home is up to date on arming 2023-03-02 14:56:47 +09:00
qautotune.cpp
qautotune.h
quadplane.cpp Plane: backport fix for AirMode on quadplanes 2023-05-25 11:33:10 +10:00
quadplane.h Plane: Quadaplane: use land_at_climb_rate_cm only when landing 2023-01-10 08:12:47 +09:00
radio.cpp ArduPlane: change AC_FENCE to AP_FENCE_ENABLED 2022-07-27 19:04:56 +10:00
RC_Channel.cpp Plane: backport fix for AirMode on quadplanes 2023-05-25 11:33:10 +10:00
RC_Channel.h
ReleaseNotes.txt Plane: release notes for 4.3.8-beta1 2023-08-16 08:24:06 +09:00
reverse_thrust.cpp
sensors.cpp
servos.cpp Plane: Quadplane: add option_is_set helper for Q_OPTIONS 2022-08-09 13:21:00 +10:00
soaring.cpp
system.cpp Plane: cover more cases in fence breach mode change 2022-10-24 22:23:32 +09:00
tailsitter.cpp Plane: Quadplane: add option_is_set helper for Q_OPTIONS 2022-08-09 13:21:00 +10:00
tailsitter.h Plane: fixed misspellings of 'transition' 2022-07-01 11:54:16 -07:00
takeoff.cpp
tiltrotor.cpp Plane: Quadplane: tiltrotor: add Q_OPTION to keep motors tilted up when disarmed in FW modes 2023-01-10 08:12:47 +09:00
tiltrotor.h
transition.h Plane: Quadplane: SLT: enforce TECS pitch limits to beat race 2022-10-24 22:23:32 +09:00
tuning.cpp
tuning.h
version.h Plane: prepare for 4.3.7 final 2023-05-31 09:51:29 +09:00
wscript