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.
 
 
 
 
 
 
Henry Wurzburg c7ddc9867d Copter: correct DISARM_DELAY metadata 2 years ago
..
APM_Config.h ArduCopter: change AC_FENCE to AP_FENCE_ENABLED 3 years ago
AP_Arming.cpp ArduCopter: add ARM/MOTOR_EMERGENCY_STOP Aux Switch 2 years ago
AP_Arming.h Copter: factor out an rc_throttle_failsafe_checks method 3 years ago
AP_Rally.cpp ArduCopter: change AC_FENCE to AP_FENCE_ENABLED 3 years ago
AP_Rally.h
AP_State.cpp Copter: minor format fix 3 years ago
Attitude.cpp ArduCopter: params always use set method 3 years ago
Copter.cpp ArduCopter: rename OpticalFlow class to AP_OpticalFlow 3 years ago
Copter.h Copter: Convert PRX_ parameters to PRX1_ 2 years ago
GCS_Copter.cpp ArduCopter: rename OpticalFlow class to AP_OpticalFlow 3 years ago
GCS_Copter.h
GCS_Mavlink.cpp Copter: replace send-mount-status with send-gimbal-device-attitude-status 3 years ago
GCS_Mavlink.h ArduCopter: save some bytes by removing empty methods based on #ifs 3 years ago
Log.cpp Copter: logging disentangle and correct bugs and rename bitmasks 3 years ago
Makefile.waf
Parameters.cpp Copter: correct DISARM_DELAY metadata 2 years ago
Parameters.h Copter: Fence moved to vehicle 3 years ago
RC_Channel.cpp ArduCopter: params always use set method 3 years ago
RC_Channel.h Copter: Add support for Force Flying 3 years ago
ReleaseNotes.txt Copter: 4.2.3-rc3 release notes 3 years ago
UserCode.cpp Copter: fix userhook aux switches 3 years ago
UserParameters.cpp
UserParameters.h
UserVariables.h
afs_copter.cpp Copter: 32 servo conversion 3 years ago
afs_copter.h ArduCopter: use mission singleton inside AP_AdvancedFailsafe 4 years ago
autoyaw.cpp Copter: AutoYaw: use get_slew_yaw_max_degs in place of get_slew_yaw_cds 3 years ago
avoidance.cpp
avoidance_adsb.cpp ArduCopter: rename AP_AHRS::get_position to get_location 3 years ago
avoidance_adsb.h Copter: convert RTL_ALT to int32 3 years ago
baro_ground_effect.cpp Copter: INAV rename for neu & cm/cms 3 years ago
commands.cpp ArduCopter: move logging of LogEvent::SET_HOME up 3 years ago
compassmot.cpp ArduCopter: params always use set method 3 years ago
config.h Copter: Make mode flowhold a build option via MODE_FLOWHOLD_ENABLED 3 years ago
crash_check.cpp Copter : correct spelling on comment 3 years ago
defines.h Copter: add fast harmonic notch logging 3 years ago
ekf_check.cpp Copter: minor comment fixes to ekf failsafe 3 years ago
esc_calibration.cpp Copter: Change from division to multiplication 3 years ago
events.cpp Copter: add dead reckon failsafe 3 years ago
failsafe.cpp ArduCopter: change AC_FENCE to AP_FENCE_ENABLED 3 years ago
fence.cpp ArduCopter: change AC_FENCE to AP_FENCE_ENABLED 3 years ago
heli.cpp Copter: remove setting of rotor rpm in heli.cpp 3 years ago
inertia.cpp ArduCopter: rename AP_AHRS::get_position to get_location 3 years ago
land_detector.cpp Copter: removed use of "blended" earth frame accel 3 years ago
landing_gear.cpp
mode.cpp Copter: Make mode flowhold a build option via MODE_FLOWHOLD_ENABLED 3 years ago
mode.h Copter: Make mode flowhold a build option via MODE_FLOWHOLD_ENABLED 3 years ago
mode_acro.cpp Copter: add support for command model class 3 years ago
mode_acro_heli.cpp Copter: Update ACRO to use rate parameters and update expo function 3 years ago
mode_althold.cpp Copter: Update ACRO to use rate parameters and update expo function 3 years ago
mode_auto.cpp Guided Mode support MAV_CMD_DO_CHANGE_SPEED 3 years ago
mode_autorotate.cpp Copter : correct spelling on comment 3 years ago
mode_autotune.cpp Copter: Update ACRO to use rate parameters and update expo function 3 years ago
mode_avoid_adsb.cpp
mode_brake.cpp Copter: fix position ctrl init for guided takeof 3 years ago
mode_circle.cpp Copter: avoid ascend beyond fence's max alt in circle mode 3 years ago
mode_drift.cpp Copter: add support for command model class 3 years ago
mode_flip.cpp
mode_flowhold.cpp Copter: Make mode flowhold a build option via MODE_FLOWHOLD_ENABLED 3 years ago
mode_follow.cpp Copter: INAV rename for neu & cm/cms 3 years ago
mode_guided.cpp Guided Mode support MAV_CMD_DO_CHANGE_SPEED 3 years ago
mode_guided_nogps.cpp
mode_land.cpp ArduCopter: change AC_FENCE to AP_FENCE_ENABLED 3 years ago
mode_loiter.cpp Copter: Dissable yaw slew in loiter 3 years ago
mode_poshold.cpp Copter: Change from division to multiplication 3 years ago
mode_rtl.cpp ArduCopter: change AC_FENCE to AP_FENCE_ENABLED 3 years ago
mode_smart_rtl.cpp Copter: Update ACRO to use rate parameters and update expo function 3 years ago
mode_sport.cpp Copter: add support for command model class 3 years ago
mode_stabilize.cpp Copter: Update ACRO to use rate parameters and update expo function 3 years ago
mode_stabilize_heli.cpp Copter: Clarify that the target_yaw_rate variable is set 3 years ago
mode_systemid.cpp Copter: properly set feedforward enabled before exit 3 years ago
mode_throw.cpp Copter: INAV rename for neu & cm/cms 3 years ago
mode_turtle.cpp ArduCopter: params always use set method 3 years ago
mode_zigzag.cpp Copter: INAV rename for neu & cm/cms 3 years ago
motor_test.cpp ArduCopter: params always use set method 3 years ago
motors.cpp Copter: always keep motors interlock state current 3 years ago
navigation.cpp
precision_landing.cpp Copter: tidy invocation of precland.update 3 years ago
radio.cpp Copter: fixed use of configured() vs configured_in_storage() 3 years ago
sensors.cpp Copter: get_rangefinder_height_interpolated_cm made const 3 years ago
standby.cpp Copter: Rename set_yaw_target_to_current_heading 4 years ago
surface_tracking.cpp Copter: INAV rename for neu & cm/cms 3 years ago
system.cpp Copter: Convert PRX_ parameters to PRX1_ 2 years ago
takeoff.cpp Copter: auto takeoff may trigger terrain failsafe 3 years ago
terrain.cpp Copter: replace use of TERRAIN_MARGIN with WPNAV_TER_MARGIN 4 years ago
toy_mode.cpp ArduCopter: change AC_FENCE to AP_FENCE_ENABLED 3 years ago
toy_mode.h
tuning.cpp Copter: add support for command model class 3 years ago
version.h Copter: version to 4.3.0-dev 3 years ago
wscript