Jason Short
82481f30a3
Copter: move drift thr assist to separate function
...
no changes in functionality.
11 years ago
Randy Mackay
48d143d4ef
Copter: minor format change to release notes
...
This also helps kick off the rebuild so AC3.2-rc6 appears in the mission
planner
11 years ago
Randy Mackay
ebfd828087
Copter: update AC3.2-rc6 release notes
...
forgot compass-not-calibrated bug fix
11 years ago
Randy Mackay
d04a4834fa
Copter: update AC3.2-rc6 release notes
...
Forgot to add GPS driver buffer overflow item
11 years ago
Randy Mackay
13f994d3ad
Copter: AC3.2-rc6 release notes
11 years ago
Randy Mackay
07420521ab
Copter: default LAND_REPOSITION to 1
11 years ago
Jason Short
0dd9797fe6
Copter: restore CLI set parameter feature
...
Added back the ability to set params from CLI
11 years ago
Randy Mackay
cf98cc29b5
Copter: throttle deadzone parameter
...
Allows increasing or decreasing the deadband size in AltHold, Loiter,
PosHold flight modes
11 years ago
Randy Mackay
eb51a8e5da
Copter: pre-arm check of internal vs ext compass
11 years ago
Randy Mackay
2b0a7c59bc
Copter: remote arming check reference to compass learning
11 years ago
Randy Mackay
63d0cddfa4
Copter: make landing detector more strict
...
Made more strict by requiring 50 consecutive iterations where the climb
rate is below +- 40cm/s. Previously it was 50 cumulative.
Removed check of failsafe.radio when clearing the land flag because it
could result in the vehicle taking off if the user picked it up.
11 years ago
Randy Mackay
65ed77e803
Copter: ensure motors don't stop during flip
11 years ago
Randy Mackay
e1e010c504
Copter: remove unused flip_stop
11 years ago
Randy Mackay
4184c1d6e5
Copter: flip minor comments and formatting
11 years ago
Jason Short
882edaf787
Copter: add pitch axis flipping
...
Added Pitch axis flipping. You must be pushing forward or back 3° to make it flip in Pitch axis or it will flip in the default roll axis.
Added some extra throttle control to maintain altitude
removed the CH7 ability to exit Flip mode. It will exit only if completing flip or user aborts with control sticks.
11 years ago
Randy Mackay
a83a47682d
Copter: remove get_angle_targets_for_reporting fn
...
this saves a tiny amount of time by removing the memory copy of a
Vector3f
11 years ago
Andrew Tridgell
7618ffde63
Copter: show firmware version on param fetch
...
fixes pull #1320
thanks Arthur!
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
Randy Mackay
2cd6d986d5
TradHeli: call passthrough_bf_roll_pitch_rate_yaw
11 years ago
Robert Lefebvre
968f1d64ae
Logging: Fix comment error.
11 years ago
Robert Lefebvre
a4f710a363
TradHeli: Add yaw-only rate request function for flybar acro mode.
11 years ago
Robert Lefebvre
3316fe8f63
TradHeli: Reset flybar passthrough to false when exiting Acro mode.
11 years ago
Robert Lefebvre
f5ddaab35b
TradHeli: Set Flybar passthrough mode in Acro Initialization function.
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
c87283af98
Copter: remove inav check
...
the EKF check works reliably but attempts to check the inertial nav for
errors has not been successful. I could not find a way to reliably
catch flyaways without also introducing false positives (and thus
unwanted LANDings)
11 years ago
Andrew Tridgell
a627cd2af2
Copter: run Linux boards at 100Hz for now
...
we should be able to do 400Hz in future
11 years ago
Randy Mackay
a693907429
Copter: add ACRO_EXPO param values
11 years ago
Andrew Tridgell
90f306cd3c
Copter: set GPS non-blocking
...
the new GPS driver only ever needs a non-blocking port
11 years ago
NullVoxPopuli
e578fb1615
Copter: add A-Tail to FRAME parameter description
11 years ago
priseborough
162b824424
Copter : Distinguish between EKF and INAV errors
11 years ago
Randy Mackay
ccc8068443
Copter: range check ACRO_EXPO to be no more than 1
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
f490a289de
Revert "Copter: use rcmap when sending radio_in to GCS"
...
This reverts commit 716f625924
.
11 years ago
Randy Mackay
716f625924
Copter: use rcmap when sending radio_in to GCS
11 years ago
Randy Mackay
5b114dcad5
Copter: remove unused WP_OPTION definitions
...
This also kicks off the build for AC3.2-rc5
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
Randy Mackay
0a88281a76
Copter: bug fix to rally point alt
...
rally point library uses absolute altitudes, we were passing in relative
altitudes which caused the vehicle to climb before heading to the rally
point
11 years ago
Randy Mackay
6fc5014a84
Copter: increase sonar timeout to 1sec
...
Contributed by Julien Dubois.
11 years ago
Randy Mackay
7686660c73
Copter: use baro healthy()
11 years ago
Randy Mackay
1e374ab42b
Copter: report baro health to GCS
11 years ago
Leonard Hall
85213dccbf
Copter: Autotune Fix
11 years ago
Randy Mackay
f3fd79597f
Copter: add ACRO_EXPO parameter
11 years ago
lthall
3ba1c0c4aa
Copter: ACRO add expo
...
adds 30% expo to roll and pitch
11 years ago
Andrew Tridgell
e260f1c569
Copter: convert to using StorageManager
11 years ago
Randy Mackay
4723ed5e6e
Copter: rename EKF check's error message to dataflash
...
It checks more than the compass so the old error message was misleading.
11 years ago
Randy Mackay
af7e5a75e9
Copter: correct EKF_CHECK parameter description
11 years ago
Randy Mackay
0518439841
Copter: move relay from ch6 to ch7/ch8
11 years ago
Randy Mackay
226e42f1d7
Copter: rename EKF_CHECK_THRESH parameter
11 years ago
Andrew Tridgell
4d284a695d
Copter: fix for changed AP_Terrain API
11 years ago