Tom Pittenger
|
5e2dbd93fc
|
AP_CANManager: add write_frame() to AP_CANSensor class
|
4 years ago |
giacomo892
|
a5708acaef
|
AC_Circle: Restore radius every time
|
4 years ago |
giacomo892
|
b5ebf9022c
|
[AP_OSD] Fix wrong comment in OSD_W_TERR param
|
4 years ago |
Iampete1
|
0c3aa72158
|
SITL: add direct actuated wing to sailboat sim
|
4 years ago |
Ari Krupnik
|
02969451da
|
SRV_Channel: direct-rotation sail mast control
|
4 years ago |
murata
|
b67f2e9307
|
AP_HAL_SITL: Add uart specification and array
|
4 years ago |
Iampete1
|
29534a7e2d
|
AP_Windvane: set true to apparent if no speed sensor
|
4 years ago |
Iampete1
|
ab1d54745d
|
AP_WindVane: convert analog sensor to use latest value
|
4 years ago |
Iampete1
|
67edff1c7c
|
RC_Channel: add WIND_VANE_DIR_OFSSET option
|
4 years ago |
Iampete1
|
974293ca3f
|
AP_Windvane: move RC_IN_NO to RCx_OPTION
|
4 years ago |
Iampete1
|
bf651ea1d9
|
AP_WindVane: rework filtering and add logging
|
4 years ago |
Randy Mackay
|
a3ceb6d95b
|
AC_WPNav: fix spline initialisation of terrain offset
|
4 years ago |
Leonard Hall
|
361ba989bd
|
AC_WPNav: Use Pos_Control Heading
|
4 years ago |
Leonard Hall
|
4158c37cfa
|
AC_PosControl: Calculate heading
|
4 years ago |
Leonard Hall
|
e253c94f63
|
AC_AttitudeControl: Remove Unused Function
|
4 years ago |
Leonard Hall
|
939d8e3ed4
|
AC_WPNav: Support Thrust Vector Control
|
4 years ago |
Leonard Hall
|
bb46f7a947
|
AC_PosControl: Thrust Vector output
|
4 years ago |
Leonard Hall
|
1fb2a95486
|
AC_AttitudeController: Thrust Vector attitude control
|
4 years ago |
Peter Barker
|
52a4ac028c
|
AP_AHRS: remove duplicate log metadata fields
|
4 years ago |
Hwurzburg
|
cf41548ce1
|
AP_AHRS: expand RATE log message description
|
4 years ago |
Hwurzburg
|
6fbf2d227c
|
AC_Fence: Correct Rover metadata
|
4 years ago |
Peter Hall
|
ed7db5b2b6
|
AP_Motors: tailsitter: slew outputs and output throttle directly
|
4 years ago |
Peter Barker
|
ffd8f3678c
|
AP_HAL_SITL: understand --serial0 etc in place of --uartA etc
|
4 years ago |
QioTek
|
ca6102ed28
|
f103Qiotek_Periph
f103Qiotek_Periph
|
4 years ago |
QioTek
|
1de3135d14
|
HAL_ChibiOS: added f103-QiotekPeriph hwdef (#1)
HAL_ChibiOS: added f103-QiotekPeriph
|
4 years ago |
Peter Barker
|
4362b16f50
|
AP_Logger: remove un-needed forward declarations
We moved the logging into the relevant library. Yay!
|
4 years ago |
Andy Piper
|
42ebc13e6c
|
Revert "AP_HAL_ChibiOS: support 6 bi-directional dshot channels on the MatekH743"
This reverts commit f9d166edf6 .
|
4 years ago |
Andrew Tridgell
|
6764f039ca
|
HAL_ChibiOS: added support for the new H7 luminousbee version 5
|
4 years ago |
Pierre Kancir
|
9a6d4e3af1
|
SITL: check if we are over precland base
|
4 years ago |
Pierre Kancir
|
cec82214d8
|
SITL: add local_ground_variable
|
4 years ago |
Pierre Kancir
|
078a1a2b0c
|
SILT: limit update scope for precland
|
4 years ago |
Andy Piper
|
f9d166edf6
|
AP_HAL_ChibiOS: support 6 bi-directional dshot channels on the MatekH743
|
4 years ago |
Andy Piper
|
9f5dbfb092
|
AP_BLHeli: index bi-dir dshot channels through the motor map
error if no digital mask has been set for bi-dir dshot
|
4 years ago |
Andy Piper
|
558631918c
|
AP_HAL_ChibiOS: add %age of total to thread statistics
don't display meaningless thread info
|
4 years ago |
Peter Barker
|
a3c329b182
|
AC_AttitudeControl: make parameter renames consistent
|
4 years ago |
Leonard Hall
|
b43c7f4ed1
|
AC_AttitudeControl: Parameter rename (non-functional)
|
4 years ago |
hs293go
|
de0c57de77
|
AC_AttitudeControl: Use Quaternion::operator* for vector rotation
Replace all instances of the q*v*q.formula() or conversion to rotation
matrix + matrix multiply by calling Quaternion::operator* on a
vector
|
4 years ago |
Leonard Hall
|
86a157ce59
|
AC_AttitudeControl: Seperate thrust vector correction into a separate function
|
4 years ago |
Randy Mackay
|
5b0f107631
|
AC_Fence: remove alt from TYPE param desc for Rover
|
4 years ago |
Andy Piper
|
e20fc3d4f6
|
AP_Filesystem: fix build on macOS
|
4 years ago |
Randy Mackay
|
b81930885c
|
AC_WPNav: remove unnecessary assignment and constify local vars
|
4 years ago |
Randy Mackay
|
bebb7e7d8f
|
AC_WPNav: removed unused enums
|
4 years ago |
Andrew Tridgell
|
961e538cc0
|
HAL_ChibiOS: reduced flash usage on MatekF405
overflowing by 1k
|
4 years ago |
Andrew Tridgell
|
08cbfa032d
|
AP_Filesystem: review fixes
thanks Andy!
|
4 years ago |
Andrew Tridgell
|
b941b8c93a
|
AP_Filesystem: allow for parameter upload via ftp
|
4 years ago |
Andrew Tridgell
|
0b948d3faf
|
AP_Param: allow save_sync without send
|
4 years ago |
Andrew Tridgell
|
5a7ee5a376
|
AP_Common: fixed null termination bug in ExpandingString
not all HALs zero memory on realloc
|
4 years ago |
Andrew Tridgell
|
23785c00dc
|
AP_Param: improved queue handling and added set_and_save_by_name_ifchanged
|
4 years ago |
Andrew Tridgell
|
d8575f0607
|
AP_Filesystem: allow for partial mission upload
|
4 years ago |
Andrew Tridgell
|
d96002942c
|
AP_Filesystem: ensure all blocks are filled on upload
|
4 years ago |