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.
 
 
 
 
 
 
Tom Pittenger a96abde4bf Copter: do not log CURR.Throttle because it's already logged elsewhere 9 years ago
..
.gitignore Improvements to cmake. 14 years ago
APM_Config.h Copter: rename CONFIG_SONAR to RANGEFINDER_ENABLE 9 years ago
APM_Config_mavlink_hil.h Copter: remove unused definition 10 years ago
AP_State.cpp AP_State: enable use of motor interlock during throw mode 9 years ago
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 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: rename RTL_CONE_SLOPE_DEFAULT definition 9 years ago
Parameters.h Copter: moved EKF2 to a new parameter index 9 years ago
Parameters.pde Copter: added blank Parameters.pde for MissionPlanner 10 years ago
ReleaseNotes.txt Copter: 3.4-rc1 release notes 9 years ago
UserCode.cpp Copter: finished conversion to .cpp files 10 years ago
UserVariables.h Copter: minor user hooks cleanup 12 years ago
adsb.cpp Copter: incorporate AP_ADSB function rename 9 years ago
arming_checks.cpp Copter: prearm check that RTL_ALT is below rangefinder max alt 9 years ago
baro_ground_effect.cpp ArduCopter: RC_Channel refactor 9 years ago
capabilities.cpp ArduCopter: support MAVLINK_MSG_ID_MISSION_ITEM_INT 9 years ago
commands.cpp ArduCopter: update signing timestamp on GPS lock 9 years ago
commands_logic.cpp Copter: rename variables used for NAV_DELAY command 9 years ago
compassmot.cpp Copter: pass throttle for esc calibration in 0 to 1 range 9 years ago
compat.cpp Copter: use millis/micros/panic functions 9 years ago
config.h Copter: rename RTL_CONE_SLOPE_DEFAULT definition 9 years ago
control_acro.cpp AP_Math: Replace the pythagorous* functions with a variadic template 9 years ago
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 ArduCopter: Do not use is_zero() for non-float types 9 years ago
control_brake.cpp Copter: update brake-timeout to work with master 9 years ago
control_circle.cpp Copter: add rangefinder_alt_ok 9 years ago
control_drift.cpp Copter: fixed drift mode 9 years ago
control_flip.cpp Copter: add and use FLIP_COMPLETE mode reason 9 years ago
control_guided.cpp Copter: fixes to guided mode target check is within fence 9 years ago
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 ArduCopter: Fix up after refactoring RC_Channel class 9 years ago
control_throw.cpp Copter: removed slow_start() from throw mode 9 years ago
crash_check.cpp AP_Math: Replace the pythagorous* functions with a variadic template 9 years ago
defines.h Copter: add and use FLIP_COMPLETE mode reason 9 years ago
ekf_check.cpp Copter: add control_mode_reason 9 years ago
esc_calibration.cpp Copter: pass throttle for esc calibration in 0 to 1 range 9 years ago
events.cpp ArduCopter: Fix typos 9 years ago
failsafe.cpp Copter: use millis/micros/panic functions 9 years ago
fence.cpp Copter: add control_mode_reason 9 years ago
flight_mode.cpp ArduCopter: Fix typos 9 years ago
heli.cpp Copter: move rangefinder variables into structure 9 years ago
heli_control_acro.cpp ArduCopter: Fix up after refactoring RC_Channel class 9 years ago
heli_control_stabilize.cpp ArduCopter: Fix up after refactoring RC_Channel class 9 years ago
inertia.cpp Copter: update current_loc at 400hz 9 years ago
land_detector.cpp Copter: add comments to set_land_complete 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: support AP_AccelCal 9 years ago
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 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 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 ArduCopter: Fix up after refactoring RC_Channel class 9 years ago
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 Copter: guided mode handles terrain alt 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 Copter: rename sonar to rangefinder 9 years ago
version.h Global: use ap_version.h 9 years ago
wscript Copter: removed unnecessary libs 9 years ago