.. |
APM_Config.h
|
Plane: added HIL_MODE parameter
|
2015-03-13 22:52:56 +11:00 |
APM_Config.h.reference
|
ArduPlane: Fix typos
|
2016-05-13 19:20:07 -03:00 |
ArduPlane.cpp
|
Plane: changed for AP_Vehicle API change
|
2016-06-24 11:39:23 +10:00 |
Attitude.cpp
|
Plane: added auto_navigation_mode flag
|
2016-07-05 12:52:13 +10:00 |
GCS_Mavlink.cpp
|
Plane: support GPS_INPUT mavlink message
|
2016-07-12 15:35:09 +09:00 |
GCS_Mavlink.h
|
Plane: move telemetry_delayed up into base class
|
2016-05-31 08:46:09 +10:00 |
Log.cpp
|
Plane: log rally points on startup
|
2016-07-04 11:17:15 +09: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: changed for AP_Vehicle API change
|
2016-06-24 11:39:23 +10:00 |
Parameters.h
|
Plane: changed for AP_Vehicle API change
|
2016-06-24 11:39:23 +10:00 |
Parameters.pde
|
Plane: added blank Parameters.pde for MissionPlanner
|
2015-05-30 15:21:33 +09:00 |
Plane.cpp
|
ArduPlane: use separate header for version macro
|
2016-05-06 13:11:28 -03:00 |
Plane.h
|
Revert "Plane: coverity scan - variables not initialized in constructor"
|
2016-07-11 22:02:30 -07:00 |
adsb.cpp
|
Plane: refactored interface
|
2015-12-31 15:36:49 +11:00 |
altitude.cpp
|
Plane: fix compile error for RANGEFINDER_ENABLED
|
2016-06-16 14:19:10 -07:00 |
arming_checks.cpp
|
Plane: changed for AP_Vehicle API change
|
2016-06-24 11:39:23 +10:00 |
capabilities.cpp
|
Plane: Can now command roll from a companion computer.
|
2016-06-30 10:27:44 -04:00 |
commands.cpp
|
Plane: prevent a discrepancy between EKF origin and home for altitude
|
2016-05-29 15:47:26 +10:00 |
commands_logic.cpp
|
Plane: store auto land slope
|
2016-05-17 15:39:05 -07:00 |
config.h
|
Differential spoilers support, elevon offset
|
2016-06-06 21:55:50 -07:00 |
control_modes.cpp
|
Plane: setup mixer in the one second loop when disarmed
|
2016-06-06 15:17:37 +10:00 |
createTags
|
ArduPlane: remove mention to .pde files
|
2016-05-07 22:55:48 -03:00 |
defines.h
|
Plane: remove unused definitions
|
2016-06-18 11:55:49 +09:00 |
events.cpp
|
Plane: initial implementation of QRTL for quadplane RTL
|
2016-04-30 14:34:47 +10:00 |
failsafe.cpp
|
ArduPlane: Fix up after refactoring RC_Channel class
|
2016-05-10 16:21:16 +10:00 |
geofence.cpp
|
Plane: Fence breaches can go to RTL mode with new FENCE_ACTION setting.
|
2016-06-07 15:46:52 +10:00 |
is_flying.cpp
|
Plane: override is_flying for quadplane
|
2016-05-31 09:46:50 -07:00 |
landing.cpp
|
Plane: handle large negative baro offsets (corner case) to self-trigger a land-abort go-around
|
2016-05-17 15:41:09 -07:00 |
make.inc
|
Plane: add AC_Avoidance, AC_Fence to build
|
2016-06-22 11:38:15 +09:00 |
motor_test.cpp
|
Plane: fixed motor test by percentage in quadplane
|
2016-05-27 11:53:20 +10:00 |
navigation.cpp
|
Plane: increase update_waypoint() distance threshold during update_loiter()
|
2016-06-23 12:43:03 -07:00 |
parachute.cpp
|
Plane: parachute low-alt check should not require auto mode to ever be set
|
2016-06-08 08:15:11 -07:00 |
px4_mixer.cpp
|
Plane: fix calculation of override PWM
|
2016-06-06 16:23:43 -07:00 |
quadplane.cpp
|
Plane: fixed typo in quadplane landing detector
|
2016-07-08 18:38:43 +10:00 |
quadplane.h
|
QuadPlane: include AC_Avoidance, AC_Fence
|
2016-06-22 11:38:15 +09:00 |
radio.cpp
|
Plane: added auto_navigation_mode flag
|
2016-07-05 12:52:13 +10:00 |
release-notes.txt
|
Plane: update release notes for 3.6.0
|
2016-06-11 09:19:13 +10:00 |
sensors.cpp
|
Plane: update for new airspeed calibration
|
2016-05-24 17:00:56 +10:00 |
setup.cpp
|
Replace use of UARTDriver::printf_P() with UARTDriver::printf()
|
2015-10-30 14:35:25 +09:00 |
system.cpp
|
Plane: check for optflow enable in more places
|
2016-07-12 09:05:52 +10:00 |
takeoff.cpp
|
Plane: make takeoff less noisy with zero timeout
|
2016-05-14 08:26:10 +10:00 |
test.cpp
|
Plane: don't stall EKF during baro cal
|
2016-05-24 17:00:56 +10:00 |
tiltrotor.cpp
|
Plane: fixed tiltrotor build failure
|
2016-05-11 09:25:43 +10:00 |
tuning.cpp
|
Plane: don't give tuning errors when VTOL inactive
|
2016-07-06 14:41:49 +10:00 |
tuning.h
|
Plane: added tuning error reporting for quadplanes
|
2016-05-28 17:33:30 +10:00 |
version.h
|
Plane: prepare for 3.6.0
|
2016-06-11 09:20:05 +10:00 |
wscript
|
Plane: fixed waf build with tricopter quadplane
|
2016-06-30 14:16:52 +10:00 |