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
Randy Mackay
01538c5290
Copter: remove unused lon_error, lat_error
11 years ago
Andrew Chapman
fa3732ac6d
Copter: integrate AP_Rally
11 years ago
Randy Mackay
d2dad1b2c1
Copter: remove unused circle_desired_rotations
...
desired num rotations is already held in command so we save 1byte of RAM
11 years ago
Andrew Tridgell
1189978334
Copter: ensure we log both GPS at the time we receive a message
11 years ago
Emile Castelnuovo
9e31f032c2
Copter: added VRBRAIN board #includes and #defines
11 years ago
Randy Mackay
ff32b27272
Copter: integrate parachute lib
11 years ago
Andrew Tridgell
640b64f5e4
Copter: convert to new GPS API
11 years ago
Andrew Tridgell
198388b5e0
Copter: use AP_GPS_Auto for 2nd GPS
11 years ago
Jonathan Challinger
045c6d8c3f
Copter: Only play GPS tone when armed
11 years ago
Randy Mackay
ac364c93dd
Copter: bug fix for simple_mode when run at 400hz
...
Mark radio frame as consumed so that simple mode does not apply the yaw
correction more than once when run at very high rates (like 400hz on
Pixhawk)
11 years ago
Randy Mackay
8f946a3a8c
Copter: remove original_wp_bearing
...
To-Do: extend wpnav yaw control to only repoint nose towards waypoint if
it is more than 5m or 10m away
11 years ago
Randy Mackay
b587d0d597
Copter: pass eeprom start to Mission constructor
11 years ago
Randy Mackay
67a4b47f6b
Copter: pass ahrs into mission constructor
11 years ago
Randy Mackay
5d568502a0
Copter: instantiate AP_Mission object
11 years ago
Randy Mackay
c56f521897
Copter: ch6 tuning of RC_FEEL_RP
11 years ago
Andrew Tridgell
37394b30ee
Copter: added support for 2nd GPS
11 years ago
Randy Mackay
2457dbf0cd
Copter: more checks before starting compassmot
...
additional checks that copter is landed and that compassmot calibration
isn't already being performed.
Returns ACK to ground station as process begins
11 years ago
Andrew Tridgell
76b60a1a52
Copter: added compassmot over MAVLink
...
use the MAVLink interact code to allow for compassmot over MAVLink
Pair-Programmed-With: Randy Mackay <rmackay9@yahoo.com>
11 years ago
Randy Mackay
fdae812814
Copter: DO_SET_ROI persists across waypoints
...
Users should add a DO_SET_ROI command with zero lat, lon and alt to
restore the yaw control to the default control (which is normally
look-at-next-wp)
11 years ago
Randy Mackay
bf68edd01c
Copter: bug fix to 50hz logging rate
...
Caught by Emile Castelnuovo
11 years ago
Andrew Tridgell
ce66314f40
Copter: fixed HIL build on PX4
11 years ago
Randy Mackay
00913ffe1b
Copter: throttle rate to simple P controller
...
Saves at least 15bytes of RAM
11 years ago
Andrew Tridgell
9c66dd0d2c
Copter: change to Compass::learn_offsets
11 years ago
Randy Mackay
aab9b30bf6
Copter: replace APM_PI with AC_P
...
Saves about 90bytes of RAM
11 years ago
Andrew Tridgell
ebf6d47830
Copter: disable direct tuning, we need accessors for this
11 years ago
Andrew Tridgell
2fbdf7f718
Copter: fixed build for AHRS API changes
11 years ago
Andrew Tridgell
a8dc1be4de
Copter: fixed non-EKF copter build
11 years ago
Randy Mackay
20989fd5e9
Copter: allow ch6 tuning of EKF
11 years ago
Andrew Tridgell
99b3517a47
Copter: use AP_InertialNav_NavEKF when available
11 years ago
Andrew Tridgell
c6e25483b4
Copter: use a common home with AHRS
11 years ago
Andrew Tridgell
79a29d12f2
Copter: fixed build for new AHRS API
11 years ago
Andrew Tridgell
af5a3dff93
Copter: enable use of AHRS_NavEKF
11 years ago
Andrew Tridgell
24f2ac20de
Copter: removed HIL_MODE_ATTITUDE
...
this really can't work any more, as AHRS can't support it
11 years ago
Andrew Tridgell
644bf71f56
Copter: fixed build for InertialNav change
11 years ago
Randy Mackay
0df1dc267b
Copter: integrate WPNav constructor change
11 years ago
Randy Mackay
1b8055aed9
Copter: remove unused t7 const
...
Saves 4 bytes
11 years ago
Randy Mackay
2b3995ccb5
Copter: integrate refs for RC_Channels in motor defs
11 years ago
Randy Mackay
6380a39d3a
Copter: remote update_trig from main code
11 years ago