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.
 
 
 
 
 
 
Peter Barker a9ffe902f0 Copter: mount uses AP_SerialManager singleton 6 years ago
..
APM_Config.h Copter: integrate AP_OAPathPlanner 6 years ago
APM_Config_mavlink_hil.h Copter: Fix typo 6 years ago
AP_Arming.cpp Copter: integrate AP_OAPathPlanner 6 years ago
AP_Arming.h Copter: integrate AP_OAPathPlanner 6 years ago
AP_Rally.cpp Copter: adjust for Location_Class and Location unification 6 years ago
AP_Rally.h Copter: Rally no longer takes ahrs in constructor 6 years ago
AP_State.cpp Copter: Use new RC_Channel AUX_FUNC 6 years ago
Attitude.cpp Copter: make surface tracking adjust_climb_rate take a float 6 years ago
Copter.cpp Copter: stop updating sensor status flags 6 years ago
Copter.h Copter: integrate AP_OAPathPlanner 6 years ago
GCS_Copter.cpp GCS_Copter: Fixed precland condition to set SENSOR_VISION_POSITION flag 6 years ago
GCS_Copter.h Copter: avoid allocate a GCS_MAVLINK per mavlink channel 6 years ago
GCS_Mavlink.cpp Copter: correct compilation when guided mode is disabled 6 years ago
GCS_Mavlink.h Copter: avoid allocate a GCS_MAVLINK per mavlink channel 6 years ago
Log.cpp Copter: make surface_tracking a class, various functions methods 6 years ago
Makefile.waf waf: use single entry point for make wrappers 9 years ago
Parameters.cpp Copter: integrate AP_OAPathPlanner 6 years ago
Parameters.h Copter: integrate AP_OAPathPlanner 6 years ago
RC_Channel.cpp Copter: move mission reset aux switch option to RC_Channel 6 years ago
RC_Channel.h Copter: remove pointless wrappers around RC_Channels functions 6 years ago
ReleaseNotes.txt Copter: 3.6.10 release notes 6 years ago
UserCode.cpp Copter: implement user auxswitch functions 7 years ago
UserParameters.cpp Copter: User parameters implementation 7 years ago
UserParameters.h Copter: User parameters implementation 7 years ago
UserVariables.h Global: remove mode line from headers 8 years ago
afs_copter.cpp Copter: Update for AFS interface 6 years ago
afs_copter.h Copter: correct build when AFS disabled 6 years ago
autoyaw.cpp Copter: correct namespacing of Copter modes 6 years ago
avoidance_adsb.cpp Copter: avoidance no longer takes ahrs in constructor 6 years ago
avoidance_adsb.h Copter: avoidance no longer takes ahrs in constructor 6 years ago
baro_ground_effect.cpp Copter: eliminate mode_has_manual_throttle 7 years ago
commands.cpp Copter: Reduce dependency on inertial nav 6 years ago
compassmot.cpp Copter: Refactor battery current monitoring 6 years ago
config.h Copter: add assertion that guided is enabled if guided-nogps is enabled 6 years ago
crash_check.cpp Copter: use AP_Arming methods to arm and disarm vehicle 6 years ago
defines.h Copter: avoid working with uninitialised home location 6 years ago
ekf_check.cpp Copter: check for EKF lane switch to avoid EKF failsafe 6 years ago
esc_calibration.cpp Copter: factorize esc calibration setup 6 years ago
events.cpp Copter: add GUIDED_NOGPS to failsafe checks 6 years ago
failsafe.cpp Copter: rename dataflash to logger 6 years ago
fence.cpp Copter: use AP_Arming methods to arm and disarm vehicle 6 years ago
heli.cpp Copter: fixed HAL_MINIMIZE_FEATURES build 6 years ago
inertia.cpp Copter: Reduce dependency on inertial nav 6 years ago
land_detector.cpp Copter: use AP_Arming methods to arm and disarm vehicle 6 years ago
landing_gear.cpp Copter: get_alt_above_ground to get_alt_above_ground_cm 6 years ago
leds.cpp Copter: remove shims used in scheduler 7 years ago
mode.cpp Copter: fix compilation when drift mode is disabled 6 years ago
mode.h Copter: NAV_Delay variable timers to be all unsigned and labeled as _ms 6 years ago
mode_acro.cpp Copter: Acro_Balance update 6 years ago
mode_acro_heli.cpp Copter: correct namespacing of Copter modes 6 years ago
mode_althold.cpp Copter: make surface_tracking a class, various functions methods 6 years ago
mode_auto.cpp Copter: fix format-string compilation warning 6 years ago
mode_autotune.cpp Copter: correct namespacing of Copter modes 6 years ago
mode_avoid_adsb.cpp Copter: correct namespacing of Copter modes 6 years ago
mode_brake.cpp Copter: brake moved in from AC_WPNav 6 years ago
mode_circle.cpp Copter: make surface_tracking a class, various functions methods 6 years ago
mode_drift.cpp Copter: correct namespacing of Copter modes 6 years ago
mode_flip.cpp Copter: correct namespacing of Copter modes 6 years ago
mode_flowhold.cpp Copter: make surface_tracking a class, various functions methods 6 years ago
mode_follow.cpp Copter: correct namespacing of Copter modes 6 years ago
mode_guided.cpp Copter: integrate AP_OAPathPlanner 6 years ago
mode_guided_nogps.cpp Copter: correct namespacing of Copter modes 6 years ago
mode_land.cpp Copter: Add missing Loiter initialisation lines. 6 years ago
mode_loiter.cpp Copter: make surface_tracking a class, various functions methods 6 years ago
mode_poshold.cpp Copter: make surface_tracking a class, various functions methods 6 years ago
mode_rtl.cpp Copter: integrate AP_OAPathPlanner 6 years ago
mode_smart_rtl.cpp Copter: integrate AP_OAPathPlanner 6 years ago
mode_sport.cpp Copter: Acro_Balance update 6 years ago
mode_stabilize.cpp Copter: correct namespacing of Copter modes 6 years ago
mode_stabilize_heli.cpp Copter: correct namespacing of Copter modes 6 years ago
mode_throw.cpp Copter: correct namespacing of Copter modes 6 years ago
mode_zigzag.cpp Copter: make surface_tracking a class, various functions methods 6 years ago
motor_test.cpp Copter: pass GCS_MAVLink object rather than channel number in motortest 6 years ago
motors.cpp Copter: move Arming functions into AP_Arming file 6 years ago
navigation.cpp ArduCopter: move get_bearing_cd to Location and rename to get_bearing_to 6 years ago
precision_landing.cpp ArduCopter: convert to unix style end-of-line 6 years ago
radio.cpp Copter: esc cal startup check moved outside rc output init 6 years ago
sensors.cpp Copter: move automatic declination setting into AP_Compass itself 6 years ago
setup.cpp Copter: move enabled parameter into compass library 6 years ago
system.cpp Copter: mount uses AP_SerialManager singleton 6 years ago
takeoff.cpp Copter: correct namespacing of Copter modes 6 years ago
terrain.cpp ArduCopter: convert to unix style end-of-line 6 years ago
toy_mode.cpp Copter: fix toy-mode build 6 years ago
toy_mode.h ArduCopter: pass mavlink_message_t by const reference 6 years ago
tuning.cpp Copter: support for upgrade to PID object 6 years ago
version.cpp Copter: set os_sw_version to date fw was compiled 6 years ago
version.h Copter: Add patch number to VERSION notation 6 years ago
wscript Copter: move responsibility for parachute deployment up 6 years ago