Andrew Tridgell
c3d839456b
Copter: support logging while disarmed
10 years ago
Randy Mackay
6becb1a722
Copter: add DCM check of yaw error
...
Triggers an "ekf" failsafe if the DCM yaw error is > 60deg
10 years ago
Randy Mackay
aa3e34a44a
Copter: move update_optflow to sensors.pde
...
Also slightly shorten function name
10 years ago
Randy Mackay
717e63f47a
Copter: instantiate optflow on Pixhawk
...
Run sensor reads from scheduler
10 years ago
Randy Mackay
992ce9b69c
Copter: remove nav_guided structure
...
This has been replaced by guided_limit structure
10 years ago
Jonathan Challinger
96f50b7cd7
Copter: add throttle_zero state
10 years ago
Jonathan Challinger
fa9d10e59b
Copter: log CURR message at 10hz
10 years ago
Randy Mackay
b9977a1115
Copter: add land_complete_maybe flag
11 years ago
Randy Mackay
14d80910ec
Copter: integrate EPM ver2
11 years ago
Jonathan Challinger
8ca4795ffb
Copter: Log NTUN while in LAND mode with GPS
11 years ago
Randy Mackay
bf18fb896a
Copter: send extended status to GCS only after initialisation
11 years ago
Randy Mackay
7d350735df
TradHeli: update AttControlHeli constructor
...
reference to rc_1, rc2 are replaced with constant updates during
acro_run
11 years ago
Robert Lefebvre
82061bc65d
TradHeli: Add pointer for pilot roll/pitch inputs to attitude_control constructor. To be used for flybar passthrough.
11 years ago
Randy Mackay
fcc5c7c12e
Copter: update master firmware ver to AC3.3-dev
...
Further AC3.2 fixes will appear in the ArduCopter-3.2 branch
11 years ago
Randy Mackay
7202aa00da
Copter: remove compass learn of offsets
...
This saves 1k of flash and the interference on most copters makes this
option unusable anyway.
11 years ago
Randy Mackay
515cb7c671
Copter: AC3.2-rc5 version and release notes
11 years ago
Andrew Tridgell
e260f1c569
Copter: convert to using StorageManager
11 years ago
Randy Mackay
0518439841
Copter: move relay from ch6 to ch7/ch8
11 years ago
Andrew Tridgell
4d284a695d
Copter: fix for changed AP_Terrain API
11 years ago
Randy Mackay
8a07701d07
Copter: remove ch6 tuning of INAV_TC
...
Users normally never change these parameters and if by chance they do want
to, they can set them before flying
11 years ago
Randy Mackay
3e6e776360
Copter: of-loiter unavailable if OPTFLOW not enabled
...
of-loiter was small but still present even when optflow was disabled
11 years ago
Randy Mackay
7a2288523e
Copter: version and release notes for AC3.2-rc4
11 years ago
Matthias Badaire
147e91877e
Copter: Add SERIAL2_PROTOCOL for GCS and FRsky telemtry
...
this allows selection of protocol type on telem2. The default is
MAVLink, but can be selected as FrSky protocol
11 years ago
Randy Mackay
7cc1501dc6
Copter: integrate baro glitch protection
11 years ago
Andrew Tridgell
8e65e5bff0
Copter: replace HAVE_AP_TERRAIN with AP_TERRAIN_AVAILABLE
11 years ago
Andrew Tridgell
0562907d9f
Copter: added AP_Terrain library
11 years ago
Randy Mackay
7bda6cbadf
Copter: integrate EKF check
...
Check runs at 10hz
Log ekf check failures and ekd failsafes
11 years ago
Jonathan Challinger
fc34a2fed1
Copter: updated AttitudeControl ctor call to reflect changes
11 years ago
Randy Mackay
b6ef3dc5d7
Copter: add parenthesis around ntun log bitmask
...
Resolves one compiler warning
11 years ago
Andrew Tridgell
49954a3a61
Copter: use sensors from board subtypes
11 years ago
Andrew Tridgell
fa4abdb0ae
Copter: added support for MPU9250
11 years ago
Randy Mackay
34bc136a6c
Copter: AC3.2-rc3 version and release notes
11 years ago
Randy Mackay
65e5367619
Copter: rename hybrid to poshold
11 years ago
Robert Lefebvre
8eb557d1e0
TradHeli: Add Heli.h file
11 years ago
Robert Lefebvre
1f422c86c1
Arducopter: Add independent rate roll and pitch P, I, D tuning options. Add rate feedforward tuning options for tradheli.
11 years ago
Robert Lefebvre
ff71b0fa35
TradHeli: Create new function to move data between AP_MotorsHeli and AP_AttitudeControl.
11 years ago
Robert Lefebvre
1aa3961151
Arducopter: Improve comments for scheduler. Add timing table for AVR processors.
11 years ago
Andrew Tridgell
a4b9b989b7
Copter: convert to new AP_RangeFinder API
11 years ago
Randy Mackay
f5640dadbf
Copter: guided mode velocity controller
11 years ago
Randy Mackay
fdc0ec837b
Copter: add nav_guided suport to Auto mode
11 years ago
Niels Joubert
4abbda616f
ArduCopter: GPS Callback for calculating base position
11 years ago
Randy Mackay
d0194b7a9d
Copter: remove home variable
...
home has moved to ahrs
saves 15 bytes of RAM
11 years ago
Randy Mackay
4221833028
Copter: flip records starting attitude
...
Previously flip relied on the attitude controller not updating the earth
frame target during the flip which can't be guaranteed. Safer for flip
to maintain it's own copy of the original attitude .
11 years ago
Robert Lefebvre
5ee87f7561
Copter: Change TradHeli to use new AC_HELI_PID class.
11 years ago
Randy Mackay
d4a892c650
Copter: AC3.2-rc2 release notes and version
11 years ago
Randy Mackay
3f329d0857
Copter: version to AC3.2-rc1
11 years ago
Randy Mackay
fb2be07b44
Copter: update AC_WPNav instantiation
11 years ago
Randy Mackay
466e9db1f9
Copter: integrate AC_WPNav get_speed_xy name change
11 years ago
Randy Mackay
ae9477600c
Copter: add mavlink motor_test
...
Based on original work by Nils Hogberg
11 years ago
Randy Mackay
a5602c5f14
Copter: updated contributors list
...
Add JulianD and SandroT and replaced tabs with spaces
11 years ago