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.
 
 
 
 
 
 
Dr.-Ing. Amilcar Do Carmo Lucas bd027e4fcb Copter: Move some common functions to AP_Math (NFC) 7 years ago
..
APM_Config.h Copter: remove CLI 8 years ago
APM_Config_mavlink_hil.h Global: remove mode line from headers 8 years ago
AP_Arming.cpp Copter: Add PreArm - PID Parameter check 7 years ago
AP_Arming.h Copter: Add PreArm - PID Parameter check 7 years ago
AP_Rally.cpp Global: remove mode line from headers 8 years ago
AP_Rally.h ArduCopter: add static create method to AP_Rally 7 years ago
AP_State.cpp Copter: eliminate GCS_MAVLINK::send_statustext_all 8 years ago
ArduCopter.cpp Copter: move barometer_accumulate to sensors.cpp 7 years ago
Attitude.cpp Copter: Move some common functions to AP_Math (NFC) 7 years ago
Copter.cpp ArduCopter: use static method to construct AC_InputManager 7 years ago
Copter.h Copter: Move some common functions to AP_Math (NFC) 7 years ago
GCS_Copter.h Copter: remove CLI 8 years ago
GCS_Mavlink.cpp Copter: tighten return types of mavlink functions and variables 7 years ago
GCS_Mavlink.h Copter: use gps singleton for GCS function 7 years ago
Log.cpp ArduCopter: support for units on fields 7 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: added LOITER option in THROW_NEXTMODE 7 years ago
Parameters.h Copter: Separate max ascent and descent speeds 7 years ago
Parameters.pde Copter: added blank Parameters.pde for MissionPlanner 10 years ago
ReleaseNotes.txt Copter: 3.5.4 release notes 7 years ago
UserCode.cpp Global: remove mode line from headers 8 years ago
UserVariables.h Global: remove mode line from headers 8 years ago
afs_copter.cpp Copter: Support landing flight termination 8 years ago
afs_copter.h Global: remove mode line from headers 8 years ago
avoidance_adsb.cpp Copter: combined tri, single, coax and multicopter into a single build 8 years ago
avoidance_adsb.h ArduCopter: add static create method for AP_Avoidance_* 7 years ago
baro_ground_effect.cpp Copter: fix float warning; get_velocity_z() returns float 8 years ago
capabilities.cpp Copter: add compass cal capability bit 8 years ago
commands.cpp Copter: support SET_GPS_GLOBAL_ORIGIN 7 years ago
commands_logic.cpp Copter: integrate winch library 7 years ago
compassmot.cpp Copter: use cork/push wrapper 7 years ago
compat.cpp Copter: use millis/micros/panic functions 9 years ago
config.h Copter: Trad Heli-change default accel_z_p to 0.30 7 years ago
control_acro.cpp Copter: sport and acro trainer limits based on target attitude 8 years ago
control_althold.cpp Copter: Separate max ascent and descent speeds 7 years ago
control_auto.cpp Copter: stop disarming as part of running rtl as mission item 7 years ago
control_autotune.cpp Copter: Separate max ascent and descent speeds 7 years ago
control_avoid_adsb.cpp Global: remove mode line from headers 8 years ago
control_brake.cpp Copter: combined tri, single, coax and multicopter into a single build 8 years ago
control_circle.cpp Copter: Separate max ascent and descent speeds 7 years ago
control_drift.cpp Copter: combined tri, single, coax and multicopter into a single build 8 years ago
control_flip.cpp Copter: combined tri, single, coax and multicopter into a single build 8 years ago
control_guided.cpp Copter: Move some common functions to AP_Math (NFC) 7 years ago
control_guided_nogps.cpp Global: remove mode line from headers 8 years ago
control_land.cpp Copter: Modify method name in method header. 7 years ago
control_loiter.cpp Copter: Separate max ascent and descent speeds 7 years ago
control_poshold.cpp Copter: Separate max ascent and descent speeds 7 years ago
control_rtl.cpp Copter: rtl uses labs for alt comparison 7 years ago
control_smart_rtl.cpp Copter: rename control_safe_rtl.cpp to control_smart_rtl.cpp 7 years ago
control_sport.cpp Copter: Separate max ascent and descent speeds 7 years ago
control_stabilize.cpp Copter: combined tri, single, coax and multicopter into a single build 8 years ago
control_throw.cpp Copter: allow THROW_NEXTMODE=LOITER 7 years ago
crash_check.cpp Copter: use send_text method on the GCS singleton 8 years ago
defines.h Copter: Use DEGX100 define instead of hardcoded value (NFC) 7 years ago
ekf_check.cpp Copter: ekf position checks are done before we call failsafe_ekf_event 7 years ago
esc_calibration.cpp Copter: fix disable ESC calibration for brushed motors 7 years ago
events.cpp Copter: add gps glitch notification and pre-arm check 8 years ago
failsafe.cpp Copter: combined tri, single, coax and multicopter into a single build 8 years ago
fence.cpp Copter: report polygon fence breach 8 years ago
flight_mode.cpp Copter: Option to trig by distance only when in AUTO mode 7 years ago
heli.cpp Copter: TradHeli update comment 7 years ago
heli_control_acro.cpp Copter: heli: Update swashplate behavior 7 years ago
heli_control_stabilize.cpp Copter: heli: Update swashplate behavior 7 years ago
inertia.cpp Global: remove mode line from headers 8 years ago
land_detector.cpp Copter: call set_likely_flying() 8 years ago
landing_gear.cpp Copter: enable landing gear based on RC output 8 years ago
leds.cpp Global: remove mode line from headers 8 years ago
make.inc Copter: add AP_Winch and AP_WheelEncoder to build 7 years ago
motor_test.cpp Copter: tighten return types of mavlink functions and variables 7 years ago
motors.cpp Copter: use cork/push wrapper 7 years ago
navigation.cpp Copter: Move some common functions to AP_Math (NFC) 7 years ago
position_vector.cpp Copter: Move some common functions to AP_Math (NFC) 7 years ago
precision_landing.cpp Global: remove mode line from headers 8 years ago
radio.cpp Copter: fixed order of motor setup 7 years ago
sensors.cpp Copter: move barometer_accumulate to sensors.cpp 7 years ago
setup.cpp Copter: remove CLI 8 years ago
switches.cpp Copter: integrate winch library 7 years ago
system.cpp Copter: integrate winch library 7 years ago
takeoff.cpp Copter: Separate max ascent and descent speeds 7 years ago
terrain.cpp Global: remove mode line from headers 8 years ago
tuning.cpp Copter: fix tuning knob rate control of winch 7 years ago
version.cpp ArduCopter: move version to a static member 7 years ago
version.h ArduCopter: protect version.h from inclusion and use ap_version.h 7 years ago
wscript Copter: add AP_Winch and AP_WheelEncoder to build 7 years ago