You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Michael du Breuil 1c6031e5e5 Copter: AP_Proximity is now a common library 7 years ago
..
APM_Config.h ArduCopter: devo telemetry support (RX705/707) 7 years ago
APM_Config_mavlink_hil.h Global: remove mode line from headers 8 years ago
AP_Arming.cpp Copter: Support new battery failsafes 7 years ago
AP_Arming.h Copter: move home state into AP_AHRS 7 years ago
AP_Rally.cpp Global: remove mode line from headers 8 years ago
AP_Rally.h Copter: removed create() method for objects 7 years ago
AP_State.cpp Copter: Support new battery failsafes 7 years ago
ArduCopter.cpp Copter: move try_send_message handling of RC_CHANNELS up 7 years ago
Attitude.cpp Copter: create autoyaw.cpp from all the bits of Copter::Mode::AutoYaw 7 years ago
Copter.cpp Copter: create an AutoYaw helper object to hold auto-yaw state 7 years ago
Copter.h Copter: ekf failsafe disabled for acro and stabilize 7 years ago
GCS_Copter.h Copter: remove CLI 8 years ago
GCS_Mavlink.cpp Copter: Move MAVLink rangefinder up to parent 7 years ago
GCS_Mavlink.h Copter: move data stream send up 7 years ago
Log.cpp Copter: add sanity check for ModeFollow requiring AC_Avoid 7 years ago
Makefile ArduCopter Makefile: Don't include targets.mk directly (included by apm.mk) 12 years ago
Makefile.waf waf: use single entry point for make wrappers 9 years ago
Parameters.cpp Copter: remove rcmap member from AP_AdvancedFailsafe 7 years ago
Parameters.h Copter: resolve compiler warning re temp_calibration init order 7 years ago
ReleaseNotes.txt Copter: 3.6.0-rc1 release notes 7 years ago
UserCode.cpp Global: remove mode line from headers 8 years ago
UserVariables.h Global: remove mode line from headers 8 years ago
afs_copter.cpp Copter: remove rcmap member from AP_AdvancedFailsafe 7 years ago
afs_copter.h Copter: remove rcmap member from AP_AdvancedFailsafe 7 years ago
autoyaw.cpp Copter: add sanity check for ModeFollow requiring AC_Avoid 7 years ago
avoidance_adsb.cpp Copter: add option to disable THROW mode 7 years ago
avoidance_adsb.h Copter: removed create() method for objects 7 years ago
baro_ground_effect.cpp Copter: eliminate mode_has_manual_throttle 7 years ago
capabilities.cpp Copter: add compass cal capability bit 8 years ago
commands.cpp Copter: move home state into AP_AHRS 7 years ago
compassmot.cpp Copter: Support new battery failsafes 7 years ago
compat.cpp Copter: use millis/micros/panic functions 9 years ago
config.h Copter: add sanity check for ModeFollow requiring AC_Avoid 7 years ago
crash_check.cpp Copter: use send_text method on the GCS singleton 8 years ago
defines.h Copter: rename roi_WP to just roi 7 years ago
ekf_check.cpp Copter: ekf failsafe first enforces landing with no GPS 7 years ago
esc_calibration.cpp Copter: fixed ESC calibration for DShot 7 years ago
events.cpp Copter: Use RC_Channels instead of hal.rcin 7 years ago
failsafe.cpp Copter: allow fence to be disabled while AFS is enabled 7 years ago
fence.cpp Copter: remove argument to check() 7 years ago
heli.cpp Copter: rename flightmode_ objects to mode_ 7 years ago
inertia.cpp Copter: move home state into AP_AHRS 7 years ago
land_detector.cpp Copter: allow AP_Stats to be optional 7 years ago
landing_gear.cpp Copter: make landing_gear_should_be_deployed a base-class method 7 years ago
leds.cpp Copter: remove shims used in scheduler 7 years ago
make.inc Copter: AP_Proximity is now a common library 7 years ago
mode.cpp ArduCopter: devo telemetry support (RX705/707) 7 years ago
mode.h ArduCopter : clean unused definitions 7 years ago
mode_acro.cpp Copter: add option to disable ACRO mode 7 years ago
mode_acro_heli.cpp Copter: replace smoothing gain with AC_AttitudeControl::set_input_tc 7 years ago
mode_althold.cpp Copter: althold remove redundant z-axis init 7 years ago
mode_auto.cpp Copter: create autoyaw.cpp from all the bits of Copter::Mode::AutoYaw 7 years ago
mode_autotune.cpp Copter: autotune minor comment fix 7 years ago
mode_avoid_adsb.cpp Copter: enable parameters inside mode objects 7 years ago
mode_brake.cpp Copter: integrate AC_Loiter 7 years ago
mode_circle.cpp Copter: circle mode uses AC_Circle get_distance_to_target 7 years ago
mode_drift.cpp ArduCopter: changed signature for get_pilot_desired_lean_angles() 7 years ago
mode_flip.cpp Copter: replace smoothing gain with AC_AttitudeControl::set_input_tc 7 years ago
mode_flowhold.cpp Copter: remove redundant takeoff_stop from flowhold 7 years ago
mode_follow.cpp Copter: follow mode renames and comment improvements 7 years ago
mode_guided.cpp Copter: create an AutoYaw helper object to hold auto-yaw state 7 years ago
mode_guided_nogps.cpp Copter: rename control_xx.cpp files to mode_xx.cpp 7 years ago
mode_land.cpp Copter: integrate AC_Loiter 7 years ago
mode_loiter.cpp Copter: integrate AC_Loiter 7 years ago
mode_poshold.cpp Copter: integrate AC_Loiter 7 years ago
mode_rtl.cpp Copter: create an AutoYaw helper object to hold auto-yaw state 7 years ago
mode_smart_rtl.cpp Copter: SmartRTL add pilot yaw control 7 years ago
mode_sport.cpp Copter: enable parameters inside mode objects 7 years ago
mode_stabilize.cpp ArduCopter: changed signature for get_pilot_desired_lean_angles() 7 years ago
mode_stabilize_heli.cpp ArduCopter: changed signature for get_pilot_desired_lean_angles() 7 years ago
mode_throw.cpp ArduCopter: fix float to double warning 7 years ago
motor_test.cpp Copter: Support new battery failsafes 7 years ago
motors.cpp Copter: Support new battery failsafes 7 years ago
navigation.cpp Copter: Copter.h method reordering 7 years ago
position_vector.cpp Copter: Move some common functions to AP_Math (NFC) 7 years ago
precision_landing.cpp Global: remove mode line from headers 8 years ago
radio.cpp Copter: Support new RC_Channels::read_input() 7 years ago
sensors.cpp Copter: move try_send_message handling of RC_CHANNELS up 7 years ago
setup.cpp Copter: remove CLI 8 years ago
switches.cpp Copter: Do not switch into a disabled flight mode 7 years ago
system.cpp Copter: correct dodeca-hexa copter mav-type 7 years ago
takeoff.cpp Copter: replace smoothing gain with AC_AttitudeControl::set_input_tc 7 years ago
terrain.cpp Global: remove mode line from headers 8 years ago
toy_mode.cpp Copter: Use RC_Channels instead of hal.rcin 7 years ago
toy_mode.h Copter: enable F412 toymode button setup 7 years ago
tuning.cpp Copter: tuning rc-feel uses multiply instead of divide 7 years ago
version.cpp ArduCopter: move version to a static member 7 years ago
version.h Copter: firmware text to ArduCopter 7 years ago
wscript Copter: AP_Proximity is now a common library 7 years ago