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.
 
 
 
 
 
 
Peter Barker ad1c379445 Copter: move handling of PREFLIGHT_SET_SENSOR_OFFSETS up 8 years ago
..
.gitignore
APM_Config.h Copter: integrate AP_VisualOdom 8 years ago
APM_Config_mavlink_hil.h Global: remove mode line from headers 8 years ago
AP_Arming.cpp Copter: eliminate GCS_MAVLINK::send_statustext_all 8 years ago
AP_Arming.h Copter: use send_text method on the GCS singleton 8 years ago
AP_Rally.cpp Global: remove mode line from headers 8 years ago
AP_Rally.h Global: remove mode line from headers 8 years ago
AP_State.cpp Copter: eliminate GCS_MAVLINK::send_statustext_all 8 years ago
ArduCopter.cpp Copter: eliminate gcs_send_message wrapper 8 years ago
Attitude.cpp Copter: remove unused desired_climb_rate variable 8 years ago
Copter.cpp Copter: move should_log check of log bitmask into DataFlash 8 years ago
Copter.h Copter: guided_set_destination accepts relative yaw 8 years ago
GCS_Copter.cpp Copter: create GCS subclass, use inheritted methods 8 years ago
GCS_Copter.h Copter: eliminate global static GCS_MAVLINK::send_home_all 8 years ago
GCS_Mavlink.cpp Copter: move handling of PREFLIGHT_SET_SENSOR_OFFSETS up 8 years ago
GCS_Mavlink.h Copter: move handling of MAG_CAL command longs up 8 years ago
Log.cpp Copter: use send_text method on the GCS singleton 8 years ago
Makefile
Makefile.waf waf: use single entry point for make wrappers 9 years ago
Parameters.cpp Copter: reverse IDs in g2 for TCAL and tx_type 8 years ago
Parameters.h ArduCopter: move of CAN parameters into separate group 8 years ago
Parameters.pde Copter: added blank Parameters.pde for MissionPlanner 10 years ago
ReleaseNotes.txt Copter: update 3.5.0 release notes 8 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: correct advance failsafe 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 Copter: add new avoidance recovery modes 9 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: eliminate global static GCS_MAVLINK::send_home_all 8 years ago
commands_logic.cpp Copter: set_auto_yaw_look_at_heading takes bool for relative angle arg 8 years ago
compassmot.cpp Copter: create GCS subclass, use inheritted methods 8 years ago
compat.cpp Copter: use millis/micros/panic functions 9 years ago
config.h Copter: integrate AP_VisualOdom 8 years ago
control_acro.cpp Copter: sport and acro trainer limits based on target attitude 8 years ago
control_althold.cpp Copter: use avoidance adjusted climb rate in all modes 8 years ago
control_auto.cpp Copter: minor comment and formatting fixes 8 years ago
control_autotune.cpp Copter: eliminate GCS_MAVLINK::send_statustext_all 8 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: combined tri, single, coax and multicopter into a single build 8 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: minor comment and formatting fixes 8 years ago
control_guided_nogps.cpp Global: remove mode line from headers 8 years ago
control_land.cpp Copter: remove unused desired_climb_rate variable 8 years ago
control_loiter.cpp Copter: remove const qualifier from do_precision_loiter 8 years ago
control_poshold.cpp Copter: use avoidance adjusted climb rate in all modes 8 years ago
control_rtl.cpp Copter: use send_text method on the GCS singleton 8 years ago
control_sport.cpp Copter: sport and acro trainer limits based on target attitude 8 years ago
control_stabilize.cpp Copter: combined tri, single, coax and multicopter into a single build 8 years ago
control_throw.cpp Copter: use send_text method on the GCS singleton 8 years ago
crash_check.cpp Copter: use send_text method on the GCS singleton 8 years ago
defines.h Copter: add auto-yaw-rate and replace guided_angle_state.use_yaw_rate 8 years ago
ekf_check.cpp Copter: use send_text method on the GCS singleton 8 years ago
esc_calibration.cpp Copter: use send_text method on the GCS singleton 8 years ago
events.cpp Copter: use send_text method on the GCS singleton 8 years ago
failsafe.cpp Copter: combined tri, single, coax and multicopter into a single build 8 years ago
fence.cpp Copter: combined tri, single, coax and multicopter into a single build 8 years ago
flight_mode.cpp Copter: use send_text method on the GCS singleton 8 years ago
heli.cpp Copter: use only downward facing rangefinder 8 years ago
heli_control_acro.cpp Copter: combined tri, single, coax and multicopter into a single build 8 years ago
heli_control_stabilize.cpp Copter: combined tri, single, coax and multicopter into a single build 8 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: landing gear position set less often 8 years ago
leds.cpp Global: remove mode line from headers 8 years ago
make.inc Global: all vehicles get AP_Relay and AP_ServoRelayEvent libraries 8 years ago
motor_test.cpp Copter: create GCS subclass, use inheritted methods 8 years ago
motors.cpp Copter: use send_text method on the GCS singleton 8 years ago
navigation.cpp Copter: combined tri, single, coax and multicopter into a single build 8 years ago
perf_info.cpp Copter: Document max loop time as being in microseconds 8 years ago
position_vector.cpp Global: remove mode line from headers 8 years ago
precision_landing.cpp Global: remove mode line from headers 8 years ago
radio.cpp Copter: increase RC input deadzones for roll pitch and yaw 8 years ago
sensors.cpp Copter: use send_text method on the GCS singleton 8 years ago
setup.cpp Copter: Unify from print or println to printf. 8 years ago
switches.cpp Copter: use send_text method on the GCS singleton 8 years ago
system.cpp Copter: use send_text method on the GCS singleton 8 years ago
takeoff.cpp Copter: combined tri, single, coax and multicopter into a single build 8 years ago
terrain.cpp Global: remove mode line from headers 8 years ago
test.cpp Copter: use only downward facing rangefinder 8 years ago
tuning.cpp Copter: adjust for change to AC_PID 8 years ago
version.h Copter: version to 3.6-dev 8 years ago
wscript Global: all vehicles get AP_Relay and AP_ServoRelayEvent libraries 8 years ago