ardupilot/ArduCopter
Peter Barker 1a660cefae Copter: remove unused STREAM_RAW_CONTROLLER_msgs variable 2018-10-16 10:17:12 +11:00
..
APM_Config.h Copter: create and update Zigzag flight mode 2018-10-05 10:05:45 +09:00
APM_Config_mavlink_hil.h
AP_Arming.cpp Copter: move handling of RC switches into RC_Channel 2018-08-01 12:11:30 +09:00
AP_Arming.h Copter: use ArmingMethod enumeration 2018-07-03 15:16:38 +10:00
AP_Rally.cpp
AP_Rally.h Copter: removed create() method for objects 2017-12-14 08:12:28 +11:00
AP_State.cpp Copter: move handling of RC switches into RC_Channel 2018-08-01 12:11:30 +09:00
ArduCopter.cpp Copter: remove OSD comments 2018-09-15 14:34:20 +09:00
Attitude.cpp Copter: Cope with AC_PosControl renaming 2018-09-20 15:15:45 -07:00
Copter.cpp Copter: use AP_FWVersion singleton 2018-06-18 19:10:37 +01:00
Copter.h Copter: add motor thrust lost check 2018-10-16 00:44:50 +09:00
GCS_Copter.h
GCS_Mavlink.cpp Copter: remove unused STREAM_RAW_CONTROLLER_msgs variable 2018-10-16 10:17:12 +11:00
GCS_Mavlink.h Copter: use camera singleton to get camera rather than callback 2018-08-31 15:48:56 +10:00
Log.cpp Copter: integrate precland logging changes 2018-08-08 10:31:19 +09:00
Makefile
Makefile.waf
Parameters.cpp Copter: create and update Zigzag flight mode 2018-10-05 10:05:45 +09:00
Parameters.h Copter: User parameters implementation 2018-08-31 08:42:03 +09:00
RC_Channel.cpp Copter: revamp zigzag mode 2018-10-05 10:05:45 +09:00
RC_Channel.h Copter: move handling of RC switches into RC_Channel 2018-08-01 12:11:30 +09:00
ReleaseNotes.txt Copter: 3.6.0-rc12 release notes 2018-10-05 14:19:31 +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
afs_copter.cpp Copter: remove rcmap member from AP_AdvancedFailsafe 2018-05-05 18:06:31 +09:00
afs_copter.h Copter: remove rcmap member from AP_AdvancedFailsafe 2018-05-05 18:06:31 +09:00
autoyaw.cpp Copter: add sanity check for ModeFollow requiring AC_Avoid 2018-05-10 17:55:13 +09:00
avoidance_adsb.cpp Copter: add option to disable THROW mode 2018-03-15 07:38:14 +09:00
avoidance_adsb.h Copter: removed create() method for objects 2017-12-14 08:12:28 +11:00
baro_ground_effect.cpp
capabilities.cpp
commands.cpp Copter: use AP_RTC 2018-06-15 08:01:22 +10:00
compassmot.cpp Copter: remove compass accumulate 2018-08-06 11:05:34 +10:00
config.h Copter: create and update Zigzag flight mode 2018-10-05 10:05:45 +09:00
crash_check.cpp Copter: Add thrust check, counter reset and comments 2018-10-16 00:44:50 +09:00
defines.h Copter: add motor thrust lost check 2018-10-16 00:44:50 +09:00
ekf_check.cpp Copter: raise EKF failure even if USB is connected 2018-06-26 10:07:55 +10:00
esc_calibration.cpp Copter: Do not use the Delay method wrapper. 2018-06-16 09:40:47 +09:00
events.cpp Copter: eliminate failsafe.rc_override_active 2018-09-05 11:54:32 +10:00
failsafe.cpp Copter: allow fence to be disabled while AFS is enabled 2018-02-27 07:43:13 +09:00
fence.cpp Copter: Handle always land mode 2018-07-26 10:11:12 +09:00
heli.cpp Copter: rename flightmode_ objects to mode_ 2017-12-12 10:39:26 +09:00
inertia.cpp Copter: move home state into AP_AHRS 2018-03-19 10:32:37 +09:00
land_detector.cpp Copter: add motor thrust lost check 2018-10-16 00:44:50 +09:00
landing_gear.cpp AP_LANDING_GEAR: Remove deploy lock 2018-08-03 10:59:15 +09:00
leds.cpp Copter: remove shims used in scheduler 2018-02-12 11:19:34 +09:00
make.inc Copter: remove AC_Sprayer from make.inc 2018-08-17 15:33:35 +09:00
mode.cpp Copter: make libraries get EKF control limits themselves 2018-10-09 10:47:38 +11:00
mode.h Copter: make libraries get EKF control limits themselves 2018-10-09 10:47:38 +11:00
mode_acro.cpp Copter: add option to disable ACRO mode 2018-03-15 07:38:14 +09:00
mode_acro_heli.cpp Copter: replace smoothing gain with AC_AttitudeControl::set_input_tc 2018-03-16 13:50:57 +09:00
mode_althold.cpp Copter: Cope with AC_PosControl renaming 2018-09-20 15:15:45 -07:00
mode_auto.cpp Copter: use fabsf() instead of labs() 2018-10-16 10:17:12 +11:00
mode_autotune.cpp Copter: use fabsf() instead of labs() 2018-10-16 10:17:12 +11:00
mode_avoid_adsb.cpp Copter: enable parameters inside mode objects 2018-02-08 17:36:33 +11:00
mode_brake.cpp Copter: make libraries get EKF control limits themselves 2018-10-09 10:47:38 +11:00
mode_circle.cpp Copter: Cope with AC_PosControl renaming 2018-09-20 15:15:45 -07:00
mode_drift.cpp ArduCopter: changed signature for get_pilot_desired_lean_angles() 2018-03-19 17:51:39 +09:00
mode_flip.cpp Copter: move handling of RC switches into RC_Channel 2018-08-01 12:11:30 +09:00
mode_flowhold.cpp Copter: Cope with AC_PosControl renaming 2018-09-20 15:15:45 -07:00
mode_follow.cpp Copter: Cope with AC_PosControl renaming 2018-09-20 15:15:45 -07:00
mode_guided.cpp Copter: make libraries get EKF control limits themselves 2018-10-09 10:47:38 +11:00
mode_guided_nogps.cpp Copter: rename control_xx.cpp files to mode_xx.cpp 2017-12-12 10:39:26 +09:00
mode_land.cpp Copter: Cope with AC_PosControl renaming 2018-09-20 15:15:45 -07:00
mode_loiter.cpp Copter: make libraries get EKF control limits themselves 2018-10-09 10:47:38 +11:00
mode_poshold.cpp Copter: make libraries get EKF control limits themselves 2018-10-09 10:47:38 +11:00
mode_rtl.cpp Copter: use fabsf() instead of labs() 2018-10-16 10:17:12 +11:00
mode_smart_rtl.cpp Copter: SmartRTL add pilot yaw control 2018-04-30 13:15:44 +09:00
mode_sport.cpp Copter: Cope with AC_PosControl renaming 2018-09-20 15:15:45 -07:00
mode_stabilize.cpp ArduCopter: changed signature for get_pilot_desired_lean_angles() 2018-03-19 17:51:39 +09:00
mode_stabilize_heli.cpp ArduCopter: changed signature for get_pilot_desired_lean_angles() 2018-03-19 17:51:39 +09:00
mode_throw.cpp Copter: make libraries get EKF control limits themselves 2018-10-09 10:47:38 +11:00
mode_zigzag.cpp Copter: correct mode_zigzag compilation for ekf scalar change 2018-10-08 19:23:57 -07:00
motor_test.cpp Copter: motor test can spin motor for 10min 2018-07-17 19:42:39 +09:00
motors.cpp Copter: correct AFS terminate-via-land for Copter 2018-10-01 11:23:46 +09:00
navigation.cpp Copter: simplify home distance and bearing calculation 2018-07-26 10:37:25 +09:00
position_vector.cpp
precision_landing.cpp Copter: pass update rate to precland init 2018-09-21 16:38:35 +09:00
radio.cpp Copter: rewrite read_radio for clarity 2018-09-05 11:54:32 +10:00
sensors.cpp Copter: remove compass accumulate 2018-08-06 11:05:34 +10:00
setup.cpp
system.cpp Copter: move handling of disable-gcs-rc-overrides-channel-option up 2018-09-05 11:54:32 +10:00
takeoff.cpp Copter: move all of waypoint-takeoff into Mode namespace 2018-07-27 13:08:27 +10:00
terrain.cpp
toy_mode.cpp Copter: toymode: correct static-vs-singleton compilation error 2018-08-08 09:00:11 +10:00
toy_mode.h Copter: enable F412 toymode button setup 2018-02-08 17:36:33 +11:00
tuning.cpp Copter: move handling of RC switches into RC_Channel 2018-08-01 12:11:30 +09:00
version.cpp Copter: use AP_FWVersion singleton 2018-06-18 19:10:37 +01:00
version.h Copter: bump version on master to 3.7.0 2018-08-13 10:11:37 +09:00
wscript Copter: don't compile AP_Menu library 2018-07-23 14:20:22 +09:00