ardupilot/ArduCopter
Peter Barker fa2b500e93 Rover: remove CLI 2017-08-14 10:23:50 +09:00
..
.gitignore Improvements to cmake. 2011-09-29 21:23:26 -04:00
APM_Config.h Copter: integrate AP_VisualOdom 2017-04-19 11:04:40 +09:00
APM_Config_mavlink_hil.h Global: remove mode line from headers 2016-10-24 09:42:01 -02:00
AP_Arming.cpp Copter: battery arming checks call parent AP_Arming 2017-07-31 17:19:55 +09:00
AP_Arming.h Copter: remove pointless pre_arm_gps_checks function 2017-07-19 16:34:57 +01:00
AP_Rally.cpp Global: remove mode line from headers 2016-10-24 09:42:01 -02:00
AP_Rally.h Global: remove mode line from headers 2016-10-24 09:42:01 -02:00
AP_State.cpp Copter: eliminate GCS_MAVLINK::send_statustext_all 2017-07-11 23:53:53 +01:00
ArduCopter.cpp Copter: camera is responsible for taking distance-based-images and logging 2017-07-28 14:27:53 +01:00
Attitude.cpp Copter: remove unused desired_climb_rate variable 2017-03-09 19:52:58 +11:00
Copter.cpp Copter: camera is responsible for taking distance-based-images and logging 2017-07-28 14:27:53 +01:00
Copter.h Copter: minor comment fix 2017-08-09 20:14:22 +09:00
GCS_Copter.h Copter: eliminate global static GCS_MAVLINK::send_home_all 2017-07-11 23:48:39 +01:00
GCS_Mavlink.cpp Copter: send gps messages as separate queued messages 2017-08-09 16:18:22 +01:00
GCS_Mavlink.h Copter: move common mavlink camera handling up 2017-07-28 14:32:58 +01:00
Log.cpp Copter: move proximity log to DataFlash (NFC) 2017-07-24 13:44:43 +01:00
Makefile ArduCopter Makefile: Don't include targets.mk directly (included by apm.mk) 2013-01-09 13:15:38 -08:00
Makefile.waf waf: use single entry point for make wrappers 2015-12-10 10:40:34 +09:00
Parameters.cpp Copter: reverse IDs in g2 for TCAL and tx_type 2017-07-10 17:07:57 +10:00
Parameters.h ArduCopter: move of CAN parameters into separate group 2017-07-03 11:44:32 +01:00
Parameters.pde Copter: added blank Parameters.pde for MissionPlanner 2015-05-30 15:21:31 +09:00
ReleaseNotes.txt Copter: 3.5.2-rc2 release notes 2017-08-05 16:46:42 +09:00
UserCode.cpp Global: remove mode line from headers 2016-10-24 09:42:01 -02:00
UserVariables.h Global: remove mode line from headers 2016-10-24 09:42:01 -02:00
afs_copter.cpp Copter: correct advance failsafe 2017-01-31 11:22:54 +09:00
afs_copter.h Global: remove mode line from headers 2016-10-24 09:42:01 -02:00
avoidance_adsb.cpp Copter: combined tri, single, coax and multicopter into a single build 2017-01-12 17:39:37 +11:00
avoidance_adsb.h Copter: add new avoidance recovery modes 2016-08-17 22:38:54 -07:00
baro_ground_effect.cpp Copter: fix float warning; get_velocity_z() returns float 2017-01-17 09:41:37 -08:00
capabilities.cpp Copter: add compass cal capability bit 2016-12-04 19:17:01 -08:00
commands.cpp Copter: eliminate global static GCS_MAVLINK::send_home_all 2017-07-11 23:48:39 +01:00
commands_logic.cpp Copter: camera is responsible for taking distance-based-images and logging 2017-07-28 14:27:53 +01:00
compassmot.cpp Copter: create GCS subclass, use inheritted methods 2017-07-07 16:18:37 +01:00
compat.cpp Copter: use millis/micros/panic functions 2015-11-20 12:26:31 +09:00
config.h Copter: integrate AP_VisualOdom 2017-04-19 11:04:40 +09:00
control_acro.cpp Copter: sport and acro trainer limits based on target attitude 2017-05-23 19:44:52 +09:00
control_althold.cpp Copter: use avoidance adjusted climb rate in all modes 2017-01-18 09:35:47 +09:00
control_auto.cpp Copter: minor comment and formatting fixes 2017-07-12 13:27:45 +09:00
control_autotune.cpp Copter: eliminate GCS_MAVLINK::send_statustext_all 2017-07-11 23:53:53 +01:00
control_avoid_adsb.cpp Global: remove mode line from headers 2016-10-24 09:42:01 -02:00
control_brake.cpp Copter: combined tri, single, coax and multicopter into a single build 2017-01-12 17:39:37 +11:00
control_circle.cpp Copter: combined tri, single, coax and multicopter into a single build 2017-01-12 17:39:37 +11:00
control_drift.cpp Copter: combined tri, single, coax and multicopter into a single build 2017-01-12 17:39:37 +11:00
control_flip.cpp Copter: combined tri, single, coax and multicopter into a single build 2017-01-12 17:39:37 +11:00
control_guided.cpp Copter: minor comment and formatting fixes 2017-07-12 13:27:45 +09:00
control_guided_nogps.cpp Global: remove mode line from headers 2016-10-24 09:42:01 -02:00
control_land.cpp Copter: remove unused desired_climb_rate variable 2017-03-09 19:52:58 +11:00
control_loiter.cpp Copter: remove const qualifier from do_precision_loiter 2017-03-29 14:06:12 +09:00
control_poshold.cpp Copter: use avoidance adjusted climb rate in all modes 2017-01-18 09:35:47 +09:00
control_rtl.cpp Copter: use send_text method on the GCS singleton 2017-07-09 17:17:29 -04:00
control_sport.cpp Copter: sport and acro trainer limits based on target attitude 2017-05-23 19:44:52 +09:00
control_stabilize.cpp Copter: combined tri, single, coax and multicopter into a single build 2017-01-12 17:39:37 +11:00
control_throw.cpp Copter: use send_text method on the GCS singleton 2017-07-09 17:17:29 -04:00
crash_check.cpp Copter: use send_text method on the GCS singleton 2017-07-09 17:17:29 -04:00
defines.h Copter: add gps glitch notification and pre-arm check 2017-07-27 14:16:23 +09:00
ekf_check.cpp Copter: use send_text method on the GCS singleton 2017-07-09 17:17:29 -04:00
esc_calibration.cpp Copter: use send_text method on the GCS singleton 2017-07-09 17:17:29 -04:00
events.cpp Copter: add gps glitch notification and pre-arm check 2017-07-27 14:16:23 +09:00
failsafe.cpp Copter: combined tri, single, coax and multicopter into a single build 2017-01-12 17:39:37 +11:00
fence.cpp Copter: report polygon fence breach 2017-07-21 09:47:00 +09:00
flight_mode.cpp Copter: use send_text method on the GCS singleton 2017-07-09 17:17:29 -04:00
heli.cpp Copter: use only downward facing rangefinder 2017-02-27 15:18:16 +09:00
heli_control_acro.cpp Copter: combined tri, single, coax and multicopter into a single build 2017-01-12 17:39:37 +11:00
heli_control_stabilize.cpp Copter: combined tri, single, coax and multicopter into a single build 2017-01-12 17:39:37 +11:00
inertia.cpp Global: remove mode line from headers 2016-10-24 09:42:01 -02:00
land_detector.cpp Copter: call set_likely_flying() 2017-06-20 09:44:44 +10:00
landing_gear.cpp Copter: enable landing gear based on RC output 2017-08-05 11:20:41 +09:00
leds.cpp Global: remove mode line from headers 2016-10-24 09:42:01 -02:00
make.inc Global: all vehicles get AP_Relay and AP_ServoRelayEvent libraries 2017-07-17 00:06:31 +01:00
motor_test.cpp Copter: create GCS subclass, use inheritted methods 2017-07-07 16:18:37 +01:00
motors.cpp Copter: minor format fix for motors.cpp 2017-07-31 17:27:15 +09:00
navigation.cpp Copter: combined tri, single, coax and multicopter into a single build 2017-01-12 17:39:37 +11:00
perf_info.cpp Copter: Document max loop time as being in microseconds 2017-07-15 17:27:04 +09:00
position_vector.cpp Global: remove mode line from headers 2016-10-24 09:42:01 -02:00
precision_landing.cpp Global: remove mode line from headers 2016-10-24 09:42:01 -02:00
radio.cpp Copter: increase RC input deadzones for roll pitch and yaw 2017-06-01 10:10:57 +09:00
sensors.cpp Copter: use send_text method on the GCS singleton 2017-07-09 17:17:29 -04:00
setup.cpp Copter: Unify from print or println to printf. 2017-01-27 18:20:22 +11:00
switches.cpp Copter: camera is responsible for taking distance-based-images and logging 2017-07-28 14:27:53 +01:00
system.cpp Copter: landing gear init on startup 2017-08-05 11:20:41 +09:00
takeoff.cpp Copter: combined tri, single, coax and multicopter into a single build 2017-01-12 17:39:37 +11:00
terrain.cpp Global: remove mode line from headers 2016-10-24 09:42:01 -02:00
test.cpp Copter: use only downward facing rangefinder 2017-02-27 15:18:16 +09:00
tuning.cpp Copter: adjust for change to AC_PID 2017-01-12 17:39:37 +11:00
version.h Copter: version to 3.6-dev 2017-03-30 08:19:18 +09:00
wscript Global: all vehicles get AP_Relay and AP_ServoRelayEvent libraries 2017-07-17 00:06:31 +01:00