ardupilot/ArduCopter
Peter Barker c9f810e924 Copter: add missing ABst to CTUN logmessage documentation 2020-03-22 18:35:14 +11:00
..
APM_Config.h
APM_Config_mavlink_hil.h
AP_Arming.cpp ArduCopter: log disarm method 2020-02-22 12:16:29 +11:00
AP_Arming.h ArduCopter: log disarm method 2020-02-22 12:16:29 +11:00
AP_Rally.cpp
AP_Rally.h
AP_State.cpp Copter: Update AP_Notify of GCS failsafe 2020-01-21 13:48:54 +09:00
Attitude.cpp Copter: port betaflight in-flight fft analysis to arducopter and expose as a log message 2020-02-22 11:15:37 +11:00
Copter.cpp Copter: implement start_takeoff and set_target_velocity_NED for use in scripting 2020-03-19 15:17:11 -07:00
Copter.h Copter: implement start_takeoff and set_target_velocity_NED for use in scripting 2020-03-19 15:17:11 -07:00
GCS_Copter.cpp ArduCopter: move initialisation of serial and gcs to AP_Vehicle 2020-02-25 11:50:55 +11:00
GCS_Copter.h ArduCopter: move initialisation of serial and gcs to AP_Vehicle 2020-02-25 11:50:55 +11:00
GCS_Mavlink.cpp Copter: set-pos-target-global-int fails sooner if accel given 2020-03-02 14:26:33 +09:00
GCS_Mavlink.h
Log.cpp Copter: add missing ABst to CTUN logmessage documentation 2020-03-22 18:35:14 +11:00
Makefile.waf
Parameters.cpp Copter: add ZIGZAG_AUTO_PUMP parameter 2020-02-19 19:56:56 +09:00
Parameters.h Copter: add ZIGZAG_AUTO_PUMP parameter 2020-02-19 19:56:56 +09:00
RC_Channel.cpp Copter: port betaflight in-flight fft analysis to arducopter and expose as a log message 2020-02-22 11:15:37 +11:00
RC_Channel.h
ReleaseNotes.txt Copter: 4.0.3 release notes 2020-02-29 09:40:23 +09:00
UserCode.cpp
UserParameters.cpp
UserParameters.h
UserVariables.h
afs_copter.cpp ArduCopter: log disarm method 2020-02-22 12:16:29 +11:00
afs_copter.h
autoyaw.cpp
avoidance_adsb.cpp ArduCopter: log disarm method 2020-02-22 12:16:29 +11:00
avoidance_adsb.h
baro_ground_effect.cpp
commands.cpp
compassmot.cpp Arducopter: Primary Compass is always serial# 0 2020-02-19 13:59:53 +09:00
config.h Copter: add ZIGZAG_AUTO_PUMP parameter 2020-02-19 19:56:56 +09:00
crash_check.cpp ArduCopter: log disarm method 2020-02-22 12:16:29 +11:00
defines.h
ekf_check.cpp Copter: update vibration failsafe comments 2020-03-02 15:12:57 +09:00
esc_calibration.cpp
events.cpp ArduCopter: log disarm method 2020-02-22 12:16:29 +11:00
failsafe.cpp
fence.cpp ArduCopter: log disarm method 2020-02-22 12:16:29 +11:00
heli.cpp Copter: convert to new get_rpm() API 2020-03-12 08:36:40 +11:00
inertia.cpp Copter: avoid SITL failure when changing current_loc.alt frame 2020-02-05 17:29:34 +09:00
land_detector.cpp Copter: update_throttle_mix uses filtered accelerations 2020-02-25 16:52:40 +09:00
landing_gear.cpp Copter: integrate landing gear option and make edge based 2020-02-26 08:01:00 +09:00
leds.cpp
mode.cpp Copter: rewrite_get_alt_above_ground_cm for clarity 2020-03-03 21:38:03 +09:00
mode.h Copter: ModeGuided::do_user_takeoff_start arg rename 2020-03-19 15:17:11 -07:00
mode_acro.cpp
mode_acro_heli.cpp
mode_althold.cpp Copter: add missing fallthrough statements 2020-01-15 13:55:42 +11:00
mode_auto.cpp Copter: integrate landing gear option and make edge based 2020-02-26 08:01:00 +09:00
mode_autorotate.cpp
mode_autotune.cpp
mode_avoid_adsb.cpp
mode_brake.cpp
mode_circle.cpp Copter: Fix circle radius pitch stick control 2020-02-04 09:11:03 +09:00
mode_drift.cpp
mode_flip.cpp
mode_flowhold.cpp Copter: add missing fallthrough statements 2020-01-15 13:55:42 +11:00
mode_follow.cpp
mode_guided.cpp Copter: ModeGuided::do_user_takeoff_start arg rename 2020-03-19 15:17:11 -07:00
mode_guided_nogps.cpp
mode_land.cpp Copter: integrate landing gear option and make edge based 2020-02-26 08:01:00 +09:00
mode_loiter.cpp Copter: add missing fallthrough statements 2020-01-15 13:55:42 +11:00
mode_poshold.cpp Copter: add missing fallthrough statements 2020-01-15 13:55:42 +11:00
mode_rtl.cpp Copter: integrate landing gear option and make edge based 2020-02-26 08:01:00 +09:00
mode_smart_rtl.cpp
mode_sport.cpp Copter: add missing fallthrough statements 2020-01-15 13:55:42 +11:00
mode_stabilize.cpp
mode_stabilize_heli.cpp Copter: add missing fallthrough statements 2020-01-15 13:55:42 +11:00
mode_systemid.cpp
mode_throw.cpp
mode_zigzag.cpp Copter: makes the pump on while moving to destination A or B 2020-02-19 19:56:56 +09:00
motor_test.cpp
motors.cpp ArduCopter: log disarm method 2020-02-22 12:16:29 +11:00
navigation.cpp
precision_landing.cpp
radio.cpp
sensors.cpp Copter: added rangefinder height interpolated using inertial alt 2020-02-25 09:10:30 +09:00
standby.cpp
surface_tracking.cpp
system.cpp Copter: convert to new get_rpm() API 2020-03-12 08:36:40 +11:00
takeoff.cpp Copter: fix use of wp-navmin-alt 2020-03-11 10:39:18 +09:00
terrain.cpp
toy_mode.cpp Copter: correct toymode compilation for recent compass changes 2020-03-03 21:56:33 +09:00
toy_mode.h
tuning.cpp
version.cpp
version.h Copter: version to 4.0.4-dev 2020-02-20 12:58:07 +09:00
wscript Copter: remove linkage of AP_Stats 2020-01-16 20:36:54 +11:00