.. |
APM_Config.h
|
Global: remove mode line from headers
|
2016-10-24 09:42:01 -02:00 |
APM_Config.h.reference
|
ArduPlane: Fix typos
|
2016-05-13 19:20:07 -03:00 |
AP_Arming.cpp
|
Plane: rename arming_checks to AP_Arming
|
2017-01-17 11:45:08 +09:00 |
AP_Arming.h
|
Plane: rudder_arming moved to AP_Arming_Plane
|
2017-01-17 11:45:08 +09:00 |
ArduPlane.cpp
|
ArduPlane: change is_tailsitter() to tailsitter_active()
|
2017-06-07 20:21:49 +10:00 |
Attitude.cpp
|
Plane: Use new landing interfaces
|
2017-03-02 12:38:59 +11:00 |
GCS_Mavlink.cpp
|
Plane: move MAVLINK_MSG_ID_REMOTE_LOG_BLOCK_STATUS handling up
|
2017-06-17 15:07:48 +01:00 |
GCS_Mavlink.h
|
Plane: update sensor status error flags independently of sending a sys_status message
|
2016-11-02 08:36:58 +11:00 |
GCS_Plane.cpp
|
Plane: fix startup of CLI menu system
|
2017-02-20 00:06:23 -08:00 |
GCS_Plane.h
|
Plane: fix startup of CLI menu system
|
2017-02-20 00:06:23 -08:00 |
Log.cpp
|
Plane: stop using in_mavlink_delay as a proxy for disabling logging
|
2017-06-16 17:07:48 +01:00 |
Makefile
|
Plane: cleanup cruft in Makefile
|
2013-10-13 21:41:01 +11:00 |
Makefile.waf
|
waf: use single entry point for make wrappers
|
2015-12-10 10:40:34 +09:00 |
Parameters.cpp
|
Plane: NFC SYS_NUM_RESETS is a read-only variable
|
2017-06-07 19:53:03 +09:00 |
Parameters.h
|
Plane: add parameter RUDD_DT_GAIN for dual motor tailsitter
|
2017-04-06 08:29:44 +10:00 |
Parameters.pde
|
Plane: added blank Parameters.pde for MissionPlanner
|
2015-05-30 15:21:33 +09:00 |
Plane.cpp
|
Plane: fix startup of CLI menu system
|
2017-02-20 00:06:23 -08:00 |
Plane.h
|
ArduPlane: change rangefinder msg for common one
|
2017-06-08 01:31:52 +01:00 |
afs_plane.cpp
|
Plane: use new SRV_Channels API
|
2017-01-12 17:39:37 +11:00 |
altitude.cpp
|
Plane: Use new landing interfaces
|
2017-03-02 12:38:59 +11:00 |
avoidance_adsb.cpp
|
Plane: check stage==LAND instead of landing.in_progress
|
2017-01-26 13:11:44 -08:00 |
avoidance_adsb.h
|
Plane: add Avoid_ADSB support to plane
|
2016-08-17 22:38:54 -07:00 |
capabilities.cpp
|
Plane: Add compass cal capability bit
|
2016-12-04 19:17:01 -08:00 |
commands.cpp
|
Plane: Change some user facing statustexts
|
2017-03-08 00:59:56 -08:00 |
commands_logic.cpp
|
Plane: Fix a fly away when aborting a landing
|
2017-06-17 09:10:27 +10:00 |
config.h
|
Plane: remove FS parameters default values macros.
|
2017-06-07 17:46:39 +10:00 |
control_modes.cpp
|
Plane: use new SRV_Channels API
|
2017-01-12 17:39:37 +11:00 |
createTags
|
ArduPlane: remove mention to .pde files
|
2016-05-07 22:55:48 -03:00 |
defines.h
|
Plane: added PIQ messages for quadplane PIDs
|
2017-03-14 14:42:20 +11:00 |
events.cpp
|
Plane: check stage==LAND instead of landing.in_progress
|
2017-01-26 13:11:44 -08:00 |
failsafe.cpp
|
Plane: use new SRV_Channels API
|
2017-01-12 17:39:37 +11:00 |
geofence.cpp
|
Plane: describe flight stages without using specific stage name
|
2017-01-26 13:11:43 -08:00 |
is_flying.cpp
|
Plane: call set_likely_flying()
|
2017-06-20 09:44:44 +10:00 |
make.inc
|
Plane: removed AP_Airspeed from vehicle code
|
2017-05-04 22:59:02 -07:00 |
motor_test.cpp
|
Global: remove mode line from headers
|
2016-10-24 09:42:01 -02:00 |
navigation.cpp
|
Plane: fixed climb rate for quadplanes in CRUISE
|
2017-05-10 08:03:23 +10:00 |
parachute.cpp
|
Plane: correct compilation when parachute disabled
|
2017-01-02 20:39:03 -08:00 |
px4_mixer.cpp
|
Plane: pixhawk mixer supports motors 9 to 12
|
2017-05-27 14:21:13 +09:00 |
quadplane.cpp
|
Arduplane: fix implicit cast to double warning in quadplane
|
2017-06-14 12:40:47 +01:00 |
quadplane.h
|
Plane: improve vectored tailsitter takeoff
|
2017-05-07 09:10:44 +10:00 |
radio.cpp
|
Plane: added Q_TAILSIT_INPUT
|
2017-02-26 09:20:13 +11:00 |
release-notes.txt
|
Plane: prepare for 3.8.0beta5
|
2017-05-01 20:30:32 +10:00 |
sensors.cpp
|
Plane: allow battery failsafe with usb connected
|
2017-04-28 16:33:49 +10:00 |
servos.cpp
|
ArduPlane: suppress differential thrust when throttle is zero
|
2017-04-28 16:08:50 -07:00 |
setup.cpp
|
Plane: Unify from print or println to printf.
|
2017-01-27 18:20:22 +11:00 |
soaring.cpp
|
Plane: added a soaring controller to Arduplane
|
2017-03-14 08:53:10 +11:00 |
system.cpp
|
Plane: stop using in_mavlink_delay as a proxy for disabling logging
|
2017-06-16 17:07:48 +01:00 |
tailsitter.cpp
|
Plane: improve vectored tailsitter takeoff
|
2017-05-07 09:10:44 +10:00 |
takeoff.cpp
|
Plane: Removed scary autotakeoff message.
|
2017-05-04 22:37:32 -07:00 |
test.cpp
|
Plane: Unify from print or println to printf.
|
2017-01-27 18:20:22 +11:00 |
tiltrotor.cpp
|
Plane: make ground test easier for tilt
|
2017-04-24 16:55:41 +10:00 |
tuning.cpp
|
Plane: To nullptr from NULL.
|
2016-10-29 10:32:05 -03:00 |
tuning.h
|
Global: remove mode line from headers
|
2016-10-24 09:42:01 -02:00 |
version.h
|
Plane: prepare for 3.8.0beta5
|
2017-05-01 20:30:32 +10:00 |
wscript
|
Plane: added a soaring controller to Arduplane
|
2017-03-14 08:53:10 +11:00 |