ardupilot/ArduCopter
Randy Mackay ef33ed5e36 Copter: landing gear enabled on all boards
Co-authored-by: Tatsuya Yamaguchi <susumu-336@hotmail.co.jp>
2021-03-17 10:41:11 +09:00
..
afs_copter.cpp
afs_copter.h
AP_Arming.cpp Copter: pre-arm check of EKF pos and vel variances 2021-03-16 13:02:46 +09:00
AP_Arming.h
AP_Rally.cpp
AP_Rally.h
AP_State.cpp
APM_Config_mavlink_hil.h
APM_Config.h Copter: add option to disable LANDING_GEAR 2021-03-17 10:41:11 +09:00
Attitude.cpp Copter: constrain throttle before setting deadband 2021-03-17 09:10:08 +09:00
autoyaw.cpp Copter: run the "point yaw to ROI" controller at full rate (400Hz) instead of 1/4 of full rate (100Hz) 2021-02-16 09:30:21 +09:00
avoidance_adsb.cpp
avoidance_adsb.h
avoidance.cpp Copter: Check for height before turning on proximity simple avoidance 2021-02-16 20:08:00 +09:00
baro_ground_effect.cpp
commands.cpp
compassmot.cpp
config.h Copter: landing gear enabled on all boards 2021-03-17 10:41:11 +09:00
Copter.cpp Copter: add option to disable LANDING_GEAR 2021-03-17 10:41:11 +09:00
Copter.h Copter: add option to disable LANDING_GEAR 2021-03-17 10:41:11 +09:00
crash_check.cpp Copter: add option to disable LANDING_GEAR 2021-03-17 10:41:11 +09:00
defines.h
ekf_check.cpp Copter: ekf failsafe may trigger while disarmed but takes no action 2021-03-16 13:02:46 +09:00
esc_calibration.cpp
events.cpp
failsafe.cpp
fence.cpp ArduCopter: Use auto enable and auto disable from AC_Fence 2021-03-05 14:52:46 +11:00
GCS_Copter.cpp Copter: add nullptr checks for get_frame_string 2021-02-09 12:43:53 +11:00
GCS_Copter.h
GCS_Mavlink.cpp Copter: add option to disable LANDING_GEAR 2021-03-17 10:41:11 +09:00
GCS_Mavlink.h
heli.cpp
inertia.cpp
land_detector.cpp Copter: add yaw imbalance check 2021-03-02 09:35:06 +09:00
landing_gear.cpp Copter: add option to disable LANDING_GEAR 2021-03-17 10:41:11 +09:00
leds.cpp
Log.cpp Copter: add nullptr checks for get_frame_string 2021-02-09 12:43:53 +11:00
Makefile.waf
mode_acro_heli.cpp
mode_acro.cpp
mode_althold.cpp
mode_auto.cpp Copter: add option to disable LANDING_GEAR 2021-03-17 10:41:11 +09:00
mode_autorotate.cpp
mode_autotune.cpp
mode_avoid_adsb.cpp
mode_brake.cpp
mode_circle.cpp
mode_drift.cpp
mode_flip.cpp
mode_flowhold.cpp ArduCopter: remove separate calls to get delta-times for vel and ang 2021-03-13 11:29:29 +11:00
mode_follow.cpp Copter: Support 3D Simple Avoidance 2021-02-01 14:34:13 +09:00
mode_guided_nogps.cpp
mode_guided.cpp Copter: add option to disable LANDING_GEAR 2021-03-17 10:41:11 +09:00
mode_land.cpp Copter: add option to disable LANDING_GEAR 2021-03-17 10:41:11 +09:00
mode_loiter.cpp
mode_poshold.cpp
mode_rtl.cpp Copter: add option to disable LANDING_GEAR 2021-03-17 10:41:11 +09:00
mode_smart_rtl.cpp Copter: Add ignore pilot yaw option bit 2021-02-09 19:39:17 +09:00
mode_sport.cpp
mode_stabilize_heli.cpp
mode_stabilize.cpp
mode_systemid.cpp ArduCopter: remove separate calls to get delta-times for vel and ang 2021-03-13 11:29:29 +11:00
mode_throw.cpp ArduCopter: Simplify boolean expression 2021-02-09 11:04:18 +09:00
mode_zigzag.cpp
mode.cpp
mode.h Copter: send mission_item_reached in guided 2021-03-09 10:04:24 +09:00
motor_test.cpp
motors.cpp
navigation.cpp
Parameters.cpp Copter: add option to disable LANDING_GEAR 2021-03-17 10:41:11 +09:00
Parameters.h Copter: add FLIGHT_OPTIONS param and options bits to disable thrust loss and yaw imbalance warnings 2021-03-02 09:35:06 +09:00
precision_landing.cpp
radio.cpp
RC_Channel.cpp
RC_Channel.h
ReleaseNotes.txt Copter: 4.0.7 release notes 2021-02-23 08:03:21 +11:00
sensors.cpp Copter: Provide downward facing rangefinder readings to proximity lib 2021-03-09 11:02:26 +09:00
standby.cpp
surface_tracking.cpp
system.cpp Copter: add option to disable LANDING_GEAR 2021-03-17 10:41:11 +09:00
takeoff.cpp ArduCopter: Remove unused fence floor enable function 2021-03-05 14:52:46 +11:00
terrain.cpp
toy_mode.cpp
toy_mode.h
tuning.cpp
UserCode.cpp
UserParameters.cpp
UserParameters.h
UserVariables.h
version.h
wscript