Peter Barker
3694f085dc
Sub: move try_send_message handling of EKF_STATUS_REPORT up
7 years ago
Peter Barker
9437e893e5
Plane: move try_send_message handling of EKF_STATUS_REPORT up
7 years ago
Peter Barker
78d2c52a3f
Copter: move try_send_message handling of EKF_STATUS_REPORT up
7 years ago
Peter Barker
424d243c7f
Rover: move try_send_message handling of EKF_STATUS_REPORT up
7 years ago
Peter Barker
69db7b040a
GCS_MAVLink: move try_send_message handling of EKF_STATUS_REPORT up
7 years ago
Peter Barker
4d944da530
AP_AHRS: add a singleton-getter cast into AP_AHRS_NavEKF
...
This will allow libraries which absolutely require the EKF to easily get
a cast copy of the singleton.
7 years ago
Randy Mackay
c83ff0e156
Rover: 3.4.0-rc1 release notes
7 years ago
Peter Barker
e3ddf7dadd
Copter: rename SPRAYER-enabled-define to SPRAYER_ENABLED
7 years ago
Michael du Breuil
fb99ea0446
AP_Rangefinder: Update WASP defaults
7 years ago
Randy Mackay
67475a9eaa
AR_AttitudeControl: reset turn-rate I term if not run for 0.2sec
7 years ago
Randy Mackay
99cf279dff
AP_RangeFinder: remove unused definitions from MaxSonarI2C
7 years ago
Randy Mackay
1e058045f7
Rover: guided mode more forgiving of set-position-targets type_mask field
...
accept position targets regardless of any other bit settings in type mask field. This makes rover more forgiving of errors in the type_mask field.
7 years ago
Randy Mackay
98e87db274
AP_RangeFinder: MaxsonarI2C reports no data after 300ms
7 years ago
Peter Barker
4b4e66e2bd
Copter: correct comment about mode change
7 years ago
Peter Barker
db60e93716
Copter: correct comment on deprecated switch option
7 years ago
Peter Barker
48a4523a73
Sub: fix comments in config.h
7 years ago
Andrew Tridgell
b8d47f346e
Copter: fixed interlock check on helis
...
the motors check is always false when disarmed, so can't be used for
arming check
7 years ago
Randy Mackay
25961b6d13
Copter: flip mode format fix
7 years ago
Randy Mackay
0ba105f649
Copter: minor format fix to guided
...
no need to specify copter
non-functional change
7 years ago
Ammarf
26c25daa36
Rover: add support for lateral control input
7 years ago
Peter Barker
0baee6f82b
GCS_MAVLINK: avoid pushing partial RC_CHANNEL message into uart
...
In the case we do not send RC_CHANNELS_RAW, we will not check to see if
RC_CHANNELS will fit. RC_CHANNELS is larger than RC_CHANNELS_RAW, so the
check in the caller is insufficient.
7 years ago
Pierre Kancir
b615677223
HAL_SITL: implement reboot support
7 years ago
Pierre Kancir
7732b41186
AP_HAL_SITL: fix static member access through instance
7 years ago
Pierre Kancir
f986f1366f
AP_HAL_SITL: set close-on-exec flag on uart socket
7 years ago
Randy Mackay
e520d4fe42
AP_RangeFinder: Benewake TF02 and TFmini lidar driver
7 years ago
disgruntled-patzer
2c41db9e4d
AP_RollController.cpp: Updated description of ArduPlane Roll Controller for accuracy
...
AP_RollController's get_servo_out function does not return an elevator deflection as was previously described in the function comments.
Instead, it should return an aileron deflection. Thus, the function description should be updated to reflect this more accurately
7 years ago
Andrew Tridgell
6213b452ca
ChibiOS: idle line callback for USARTv2
7 years ago
Randy Mackay
73bdc3be09
Rover: set ahrs flyforward if thr over 15% for 2 seconds
...
or if throttle is positive and desired speed over 0.5m/s
7 years ago
Randy Mackay
e691b680ca
AR_AttitudeControl: add speed-control-active method
...
allows caller check if speed controller if active
also consolidated other methods to use this check to reduce a little bit of duplicate code
7 years ago
Randy Mackay
3b71d0360a
AR_AttitudeControl: const get_decel_max and get_stopping_distance
7 years ago
Randy Mackay
3ecc0ea6c8
Tools: add hydrotek boat default parameters
7 years ago
Peter Barker
19fd133ef8
SITL: correct compilation for transitive include fail
7 years ago
Peter Barker
12853f8912
Rover: correct compilation for transitive include fail
7 years ago
Peter Barker
1aaf7e96af
GCS_MAVLink: remove intermediate functions
...
GCS_MAVLink: remove comm_receive_ch
This is a lot of sanity checking in a static function which has been
called from a place where things are guaranteed
GCS_MAVLink: remove unused comm_is_idle
GCS_MAVLink: remove unused comm_send_ch
GCS_MAVLink: remove unused hal reference
GCS_MAVLink: remove unused #includes
7 years ago
Peter Barker
ac729f4614
Plane: lock home when it is set from the GCS
7 years ago
Peter Barker
18c4823427
Plane: return MAV_RESULT_ACCEPTED for setting home to current location
7 years ago
Peter Barker
bc9df01d21
Plane: remove sending of statustext for home location
7 years ago
Peter Barker
22306c370b
Plane: factor out a Plane::set_home
7 years ago
Peter Barker
69d8980608
Sub: split home-set and home-locked state
7 years ago
Peter Barker
ad600fff68
Plane: split home-set and home-locked state
7 years ago
Peter Barker
c09ccf5b61
Copter: split home-set and home-locked state
7 years ago
Peter Barker
7be25fccea
Tracker: split home-set and home-locked state
7 years ago
Peter Barker
c99cc465e6
Rover: split home-set and home-locked state
7 years ago
Peter Barker
28b4794816
AP_Common: remove unused HomeState
7 years ago
Peter Barker
3cbb88ae20
AP_AHRS: split home-set and home-locked state
7 years ago
Peter Barker
1f31bd21c4
Sub: create persist_streamrates() callback to indicate persistence
7 years ago
Peter Barker
5a087ee7e2
Plane: create persist_streamrates() callback to indicate persistence
7 years ago
Peter Barker
7c98082389
Copter: create persist_streamrates() callback to indicate persistence
7 years ago
Peter Barker
3bffe3c345
Tracker: create persist_streamrates() callback to indicate persistence
7 years ago
Peter Barker
829d18874e
Rover: create persist_streamrates() callback to indicate persistence
7 years ago