Randy Mackay
ef33ed5e36
Copter: landing gear enabled on all boards
...
Co-authored-by: Tatsuya Yamaguchi <susumu-336@hotmail.co.jp>
2021-03-17 10:41:11 +09:00
Tatsuya Yamaguchi
ed8384b45a
Copter: add option to disable LANDING_GEAR
2021-03-17 10:41:11 +09:00
Tatsuya Yamaguchi
52cd042d69
Copter: update filtered range finder altitude to AC_WPNav
2021-03-17 09:30:38 +09:00
Ryan Birmingham
c2cdb00f85
Copter: constrain throttle before setting deadband
2021-03-17 09:10:08 +09:00
Randy Mackay
e0a8baccfd
Copter: pre-arm check of EKF pos and vel variances
2021-03-16 13:02:46 +09:00
Randy Mackay
49486b7cea
Copter: ekf failsafe may trigger while disarmed but takes no action
2021-03-16 13:02:46 +09:00
Randy Mackay
5babe93201
Copter: ekf failsafe only triggers if it has ever passed
2021-03-16 13:02:46 +09:00
Randy Mackay
be29b23195
Copter: do-mount-control ignored if no mount
...
Co-authored-by: srirajshukla <srirajshukla@gmail.com>
Co-authored-by: Yash Vadi <yvadi9274@yahoo.com>
2021-03-16 10:07:16 +09:00
Peter Barker
211a7f85b5
ArduCopter: remove separate calls to get delta-times for vel and ang
2021-03-13 11:29:29 +11:00
Siddharth Purohit
da7d34224d
Copter: do common gps arming checks first before moving on
2021-03-12 16:32:36 +09:00
Siddharth Purohit
0c42c56c36
Copter: move underscore one layer down for GPS
2021-03-12 16:32:36 +09:00
Rishabh
e727d08266
Copter: Provide downward facing rangefinder readings to proximity lib
2021-03-09 11:02:26 +09:00
chobits
b7c937592e
Copter: send mission_item_reached in guided
2021-03-09 10:04:24 +09:00
James O'Shannessy
d055d7a581
ArduCopter: Cleanup - removes autoenabling of fence with AC_Fence parameter
2021-03-05 14:52:46 +11:00
James O'Shannessy
f14e1c2799
ArduCopter: Ensure fence has opportunity to auto disable for landing
2021-03-05 14:52:46 +11:00
James O'Shannessy
8ab1cf869d
ArduCopter: Remove fence_checks in AP_Arming because they are common across all vehicles now
2021-03-05 14:52:46 +11:00
James O'Shannessy
a88f2721a8
ArduCopter: Use auto enable and auto disable from AC_Fence
2021-03-05 14:52:46 +11:00
James O'Shannessy
2a9affe517
ArduCopter: Remove unused fence floor enable function
2021-03-05 14:52:46 +11:00
James O'Shannessy
f228adfa75
ArduCopter: Improve auto-enable/disable of fence
2021-03-05 14:52:46 +11:00
Dr.-Ing. Amilcar do Carmo Lucas
92122e5133
Copter: automatically enable and disable floor fence on automated takeoff and landing
2021-03-05 14:52:46 +11:00
Tom Pittenger
38fd43ac2c
Copter: change SRx_ docs value 1 50
2021-03-03 18:17:22 +11:00
Mathias Bos
b3b7f2d3d2
Copter: Remove yaw rate wrapping in guided mode.
2021-03-03 08:09:08 +09:00
Randy Mackay
64289d436a
Copter: reduce ANGLE_MAX default to 30deg
2021-03-03 08:03:39 +09:00
murata
17f285b68f
Copter: Add Smart RTL or LAND to the fence action
2021-03-03 07:59:03 +09:00
Iampete1
2e9c11fbdf
Copter: add FLIGHT_OPTIONS param and options bits to disable thrust loss and yaw imbalance warnings
2021-03-02 09:35:06 +09:00
Iampete1
447af29ef1
Copter: add yaw imbalance check
2021-03-02 09:35:06 +09:00
Hwurzburg
7d7a7a365d
Copter: correct metadata for do_change_speed cmd
2021-02-24 16:06:41 +09:00
Dr.-Ing. Amilcar do Carmo Lucas
bbb6bbedf4
Copter: 4.0.7 release notes
2021-02-23 08:03:21 +11:00
Rishabh
fdd39ca3a8
Copter: Check for height before turning on proximity simple avoidance
2021-02-16 20:08:00 +09:00
Dr.-Ing. Amilcar do Carmo Lucas
2302f08f75
Copter: run the "point yaw to ROI" controller at full rate (400Hz) instead of 1/4 of full rate (100Hz)
...
- This should improve pointing at ROI and replaces #11172
- Remove unused member variable as per review suggestion
- declare Mode::AutoYaw::roi_yaw() as const
2021-02-16 09:30:21 +09:00
Randy Mackay
97c1445bce
Copter: ensure send_position_target_global_int alt always absolute
2021-02-15 17:39:07 +11:00
Peter Barker
ea0efd3a1a
Copter: correct documentation of use of DO_CHANGE_SPEED parameter
2021-02-15 15:44:17 +11:00
Andy Piper
85a8536243
Copter: All men dream, but not equally.
...
Those who dream by night in the dusty recesses of their minds, wake in the day to find that it was vanity:
but the dreamers of the day are dangerous men, for they may act on their dreams with open eyes,
to make them possible.
2021-02-12 08:35:35 +09:00
Gone4Dirt
1e1be590e2
Copter: Add ignore pilot yaw option bit
2021-02-09 19:39:17 +09:00
Iampete1
a572820dbc
Copter: system: use config_error loop don't panic
2021-02-09 12:43:54 +09:00
Iampete1
d6fa4d97e3
Copter: add 6DoF support
2021-02-09 12:43:54 +09:00
Patrick José Pereira
ffe356d597
ArduCopter: Simplify boolean expression
...
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
2021-02-09 11:04:18 +09:00
Mark Whitehorn
f405454aba
Copter: add nullptr checks for get_frame_string
...
fix rebase errors
2021-02-09 12:43:53 +11:00
Mark Whitehorn
cb687a6fff
Copter: move get_frame_string to Motors class
2021-02-09 12:43:53 +11:00
Arsh
3609a1b5fd
Copter:PreArm Battery low voltage failsafe message repeated two times fix
2021-02-08 09:12:51 +09:00
Andrew Tridgell
a70f9d54c0
Copter: update release notes for 4.0.7rc1
2021-02-06 19:16:10 +11:00
Patrick José Pereira
ad82e01270
ArduCopter: Add missing const in member functions
...
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
2021-02-03 18:45:14 +11:00
Peter Barker
adc0514cf6
ArduCopter: move control_mode_reason up to AP_Vehicle
2021-02-03 18:24:52 +11:00
Peter Barker
7bbc699165
Copter: make terrain failure strings human-readable
2021-02-03 15:08:29 +11:00
Rishabh
bd37eab3af
Copter: Support 3D Simple Avoidance
2021-02-01 14:34:13 +09:00
Iampete1
643966fb3e
Copter: add SCRIPTING_MATRIX frame class
2021-01-26 11:07:36 +09:00
Iampete1
0a23084d43
Copter: move get_frame_mav_type to motors
2021-01-26 11:07:36 +09:00
Randy Mackay
dc515b87df
Copter: ahrs only checks position in modes that require it
2021-01-26 10:46:49 +11:00
Bill Geyer
d19dca37d5
Copter: 4.0.6 release notes
2021-01-25 18:39:39 -05:00
Peter Barker
9e7a0e6267
Copter: use iterators in parameter conversion
2021-01-22 11:25:32 +09:00