ardupilot/ArduCopter
Rishabh 00f6dc9b05 Copter: brake moved in from AC_WPNav 2019-06-13 09:02:46 +09:00
..
APM_Config.h Copter: rename dataflash to logger 2019-03-28 16:40:57 +11:00
APM_Config_mavlink_hil.h Copter: Fix typo 2019-03-26 15:39:23 +11:00
AP_Arming.cpp Copter: move common proximity pre-arm checks up 2019-06-04 08:45:34 +09:00
AP_Arming.h Copter: move common proximity pre-arm checks up 2019-06-04 08:45:34 +09:00
AP_Rally.cpp Copter: adjust for Location_Class and Location unification 2019-01-16 11:45:29 +11:00
AP_Rally.h Copter: Rally no longer takes ahrs in constructor 2019-02-20 18:03:38 +11:00
AP_State.cpp Copter: Use new RC_Channel AUX_FUNC 2019-04-03 09:53:58 -07:00
Attitude.cpp Copter: zigzag mode gets terrain following support 2019-04-19 07:45:52 +09:00
Copter.cpp Copter: correct namespacing of Copter modes 2019-06-11 09:18:22 +09:00
Copter.h Copter: correct namespacing of Copter modes 2019-06-11 09:18:22 +09:00
GCS_Copter.cpp Copter: move setting of compass sys_status bits up 2019-04-16 09:48:23 +10:00
GCS_Copter.h Copter: move various sensor status flag updates up 2019-03-26 11:03:21 +11:00
GCS_Mavlink.cpp Copter: correct namespacing of Copter modes 2019-06-11 09:18:22 +09:00
GCS_Mavlink.h Copter: use AP_Arming methods to arm and disarm vehicle 2019-05-30 07:37:30 +09:00
Log.cpp Copter:Logging TradHeli - add governor output and throttle logging for heli governor 2019-06-03 07:53:01 +09:00
Makefile.waf waf: use single entry point for make wrappers 2015-12-10 10:40:34 +09:00
Parameters.cpp Copter: correct namespacing of Copter modes 2019-06-11 09:18:22 +09:00
Parameters.h Copter: correct namespacing of Copter modes 2019-06-11 09:18:22 +09:00
RC_Channel.cpp Copter: fix user aux functions 2019-06-11 10:28:15 +09:00
RC_Channel.h Copter: remove pointless wrappers around RC_Channels functions 2018-11-23 10:56:17 +11:00
ReleaseNotes.txt Copter: 3.6.9 release notes 2019-05-27 14:09:22 +09:00
UserCode.cpp Copter: implement user auxswitch functions 2018-07-26 20:27:49 +09:00
UserParameters.cpp Copter: User parameters implementation 2018-08-31 08:42:03 +09:00
UserParameters.h Copter: User parameters implementation 2018-08-31 08:42:03 +09:00
UserVariables.h Global: remove mode line from headers 2016-10-24 09:42:01 -02:00
afs_copter.cpp Copter: use AP_Arming methods to arm and disarm vehicle 2019-05-30 07:37:30 +09:00
afs_copter.h Copter: remove rcmap member from AP_AdvancedFailsafe 2018-05-05 18:06:31 +09:00
autoyaw.cpp Copter: correct namespacing of Copter modes 2019-06-11 09:18:22 +09:00
avoidance_adsb.cpp Copter: use AP_Arming methods to arm and disarm vehicle 2019-05-30 07:37:30 +09:00
avoidance_adsb.h Copter: removed create() method for objects 2017-12-14 08:12:28 +11:00
baro_ground_effect.cpp Copter: eliminate mode_has_manual_throttle 2017-12-06 10:09:58 +09:00
commands.cpp Copter: replace location_offset() and get_distance() function calls with Location object member function calls 2019-02-28 11:44:09 +11:00
compassmot.cpp Copter: remove loop-initialisation of output 2019-06-03 12:54:17 +09:00
config.h Copter: move surface tracking variables into structure 2019-04-19 07:45:52 +09:00
crash_check.cpp Copter: use AP_Arming methods to arm and disarm vehicle 2019-05-30 07:37:30 +09:00
defines.h Copter: avoid working with uninitialised home location 2019-05-29 09:04:37 +09:00
ekf_check.cpp Copter: check for EKF lane switch to avoid EKF failsafe 2019-06-12 09:52:20 +10:00
esc_calibration.cpp Copter: factorize esc calibration setup 2019-04-09 08:44:46 +09:00
events.cpp Copter: use AP_Arming methods to arm and disarm vehicle 2019-05-30 07:37:30 +09:00
failsafe.cpp Copter: rename dataflash to logger 2019-03-28 16:40:57 +11:00
fence.cpp Copter: use AP_Arming methods to arm and disarm vehicle 2019-05-30 07:37:30 +09:00
heli.cpp Copter: fixed HAL_MINIMIZE_FEATURES build 2019-06-06 12:19:13 +10:00
inertia.cpp Copter: stop changing frame to home when home not set 2019-05-29 09:04:37 +09:00
land_detector.cpp Copter: use AP_Arming methods to arm and disarm vehicle 2019-05-30 07:37:30 +09:00
landing_gear.cpp Copter: get_alt_above_ground to get_alt_above_ground_cm 2019-02-26 19:31:41 +09:00
leds.cpp Copter: remove shims used in scheduler 2018-02-12 11:19:34 +09:00
mode.cpp Copter: correct namespacing of Copter modes 2019-06-11 09:18:22 +09:00
mode.h Copter: brake moved in from AC_WPNav 2019-06-13 09:02:46 +09:00
mode_acro.cpp Copter: correct namespacing of Copter modes 2019-06-11 09:18:22 +09:00
mode_acro_heli.cpp Copter: correct namespacing of Copter modes 2019-06-11 09:18:22 +09:00
mode_althold.cpp Copter: correct namespacing of Copter modes 2019-06-11 09:18:22 +09:00
mode_auto.cpp Copter: correct namespacing of Copter modes 2019-06-11 09:18:22 +09:00
mode_autotune.cpp Copter: correct namespacing of Copter modes 2019-06-11 09:18:22 +09:00
mode_avoid_adsb.cpp Copter: correct namespacing of Copter modes 2019-06-11 09:18:22 +09:00
mode_brake.cpp Copter: brake moved in from AC_WPNav 2019-06-13 09:02:46 +09:00
mode_circle.cpp Copter: correct namespacing of Copter modes 2019-06-11 09:18:22 +09:00
mode_drift.cpp Copter: correct namespacing of Copter modes 2019-06-11 09:18:22 +09:00
mode_flip.cpp Copter: correct namespacing of Copter modes 2019-06-11 09:18:22 +09:00
mode_flowhold.cpp Copter: correct namespacing of Copter modes 2019-06-11 09:18:22 +09:00
mode_follow.cpp Copter: correct namespacing of Copter modes 2019-06-11 09:18:22 +09:00
mode_guided.cpp Copter: correct namespacing of Copter modes 2019-06-11 09:18:22 +09:00
mode_guided_nogps.cpp Copter: correct namespacing of Copter modes 2019-06-11 09:18:22 +09:00
mode_land.cpp Copter: correct namespacing of Copter modes 2019-06-11 09:18:22 +09:00
mode_loiter.cpp Copter: correct namespacing of Copter modes 2019-06-11 09:18:22 +09:00
mode_poshold.cpp Copter: correct namespacing of Copter modes 2019-06-11 09:18:22 +09:00
mode_rtl.cpp Copter: correct namespacing of Copter modes 2019-06-11 09:18:22 +09:00
mode_smart_rtl.cpp Copter: correct namespacing of Copter modes 2019-06-11 09:18:22 +09:00
mode_sport.cpp Copter: correct namespacing of Copter modes 2019-06-11 09:18:22 +09:00
mode_stabilize.cpp Copter: correct namespacing of Copter modes 2019-06-11 09:18:22 +09:00
mode_stabilize_heli.cpp Copter: correct namespacing of Copter modes 2019-06-11 09:18:22 +09:00
mode_throw.cpp Copter: correct namespacing of Copter modes 2019-06-11 09:18:22 +09:00
mode_zigzag.cpp Copter: correct namespacing of Copter modes 2019-06-11 09:18:22 +09:00
motor_test.cpp Copter: rename to EXPECT_DELAY_MS() 2019-05-15 15:33:48 +10:00
motors.cpp Copter: move Arming functions into AP_Arming file 2019-05-30 16:02:10 +09:00
navigation.cpp ArduCopter: move get_bearing_cd to Location and rename to get_bearing_to 2019-04-06 09:10:28 +11:00
precision_landing.cpp Copter: use enum class for AltFrame enumeration 2019-03-19 10:31:18 +11:00
radio.cpp Copter: add floating-point-constant designators 2019-04-05 23:04:17 -07:00
sensors.cpp Copter: do no compass stick gesture detection while armed 2019-04-23 10:06:17 +10:00
setup.cpp Copter: move enabled parameter into compass library 2019-04-02 10:24:49 +11:00
system.cpp Copter: stop setting AC_Avoid in AC_WPNav; it uses singleton now 2019-06-06 11:47:22 +10:00
takeoff.cpp Copter: correct namespacing of Copter modes 2019-06-11 09:18:22 +09:00
terrain.cpp Copter: log_terrain_data no longer takes a DataFlash argument 2019-01-18 11:17:40 +11:00
toy_mode.cpp Copter: use AP_Arming methods to arm and disarm vehicle 2019-05-30 07:37:30 +09:00
toy_mode.h Copter: enable F412 toymode button setup 2018-02-08 17:36:33 +11:00
tuning.cpp Copter: replace TUNE_LOW/HIGH params with TUNE_MIN/MAX 2019-04-08 15:24:00 +09:00
version.cpp Copter: remove PX4 FWVersion info 2019-01-16 11:47:55 +11:00
version.h Copter: Add patch number to VERSION notation 2018-11-08 09:11:07 +09:00
wscript Copter: move responsibility for parachute deployment up 2019-02-13 09:25:27 +09:00