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.
 
 
 
 
 
 
Francisco Ferreira 1e2e24eeac Copter: fix wrong range in Throw mode 8 years ago
..
.gitignore Improvements to cmake. 14 years ago
APM_Config.h Copter: add advanced failsafe enable to APM_Config 8 years ago
APM_Config_mavlink_hil.h Copter: remove unused definition 10 years ago
AP_Rally.cpp Copter: add AP_Rally_Copter 9 years ago
AP_Rally.h Copter: add AP_Rally_Copter 9 years ago
AP_State.cpp Copter: replace if statement with switch statement 8 years ago
ArduCopter.cpp Copter: minor comment update 8 years ago
Attitude.cpp Copter: load accel throttle I term from attitude controller input 8 years ago
Copter.cpp Copter: move proximity to g2 8 years ago
Copter.h Copter: load accel throttle I term from attitude controller input 8 years ago
GCS_Mavlink.cpp Copter: use handle_rc_bind 8 years ago
GCS_Mavlink.h Copter: added SYSID_ENFORCE parameter 8 years ago
Log.cpp Copter: move proximity to g2 8 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: fix PRX_ parameters duplicate underscore in param name 8 years ago
Parameters.h Copter: added SYSID_ENFORCE parameter 8 years ago
Parameters.pde Copter: added blank Parameters.pde for MissionPlanner 10 years ago
ReleaseNotes.txt Copter: 3.4-rc6 release notes 8 years ago
UserCode.cpp Copter: finished conversion to .cpp files 10 years ago
UserVariables.h Copter: minor user hooks cleanup 12 years ago
afs_copter.cpp Copter: added optional AdvancedFailsafe for copter and heli 9 years ago
afs_copter.h Copter: added optional AdvancedFailsafe for copter and heli 9 years ago
arming_checks.cpp Copter: move proximity to g2 8 years ago
avoidance_adsb.cpp Copter: add new avoidance recovery modes 9 years ago
avoidance_adsb.h Copter: add new avoidance recovery modes 9 years ago
baro_ground_effect.cpp Copter: GND_EFFECT_COMP parameter to enable ground effect compensation 9 years ago
capabilities.cpp Copter: Supports COMMAND_INT in the code so added it to capabilites. 9 years ago
commands.cpp ArduCopter: update signing timestamp on GPS lock 9 years ago
commands_logic.cpp Copter: To remove a break after the return statement. 8 years ago
compassmot.cpp Copter: Return value is changed to Enum Value. 8 years ago
compat.cpp Copter: use millis/micros/panic functions 9 years ago
config.h Copter: add acro throttle and yaw expo and smoother manual pilot throttle 8 years ago
control_acro.cpp Copter: add acro throttle and yaw expo and smoother manual pilot throttle 8 years ago
control_althold.cpp Copter: althold uses current alt target if active 8 years ago
control_auto.cpp Copter: althold uses current alt target if active 8 years ago
control_autotune.cpp Copter: althold uses current alt target if active 8 years ago
control_avoid_adsb.cpp Copter: avoidance_adsb implements copter avoidance using ADSB 9 years ago
control_brake.cpp Copter: althold uses current alt target if active 8 years ago
control_circle.cpp ArduCopter: Delete (wrong) filename out of header 9 years ago
control_drift.cpp Copter: get_pilot_desired_throttle gets thr_mid argument default 8 years ago
control_flip.cpp Copter: get_pilot_desired_throttle gets thr_mid argument default 8 years ago
control_guided.cpp Copter: althold uses current alt target if active 8 years ago
control_guided_nogps.cpp Copter: add GUIDED_NOGPS flight mode 9 years ago
control_land.cpp Copter: althold uses current alt target if active 8 years ago
control_loiter.cpp Copter: althold uses current alt target if active 8 years ago
control_poshold.cpp Copter: althold uses current alt target if active 8 years ago
control_rtl.cpp Copter: althold uses current alt target if active 8 years ago
control_sport.cpp Copter: althold uses current alt target if active 8 years ago
control_stabilize.cpp Copter: get_pilot_desired_throttle gets thr_mid argument default 8 years ago
control_throw.cpp Copter: fix wrong range in Throw mode 8 years ago
crash_check.cpp Copter: increase chance that parachute will deploy 9 years ago
defines.h Copter: log proximity sensor at 10hz 8 years ago
ekf_check.cpp Copter: ignore first ekf core switch 8 years ago
esc_calibration.cpp Copter: improve the reliability of ESC calibration with OneShot ESCs 9 years ago
events.cpp Copter: To remove a break after the return statement. 8 years ago
failsafe.cpp Copter: added optional AdvancedFailsafe for copter and heli 9 years ago
fence.cpp Copter: add control_mode_reason 9 years ago
flight_mode.cpp Copter: load accel throttle I term from attitude controller input 8 years ago
heli.cpp Copter: add configurable arming delay 9 years ago
heli_control_acro.cpp Copter: manual modes set_land_complete to false 9 years ago
heli_control_stabilize.cpp Copter: manual modes set_land_complete to false 9 years ago
inertia.cpp Copter: update current_loc at 400hz 9 years ago
land_detector.cpp Copter: use rangefinder to prevent auto-disarm in the air 9 years ago
landing_gear.cpp Copter: finished conversion to .cpp files 10 years ago
leds.cpp Copter: finished conversion to .cpp files 10 years ago
make.inc Copter: add AP_Proximity to build 8 years ago
motor_test.cpp Copter: To remove a break after the return statement. 8 years ago
motors.cpp Copter: added optional AdvancedFailsafe for copter and heli 9 years ago
navigation.cpp Copter: update current_loc at 400hz 9 years ago
perf_info.cpp Copter: added logging of dropped log messages in PM message 9 years ago
position_vector.cpp ArduCopter: Delete (wrong) filename out of header 9 years ago
precision_landing.cpp Copter: use velocity output from AC_PrecLand 8 years ago
radio.cpp Copter: setup default safety mask based on motor mask 8 years ago
sensors.cpp Copter: move proximity to g2 8 years ago
setup.cpp Copter: reduce repeated string constants 8 years ago
switches.cpp Copter: remove union from aux_con for switch state 8 years ago
system.cpp Copter: fixed startup order of setting mavlink system ID 8 years ago
takeoff.cpp Copter: rename WP_TKOFF_NAV_ALT to WP_NAVALT_MIN 9 years ago
terrain.cpp Copter: rename sonar to rangefinder 9 years ago
test.cpp Copter: rename sonar to rangefinder 9 years ago
tuning.cpp ArduCopter: Delete (wrong) filename out of header 9 years ago
version.h Global: use ap_version.h 9 years ago
wscript Copter: add AP_Proximity to build 8 years ago