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 0bb18a153c Copter: version to 4.0.7 4 years ago
..
APM_Config.h Copter: System ID mode 5 years ago
APM_Config_mavlink_hil.h
AP_Arming.cpp Copter: Tradheli servo_test fix 5 years ago
AP_Arming.h Copter: Add GCS failsafe pre-arm check 5 years ago
AP_Rally.cpp
AP_Rally.h
AP_State.cpp Copter: Update AP_Notify of GCS failsafe 5 years ago
Attitude.cpp Copter: change heli integrator management and add hover coll learning 4 years ago
Copter.cpp Copter: removed set_layout_copter call 4 years ago
Copter.h Copter: rename update_throttle_mix 5 years ago
GCS_Copter.cpp Copter: Report MAV_SYS_STATUS_SENSOR_Z_ALTITUDE_CONTROL and MAV_SYS_STATUS_SENSOR_XY_POSITION_CONTROL as healthy if the flight mode says so. 5 years ago
GCS_Copter.h
GCS_Mavlink.cpp Copter: rename system_status as it won't be called from base class 5 years ago
GCS_Mavlink.h Copter: rename system_status as it won't be called from base class 5 years ago
Log.cpp Copter: fix units and multipliers in PL dataflash logs message 5 years ago
Makefile.waf
Parameters.cpp Copter: fix metadata in FS_GCS_ENABLE param 4 years ago
Parameters.h Copter: Added autorotation flight mode and support 5 years ago
RC_Channel.cpp Copter: fix tradheli RSC RC passthrough mode 5 years ago
RC_Channel.h Copter: fix tradheli RSC RC passthrough mode 5 years ago
ReleaseNotes.txt Copter: 4.0.7 release notes 4 years ago
UserCode.cpp
UserParameters.cpp
UserParameters.h
UserVariables.h
afs_copter.cpp
afs_copter.h Copter: correct build when AFS disabled 6 years ago
autoyaw.cpp
avoidance_adsb.cpp Copter: Support new AP_Vehicle::set_mode 5 years ago
avoidance_adsb.h Copter: move control_mode_t into being Mode::Number enum class 6 years ago
baro_ground_effect.cpp Copter: move control_mode_t into being Mode::Number enum class 6 years ago
commands.cpp
compassmot.cpp Arducopter: Primary Compass is always serial# 0 5 years ago
config.h Copter: Added autorotation flight mode and support 5 years ago
crash_check.cpp Copter: Added autorotation flight mode and support 5 years ago
defines.h Copter: Refactor failsafes, add fs_options bitmask parameter 5 years ago
ekf_check.cpp Copter: make EKF mag variance check use max 5 years ago
esc_calibration.cpp Copter: reject reboot request from GCS if auto esc cal on next reboot 5 years ago
events.cpp Copter: correct compilation when AFS enabled 4 years ago
failsafe.cpp
fence.cpp Copter: Support new AP_Vehicle::set_mode 5 years ago
heli.cpp Copter: Tradheli - make new integrator scheme selectable 4 years ago
inertia.cpp Copter: avoid SITL failure when changing current_loc.alt frame 5 years ago
land_detector.cpp Copter: fix heli land detector and incoporate reset_I_smoothly 4 years ago
landing_gear.cpp Copter: integrate landing gear option and make edge based 5 years ago
leds.cpp
mode.cpp Copter: fix heli land detector and incoporate reset_I_smoothly 4 years ago
mode.h Copter: cope with race conditioning popping points on SmartRTL return 4 years ago
mode_acro.cpp Copter: fix heli land detector and incoporate reset_I_smoothly 4 years ago
mode_acro_heli.cpp Copter: fix heli land detector and incoporate reset_I_smoothly 4 years ago
mode_althold.cpp Copter: fix heli land detector and incoporate reset_I_smoothly 4 years ago
mode_auto.cpp Copter: Set correct yaw for circle in Mode Auto 5 years ago
mode_autorotate.cpp Copter: Added autorotation flight mode and support 5 years ago
mode_autotune.cpp Copter: fix heli land detector and incoporate reset_I_smoothly 4 years ago
mode_avoid_adsb.cpp Copter: move control_mode_t into being Mode::Number enum class 6 years ago
mode_brake.cpp Copter: Support new AP_Vehicle::set_mode 5 years ago
mode_circle.cpp Copter: Fix circle radius pitch stick control 5 years ago
mode_drift.cpp Copter: fix heli land detector and incoporate reset_I_smoothly 4 years ago
mode_flip.cpp Copter: Delay release of I term until take off 5 years ago
mode_flowhold.cpp Copter: fix heli land detector and incoporate reset_I_smoothly 4 years ago
mode_follow.cpp Copter: follow mode restores offsets to zero on exit 6 years ago
mode_guided.cpp Copter: integrate landing gear option and make edge based 5 years ago
mode_guided_nogps.cpp
mode_land.cpp Copter: integrate landing gear option and make edge based 5 years ago
mode_loiter.cpp Copter: fix heli land detector and incoporate reset_I_smoothly 4 years ago
mode_poshold.cpp Copter: fix heli land detector and incoporate reset_I_smoothly 4 years ago
mode_rtl.cpp Copter: integrate landing gear option and make edge based 5 years ago
mode_smart_rtl.cpp Copter: cope with race conditioning popping points on SmartRTL return 4 years ago
mode_sport.cpp Copter: fix heli land detector and incoporate reset_I_smoothly 4 years ago
mode_stabilize.cpp Copter: fix heli land detector and incoporate reset_I_smoothly 4 years ago
mode_stabilize_heli.cpp Copter: fix heli land detector and incoporate reset_I_smoothly 4 years ago
mode_systemid.cpp Copter: fix heli land detector and incoporate reset_I_smoothly 4 years ago
mode_throw.cpp Copter: Support new AP_Vehicle::set_mode 5 years ago
mode_zigzag.cpp Copter: fix heli land detector and incoporate reset_I_smoothly 4 years ago
motor_test.cpp Copter: compassmot and motor_test set_soft_armed 6 years ago
motors.cpp Copter: move control_mode_t into being Mode::Number enum class 6 years ago
navigation.cpp
precision_landing.cpp
radio.cpp Copter: minor comment change 5 years ago
sensors.cpp Copter: fix a typo in a variable name hidden under RANGEFINDER_TILT_CORRECTION == DISABLED 5 years ago
setup.cpp
standby.cpp Copter: Standby functions 5 years ago
surface_tracking.cpp Copter: CTUN logging fix for SAlt 5 years ago
system.cpp Copter: fence.init() was getting called even when AC_FENCE was DISABLED 5 years ago
takeoff.cpp
terrain.cpp
toy_mode.cpp Copter: correct compilation with toymode enabled 5 years ago
toy_mode.h Copter: correct compilation with toymode enabled 5 years ago
tuning.cpp Copter: correct compilation when SYSTEMID mode is disabled 5 years ago
version.cpp
version.h Copter: version to 4.0.7 4 years ago
wscript Copter: Added autorotation flight mode and support 5 years ago