.. |
APM_Config.h
|
Sub: Remove DISALLOW_GCS_MODE_CHANGE_DURING_RC_FAILSAFE
|
2017-04-06 17:48:39 -04:00 |
AP_Arming_Sub.cpp
|
Sub: eliminate GCS_MAVLINK::send_statustext_all
|
2017-07-11 23:53:53 +01:00 |
AP_Arming_Sub.h
|
Sub: Add arming check for ahrs health
|
2017-04-16 14:25:13 -04:00 |
AP_State.cpp
|
Sub: Remove unused auto_armed flag
|
2017-04-14 13:26:37 -04:00 |
ArduSub.cpp
|
Sub: eliminate gcs_end_message wrapper
|
2017-07-11 23:45:16 +01:00 |
Attitude.cpp
|
Sub: failsafe.manual_control -> failsafe.pilot_input
|
2017-04-16 14:25:13 -04:00 |
GCS_Mavlink.cpp
|
Sub: remove MSG_STATUSTEXT entirely
|
2017-07-18 16:12:59 +01:00 |
GCS_Mavlink.h
|
Sub: move handling of MAG_CAL command longs up
|
2017-07-17 14:17:19 +01:00 |
GCS_Sub.cpp
|
Sub: create GCS subclass, use inheritted methods
|
2017-07-07 16:18:37 +01:00 |
GCS_Sub.h
|
Sub: eliminate global static GCS_MAVLINK::send_home_all
|
2017-07-11 23:48:39 +01:00 |
Log.cpp
|
Sub: use send_text method on the GCS singleton
|
2017-07-09 17:17:29 -04:00 |
Makefile
|
Sub: New vehicle type, derived from ArduCopter.
|
2017-02-21 11:26:14 +11:00 |
Makefile.waf
|
Sub: Update build script and added to build_ci.sh
|
2017-02-21 11:26:14 +11:00 |
Parameters.cpp
|
Sub: create GCS subclass, use inheritted methods
|
2017-07-07 16:18:37 +01:00 |
Parameters.h
|
ArduSub: move of CAN parameters into separate group
|
2017-07-03 11:44:32 +01:00 |
Parameters.pde
|
Sub: New vehicle type, derived from ArduCopter.
|
2017-02-21 11:26:14 +11:00 |
ReleaseNotes.txt
|
Sub: Update release notes for 3.5.0
|
2017-05-09 15:10:34 -04:00 |
Sub.cpp
|
Sub: move should_log check of log bitmask into DataFlash
|
2017-06-29 15:26:27 +01:00 |
Sub.h
|
Sub: eliminate gcs_send_mission_item_reached wrapper
|
2017-07-11 23:45:16 +01:00 |
UserCode.cpp
|
Sub: Remove mode header
|
2017-02-21 11:26:14 +11:00 |
UserVariables.h
|
Sub: Remove mode header
|
2017-02-21 11:26:14 +11:00 |
capabilities.cpp
|
Sub: Remove mode header
|
2017-02-21 11:26:14 +11:00 |
commands.cpp
|
Sub: eliminate global static GCS_MAVLINK::send_home_all
|
2017-07-11 23:48:39 +01:00 |
commands_logic.cpp
|
Sub: eliminate gcs_send_mission_item_reached wrapper
|
2017-07-11 23:45:16 +01:00 |
config.h
|
Sub: Remove unused #defines
|
2017-05-22 20:07:12 -04:00 |
control_acro.cpp
|
Sub: Remove ignore_check argument from control mode init functions
|
2017-04-16 14:25:13 -04:00 |
control_althold.cpp
|
Sub: use send_text method on the GCS singleton
|
2017-07-09 17:17:29 -04:00 |
control_auto.cpp
|
Sub: use send_text method on the GCS singleton
|
2017-07-09 17:17:29 -04:00 |
control_circle.cpp
|
Sub: Remove ignore_check argument from control mode init functions
|
2017-04-16 14:25:13 -04:00 |
control_guided.cpp
|
Sub: failsafe.manual_control -> failsafe.pilot_input
|
2017-04-16 14:25:13 -04:00 |
control_manual.cpp
|
Sub: Remove ignore_check argument from control mode init functions
|
2017-04-16 14:25:13 -04:00 |
control_poshold.cpp
|
Sub: Remove ignore_check argument from control mode init functions
|
2017-04-16 14:25:13 -04:00 |
control_stabilize.cpp
|
Sub: Remove ignore_check argument from control mode init functions
|
2017-04-16 14:25:13 -04:00 |
control_surface.cpp
|
Sub: use send_text method on the GCS singleton
|
2017-07-09 17:17:29 -04:00 |
defines.h
|
Sub: Freshen comments
|
2017-05-22 20:14:10 -04:00 |
failsafe.cpp
|
Sub: use send_text method on the GCS singleton
|
2017-07-09 17:17:29 -04:00 |
fence.cpp
|
Sub: Refactor methods in navigation.cpp
|
2017-04-07 14:47:48 -04:00 |
flight_mode.cpp
|
Sub: Remove ignore_check argument from control mode init functions
|
2017-04-16 14:25:13 -04:00 |
inertia.cpp
|
Sub: Remove mode header
|
2017-02-21 11:26:14 +11:00 |
joystick.cpp
|
Sub: use send_text method on the GCS singleton
|
2017-07-09 17:17:29 -04:00 |
make.inc
|
Global: all vehicles get AP_Relay and AP_ServoRelayEvent libraries
|
2017-07-17 00:06:31 +01:00 |
motors.cpp
|
Sub: use send_text method on the GCS singleton
|
2017-07-09 17:17:29 -04:00 |
perf_info.cpp
|
Sub: Document min/max loop times as being in microseconds
|
2017-07-15 17:27:04 +09:00 |
position_vector.cpp
|
Sub: Remove two unused functions
|
2017-04-07 14:47:48 -04:00 |
radio.cpp
|
Sub: Fixup rcin initialization
|
2017-04-16 18:22:08 -04:00 |
sensors.cpp
|
Sub: use send_text method on the GCS singleton
|
2017-07-09 17:17:29 -04:00 |
surface_bottom_detector.cpp
|
Sub: Bugfix for external baro failsafe handling when no baro is
|
2017-05-03 18:13:31 -04:00 |
system.cpp
|
Sub: create GCS subclass, use inheritted methods
|
2017-07-07 16:18:37 +01:00 |
terrain.cpp
|
Sub: Remove mode header
|
2017-02-21 11:26:14 +11:00 |
turn_counter.cpp
|
Sub: use send_text method on the GCS singleton
|
2017-07-09 17:17:29 -04:00 |
version.h
|
Sub: version to 3.6-dev
|
2017-04-19 11:58:38 -04:00 |
wscript
|
Global: all vehicles get AP_Relay and AP_ServoRelayEvent libraries
|
2017-07-17 00:06:31 +01:00 |