ardupilot/ArduCopter
Randy Mackay a12d9109e0 Copter: remove thr check during init_arm_motors
This check is redundant now that we have a check within the arm_check()
function.
Removing this check does raise a slight danger that someone could raise
the throttle after arming but before the gyro and baro calibration has
completed but the delay has been greatly shortened from what it once was
so there is much less danger that someone could approach the vehicle
during the short arming delay.
2014-09-11 21:13:35 +09:00
..
.gitignore
AP_State.pde
APM_Config_mavlink_hil.h Copter: convert to new GPS API 2014-04-01 06:38:24 +11:00
APM_Config.h Copter: Add SERIAL2_PROTOCOL for GCS and FRsky telemtry 2014-07-29 17:08:19 -07:00
ArduCopter.pde Copter: send extended status to GCS only after initialisation 2014-09-09 22:17:46 +09:00
Attitude.pde Copter: sanity check throttle deadzone 2014-09-02 12:40:15 +09:00
commands_logic.pde Copter: removed use of removed MAV_CMD_NAV_ commands 2014-07-24 21:40:16 +10:00
commands.pde Copter: bug fix to remove home variable 2014-06-11 12:01:48 +09:00
compassmot.pde Copter: compass mot configures all compasses 2014-07-22 22:01:24 +09:00
compat.h Copter: remove unused HIGH, LOW definitions 2014-05-09 16:35:21 +09:00
compat.pde
config_channels.h
config.h Copter: format change to flight mode default defined 2014-09-11 16:52:36 +09:00
control_acro.pde Copter: range check ACRO_EXPO to be no more than 1 2014-08-18 12:56:22 +09:00
control_althold.pde Copter: reset target alt to current alt when landed 2014-08-04 16:56:03 +09:00
control_auto.pde Copter: Add parameter LAND_REPOSITION to enable/disable user input during auto-mode landings and descents 2014-07-06 19:20:25 +09:00
control_autotune.pde Copter: Autotune Fix 2014-08-14 11:47:40 +09:00
control_circle.pde Copter: reset target alt to current alt when landed 2014-08-04 16:56:03 +09:00
control_drift.pde Copter: move drift thr assist to separate function 2014-08-31 14:22:56 +09:00
control_flip.pde Copter: ensure motors don't stop during flip 2014-08-23 23:40:13 +09:00
control_guided.pde Copter: Add guided_takeoff_start and guided_takeoff_run functions 2014-08-05 10:25:33 +09:00
control_land.pde Copter: land check gets overall throttle and rotation rate check 2014-09-04 15:21:51 +09:00
control_loiter.pde Copter: reset target alt to current alt when landed 2014-08-04 16:56:03 +09:00
control_ofloiter.pde Copter: reset target alt to current alt when landed 2014-08-04 16:56:03 +09:00
control_poshold.pde Copter: reset target alt to current alt when landed 2014-08-04 16:56:03 +09:00
control_rtl.pde Copter: bug fix to rally point alt 2014-08-14 21:09:54 +09:00
control_sport.pde Copter: reset target alt to current alt when landed 2014-08-04 16:56:03 +09:00
control_stabilize.pde Copter: Don't use land detector to stop stabilizing in stabilize 2014-07-08 19:41:41 +09:00
crash_check.pde Copter: check parachute is enabled before manual_release 2014-04-07 13:37:15 +09:00
defines.h Copter: add pitch axis flipping 2014-08-23 23:40:07 +09:00
ekf_check.pde Copter: increase EKF_CHECK_THRESH default to 0.8 2014-09-09 14:59:27 +09:00
events.pde Copter: Thr and Batt failsafe disarm when landed 2014-07-31 15:00:06 +09:00
failsafe.pde
fence.pde Copter: remove unused variables from fence.pde 2014-04-27 11:11:12 +09:00
flight_mode.pde Copter: remove get_angle_targets_for_reporting fn 2014-08-22 22:56:21 +09:00
GCS_Mavlink.pde Copter: never send unhealthy terrain status 2014-09-09 22:19:20 +09:00
heli_control_acro.pde TradHeli: call passthrough_bf_roll_pitch_rate_yaw 2014-08-22 16:29:00 +09:00
heli_control_stabilize.pde TradHeli: Move two static bools into heli_flags structure to save 2 bytes RAM. 2014-07-13 17:11:30 +09:00
heli.h TradHeli: Move two static bools into heli_flags structure to save 2 bytes RAM. 2014-07-13 17:11:30 +09:00
heli.pde TradHeli: Force recalc scalers after setting main loop time in MotorsHeli so that ramp scalers are right for 32-bit. 2014-07-13 17:11:25 +09:00
inertia.pde Copter: flag current alt as relative 2014-06-17 14:11:42 +10:00
leds.pde
Log.pde Copter: remove get_angle_targets_for_reporting fn 2014-08-22 22:56:21 +09:00
Makefile
motor_test.pde Copter: remove meaningless check from motor_test 2014-05-09 13:48:44 +09:00
motors.pde Copter: remove thr check during init_arm_motors 2014-09-11 21:13:35 +09:00
navigation.pde Copter: bug fix for conditional_distance command 2014-04-17 22:23:28 +09:00
nocore.inoflag
Parameters.h Copter: throttle deadzone parameter 2014-08-29 15:54:34 +09:00
Parameters.pde Copter: increase Rate PID param ranges 2014-09-10 16:40:36 +09:00
perf_info.pde
position_vector.pde Copter: restore pv_get_horizontal_distance_cm function 2014-07-06 17:01:05 +09:00
radio.pde Copter: bug fix for throttle failsafe 2014-07-21 20:58:16 +09:00
readme.txt
ReleaseNotes.txt Copter: AC3.2-rc9 release notes 2014-09-11 20:38:56 +09:00
sensors.pde Copter: fix baro glitch resolved message in dataflash 2014-08-04 09:11:21 +09:00
setup.pde Copter: restore CLI set parameter feature 2014-08-31 10:36:42 +09:00
switches.pde Copter: add pitch axis flipping 2014-08-23 23:40:07 +09:00
system.pde Copter: send extended status to GCS only after initialisation 2014-09-09 22:17:46 +09:00
test.pde Copter: use baro healthy() 2014-08-14 16:03:23 +09:00
UserCode.pde
UserVariables.h

ArduCopter README

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