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.
 
 
 
 
 
 
Caio Marcelo de Oliveira Filho 6e7b73610d waf: add waf support 9 years ago
..
.gitignore Improvements to cmake. 14 years ago
APM_Config.h Copter: allow ADSB to be disabled 9 years ago
APM_Config_mavlink_hil.h Copter: remove unused definition 10 years ago
AP_State.cpp Copter: revisions to text strings sent to GCS 9 years ago
ArduCopter.cpp Copter: allow ADSB to be disabled 9 years ago
Attitude.cpp Copter: check_ekf_yaw_reset uses ahrs method 10 years ago
Copter.cpp Copter: fix input_manager init order to resolve compiler warning 9 years ago
Copter.h Copter: Add support for ADS-B 9 years ago
GCS_Mavlink.cpp Copter: remove debug comments 9 years ago
Log.cpp Copter: revisions to text strings sent to GCS 9 years ago
Makefile ArduCopter Makefile: Don't include targets.mk directly (included by apm.mk) 12 years ago
Parameters.cpp Copter: reduce autotune min D param default to 0.001 9 years ago
Parameters.h Copter: Add support for ADS-B 9 years ago
Parameters.pde Copter: added blank Parameters.pde for MissionPlanner 10 years ago
ReleaseNotes.txt Copter: 3.3.2 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: adsb handling simply logs error to dataflash 9 years ago
capabilities.cpp Copter: guided attitude timeout to 1sec 9 years ago
commands.cpp Copter: send home position when home is set or get-home msg received 9 years ago
commands_logic.cpp ArduCopter: fix signed/unsigned comparison warning 9 years ago
compassmot.cpp Global: rename min and max macros to uppercase 9 years ago
compat.cpp Copter: use millis/micros/panic functions 9 years ago
config.h Copter: remove unused definitions 9 years ago
config_channels.h ArduCopter: remove unnecessary references to CH_CAM_PITCH, CH_CAM_ROLL, CH_CAM_YAW 13 years ago
control_acro.cpp Global: rename min and max macros to uppercase 9 years ago
control_althold.cpp Copter: minor comment updates 9 years ago
control_auto.cpp Copter: change multirotor comments to multicopter 10 years ago
control_autotune.cpp Global: rename min and max macros to uppercase 9 years ago
control_brake.cpp Copter: feed forward only used for AltHold, Loiter, PosHold 9 years ago
control_circle.cpp Copter: PILOT_VELZ_MAX and PILOT_ACCEL_Z take effect immediately 9 years ago
control_drift.cpp Global: rename min and max macros to uppercase 9 years ago
control_flip.cpp Global: rename min and max macros to uppercase 9 years ago
control_guided.cpp Global: rename min and max macros to uppercase 9 years ago
control_land.cpp Copter: AltHold limits lean angle to maintain altitude 10 years ago
control_loiter.cpp Copter: PILOT_VELZ_MAX and PILOT_ACCEL_Z take effect immediately 9 years ago
control_poshold.cpp Global: rename min and max macros to uppercase 9 years ago
control_rtl.cpp Global: rename min and max macros to uppercase 9 years ago
control_sport.cpp Copter: PILOT_VELZ_MAX and PILOT_ACCEL_Z take effect immediately 9 years ago
control_stabilize.cpp Copter: refuse to enter manual throttle modes while landed with throttle high 9 years ago
crash_check.cpp Copter: revisions to text strings sent to GCS 9 years ago
defines.h Copter: remove old comment 9 years ago
ekf_check.cpp Copter: use millis/micros/panic functions 9 years ago
esc_calibration.cpp Copter: revisions to text strings sent to GCS 9 years ago
events.cpp Copter: revisions to text strings sent to GCS 9 years ago
failsafe.cpp Copter: use millis/micros/panic functions 9 years ago
fence.cpp Copter: check fence when disarmed 10 years ago
flight_mode.cpp Copter: Helicopter: to use new Stab_Col and Acro_Col functions. 9 years ago
heli.cpp Copter: consolidate setting of using-iterlock state 9 years ago
heli_control_acro.cpp Copter: fixed deadzone for acro with extgyro and no flybar 9 years ago
heli_control_stabilize.cpp Copter: Helicopter: to use new Stab_Col and Acro_Col functions. 9 years ago
inertia.cpp Copter: finished conversion to .cpp files 10 years ago
land_detector.cpp Copter: keep thr-mix at min when landed 10 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 support for ADS-B 9 years ago
motor_test.cpp Global: rename min and max macros to uppercase 9 years ago
motors.cpp Copter: revisions to text strings sent to GCS 9 years ago
navigation.cpp Copter: fix home_distance calculation 10 years ago
perf_info.cpp Copter: finished conversion to .cpp files 10 years ago
position_vector.cpp Copter: finished conversion to .cpp files 10 years ago
precision_landing.cpp Copter: precision landing uses sonar alt if available 10 years ago
radio.cpp Copter: no set_hover_throttle for TradHeli 10 years ago
readme.txt Copter: readme file renamed and directs to wiki 11 years ago
sensors.cpp Global: rename min and max macros to uppercase 9 years ago
setup.cpp ArduCopter: remove check for AVR CPUs 9 years ago
switches.cpp Global: rename min and max macros to uppercase 9 years ago
system.cpp Copter: consolidate setting of using-iterlock state 9 years ago
takeoff.cpp Global: rename min and max macros to uppercase 9 years ago
test.cpp ArduCopter: fix wrong printf format for 32 bits 9 years ago
tuning.cpp Copter: Enable access to EKF2 height tuning 9 years ago
wscript waf: add waf support 9 years ago

readme.txt

ArduCopter README

User Manual: http://copter.ardupilot.com/
Developer Manual: http://dev.ardupilot.com/