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 1fc4063117 Copter: correct TERRAIN_FOLLOW parameter comments 9 years ago
..
.gitignore
APM_Config.h
APM_Config_mavlink_hil.h
AP_State.cpp
ArduCopter.cpp Copter: read rangefinder at 20hz 9 years ago
Attitude.cpp Copter: allow rangefinder to be disabled from definition 9 years ago
Copter.cpp Copter: move rangefinder variables into structure 9 years ago
Copter.h Copter: move telemetry_delayed up into base class 9 years ago
GCS_Mavlink.cpp Copter: sanity check gps latlng 9 years ago
GCS_Mavlink.h Copter: move telemetry_delayed up into base class 9 years ago
Log.cpp Copter: do not log CURR.Throttle because it's already logged elsewhere 9 years ago
Makefile
Makefile.waf
Parameters.cpp Copter: correct TERRAIN_FOLLOW parameter comments 9 years ago
Parameters.h Copter: moved EKF2 to a new parameter index 9 years ago
Parameters.pde
ReleaseNotes.txt Copter: 3.4-rc1 release notes 9 years ago
UserCode.cpp
UserVariables.h
adsb.cpp
arming_checks.cpp Copter: prearm check that RTL_ALT is below rangefinder max alt 9 years ago
baro_ground_effect.cpp
capabilities.cpp
commands.cpp ArduCopter: update signing timestamp on GPS lock 9 years ago
commands_logic.cpp
compassmot.cpp Copter: pass throttle for esc calibration in 0 to 1 range 9 years ago
compat.cpp
config.h Copter: rename RTL_CONE_SLOPE_DEFAULT definition 9 years ago
control_acro.cpp
control_althold.cpp Copter: add rangefinder_alt_ok 9 years ago
control_auto.cpp Copter: auto_spline_start handles triggers terrain failsafe 9 years ago
control_autotune.cpp
control_brake.cpp
control_circle.cpp Copter: add rangefinder_alt_ok 9 years ago
control_drift.cpp
control_flip.cpp Copter: add and use FLIP_COMPLETE mode reason 9 years ago
control_guided.cpp
control_land.cpp Copter: minor change to land mode's logic to use rangefinder 9 years ago
control_loiter.cpp Copter: add rangefinder_alt_ok 9 years ago
control_poshold.cpp Copter: add rangefinder_alt_ok 9 years ago
control_rtl.cpp Copter: RTL ignores terrain during terrain failsafe 9 years ago
control_sport.cpp Copter: add rangefinder_alt_ok 9 years ago
control_stabilize.cpp
control_throw.cpp
crash_check.cpp
defines.h Copter: add and use FLIP_COMPLETE mode reason 9 years ago
ekf_check.cpp
esc_calibration.cpp Copter: pass throttle for esc calibration in 0 to 1 range 9 years ago
events.cpp
failsafe.cpp
fence.cpp
flight_mode.cpp
heli.cpp Copter: fixed heli rotor speed control from AP_Motors refactor 9 years ago
heli_control_acro.cpp
heli_control_stabilize.cpp
inertia.cpp
land_detector.cpp
landing_gear.cpp
leds.cpp
make.inc
motor_test.cpp Copter: fixed motor test build on heli 9 years ago
motors.cpp Copter: removed 30ms delay on arming 9 years ago
navigation.cpp
perf_info.cpp
position_vector.cpp Copter: remove unused pv_location_to_vector_with_default 9 years ago
precision_landing.cpp Copter: move rangefinder variables into structure 9 years ago
radio.cpp Copter: fixed ESC calibration on PixRacer 9 years ago
sensors.cpp Copter: read rangefinder at 20hz 9 years ago
setup.cpp
switches.cpp Copter: rangefinder.enabled false if no range finders are configured 9 years ago
system.cpp Copter: simplify UART setup 9 years ago
takeoff.cpp
terrain.cpp
test.cpp
tuning.cpp
version.h
wscript