Randy Mackay
ac5d925115
Copter: revert Loiter Pos P to 1.0 (was 0.8)
2013-07-11 12:20:31 +09:00
Randy Mackay
1590a5d58a
Copter: increase Yaw Rate I 0.02
2013-07-11 12:20:29 +09:00
Randy Mackay
ab1a7baf71
Copter: project stopping point for loiter command
2013-07-11 11:39:47 +09:00
Randy Mackay
d77f7bc803
Copter: default Loiter Pos P to 0.8 (was 0.2)
2013-07-11 08:13:17 +09:00
Randy Mackay
ec65764750
Copter: typo in release notes
2013-07-11 08:04:45 +09:00
Randy Mackay
ab09dc46fb
Copter: update release notes
2013-07-10 21:20:01 +09:00
Randy Mackay
345924ddec
WPNav: replace LOITER_ACCEL_MAX with parameter
...
Also removed unused _lean_angle_max variable
2013-07-10 20:00:32 +09:00
Randy Mackay
8cb7bd628e
Copter: change firmware version to 3.0.1-rc2
2013-07-10 15:52:21 +09:00
Randy Mackay
f459d35e3e
Copter: roll-pitch fix to allow I to reduce
...
Contributed by Leonard Hall
2013-07-10 15:52:15 +09:00
Andrew Tridgell
da4137b731
Copter: changes for GPS field changes
2013-07-10 14:04:22 +10:00
Andrew Tridgell
c544a076ca
Copter: enable camera logging by default
...
these messages only happen on user defined camera triggering, so
should be low rate
2013-07-10 12:24:02 +10:00
Craig@3DR
bbd4fbd2fb
Copter: trigger + logging on camera update_location()
2013-07-10 08:39:59 +10:00
Tobias
cf426fcb3e
Copter: fixed a compiler warning
...
* removed useless comparison: if (int8_t t >= 255) ...
* revealed by -Wtype-limits
* saved 6 bytes
2013-07-08 14:53:30 +10:00
Randy Mackay
ed3bf2c1e7
Copter: relax pre-arm checks for mag field
...
previously it was 50% ~ 150% of expected mag field but now expanded to
35% ~ 165%.
2013-07-07 18:00:36 -10:00
tobias
4e73cf810e
Copter: added cast to remove compiler warning
2013-07-08 12:07:50 +10:00
Randy Mackay
45f47de98d
Copter: reduce default Loiter Pos P to 0.2 (was 1.0)
2013-07-07 16:00:09 -10:00
Randy Mackay
9361e9fe32
Coper: compile error fix when FENCE disabled
2013-07-05 17:22:05 -10:00
Randy Mackay
227185fd0f
Copter: remove constraint on rate yaw controller
2013-07-05 14:18:58 -10:00
Randy Mackay
40612ed551
Copter: yaw limit fix to allow I to reduce
...
We now allow the I term even if we've hit the yaw limits as long as
updating the I term will reduce it
2013-07-05 13:52:03 -10:00
Randy Mackay
0cf4ac088a
Copter: restore LEDs to off state when auto-trim completes
2013-07-04 16:38:28 -10:00
Randy Mackay
79d2fe6271
Copter: double flash arming light when pre-arm checks fail
...
Hardly my finest work but it's temporary because we're going to replace
all the led, buzzer etc with a library called AP_Notify in the near
future.
2013-07-04 16:26:22 -10:00
tstellanova
459c47fa46
Fix test_ins
...
Fix output format of test_ins and fix the number of parameters passed
to printf
2013-07-02 23:42:48 -10:00
Randy Mackay
404cd5f3da
Copter: rename g.pid_throttle to g.pid_throttle_rate
...
Small code clean-up to make throttle rate controller's pid more obvious
2013-06-30 00:04:21 -10:00
Randy Mackay
b3da8a462f
Copter: CH6 tuning definition clean-up
...
Renamed and reorganised the CH6 #defines and parameter definitions
2013-06-29 23:51:43 -10:00
Dr Gareth Owen
e0dcd680f7
proposed radio failsafe bug fix
2013-06-27 17:13:01 -10:00
Randy Mackay
917ae883a0
Copter: revert prev changes to battery failsafe
...
The battery failsafe should remain independent of any throttle failsafe
behaviour settings
2013-06-27 10:30:46 -10:00
Robert Gayle
917edcab11
Copter: added FS_THR_ENABLED_ALWAYS_LAND (=3) option: don't attempt RTL, just land
2013-06-27 10:19:38 -10:00
Olivier-ADLER
eaa0e36954
Copter: CompassMot current calibration
...
Was using a hardcoded (330) value instead of COMPASS_MAGFIELD_EXPECTED define
2013-06-26 20:54:03 -10:00
Jonathan Challinger
b21bc5a85a
Copter: Fixed bug in battery current integration
2013-06-26 17:22:37 +09:00
Randy Mackay
0592475959
Copter: change firmware version to 3.0.0-rc1
2013-06-26 14:03:28 +09:00
Randy Mackay
cb0e262e24
Copter: GPS Failsafe switch to LAND if circular fence enabled
2013-06-26 11:57:59 +09:00
Randy Mackay
45dfbecaba
Copter: update 3.0.1 version and release notes
2013-06-26 00:09:36 +09:00
Randy Mackay
022148ec0d
Copter: LAND only control horizontal position if we have GPS lock
2013-06-25 22:34:58 +09:00
Randy Mackay
66cecbfdc3
Copter Fence: bug fix to avoid repeatedly invoking LAND mode
2013-06-25 22:23:31 +09:00
Olivier-ADLER
24e1f074d0
Copter: Fence missing GPS 3D fix check
...
Fence was missing GPS 3D fix check before selecting recovery decision.
2013-06-25 22:23:29 +09:00
Randy Mackay
facd8fc89f
Copter: calculate home position and bearing when we have 2D Fix
2013-06-25 22:23:26 +09:00
Olivier-ADLER
f1bedc70ac
Copter: SuperSimple mode bug
...
SuperSimple bearing was updated without checking for GPS 3D Fix availability.
2013-06-25 22:23:13 +09:00
Andrew Tridgell
3e82f644ea
Copter: enabled CAM_TRIGG_DIST parameter
2013-06-25 12:52:44 +10:00
Andrew Tridgell
76d1791073
Copter: CONFIG_RELAY is not used
2013-06-25 12:47:07 +10:00
Andrew Tridgell
23eade8f74
Copter: enable RELAY_* parameters
2013-06-25 12:46:53 +10:00
Randy Mackay
a48a7f9775
Copter: minor param definition unit changes
2013-06-23 15:52:46 +09:00
Randy Mackay
cd30103b76
Copter: increase default CIRCLE_RATE to 20deg/sec
2013-06-19 12:40:33 +09:00
Randy Mackay
245bc3d3fd
Copter: show pilot input in dataflash ATT message even when in AUTO
...
AUTO mode ignores pilot input but we still want to be able to see the
pilot's input in the Roll-In and Pitch-In columns of the dataflash's ATT
message
2013-06-19 12:37:13 +09:00
Randy Mackay
acb4907313
Copter: update FS_THR_VALUE parameter description
...
One user was setting FS_THR_VALUE too low, below 900 which means
ArduCopter would not trigger when the ppmencoder pulled ch3 low after
updates from the ppmencoder stopped
2013-06-18 15:56:39 +09:00
Randy Mackay
b1a014e12e
Copter: update firmware version to 3.0.0
2013-06-18 10:03:40 +09:00
Randy Mackay
c42ed1e5eb
Copter: add @Increment to PID parameters descriptions
2013-06-16 21:53:50 +09:00
Randy Mackay
069bd17928
Copter: reduce default AltHold P to 1.0 (was 2.0)
...
This helps reduce jumpiness due to althold feed forward
2013-06-16 15:32:25 +09:00
Randy Mackay
b1e089fe29
Copter: update AC3.0-rc6 version and release notes
2013-06-16 11:48:03 +09:00
Randy Mackay
272f0e5032
Copter: reduce twitch when entering CIRCLE mode
...
Set loiter target and prev iterations velocity when circle mode is
started
Start circling from projected stopping point
2013-06-15 18:18:30 +09:00
Andrew Tridgell
3ec381094e
Copter: fix VOLT_DIVIDER docs
2013-06-07 08:40:37 +10:00