Leonard Hall
|
939d8e3ed4
|
AC_WPNav: Support Thrust Vector Control
|
2021-04-27 17:13:55 +09:00 |
|
Leonard Hall
|
bb46f7a947
|
AC_PosControl: Thrust Vector output
|
2021-04-27 17:13:55 +09:00 |
|
Leonard Hall
|
1fb2a95486
|
AC_AttitudeController: Thrust Vector attitude control
|
2021-04-27 17:13:55 +09:00 |
|
Peter Barker
|
52a4ac028c
|
AP_AHRS: remove duplicate log metadata fields
|
2021-04-27 16:38:40 +10:00 |
|
Hwurzburg
|
cf41548ce1
|
AP_AHRS: expand RATE log message description
|
2021-04-27 12:32:44 +10:00 |
|
Hwurzburg
|
6fbf2d227c
|
AC_Fence: Correct Rover metadata
|
2021-04-27 09:31:09 +09:00 |
|
Peter Hall
|
ed7db5b2b6
|
AP_Motors: tailsitter: slew outputs and output throttle directly
|
2021-04-27 09:37:32 +10:00 |
|
Peter Barker
|
ffd8f3678c
|
AP_HAL_SITL: understand --serial0 etc in place of --uartA etc
|
2021-04-26 16:05:47 +10:00 |
|
QioTek
|
ca6102ed28
|
f103Qiotek_Periph
f103Qiotek_Periph
|
2021-04-24 07:48:40 +10:00 |
|
QioTek
|
1de3135d14
|
HAL_ChibiOS: added f103-QiotekPeriph hwdef (#1)
HAL_ChibiOS: added f103-QiotekPeriph
|
2021-04-24 07:48:40 +10:00 |
|
Peter Barker
|
4362b16f50
|
AP_Logger: remove un-needed forward declarations
We moved the logging into the relevant library. Yay!
|
2021-04-23 11:44:16 +10:00 |
|
Andy Piper
|
42ebc13e6c
|
Revert "AP_HAL_ChibiOS: support 6 bi-directional dshot channels on the MatekH743"
This reverts commit f9d166edf6 .
|
2021-04-22 18:39:06 +10:00 |
|
Andrew Tridgell
|
6764f039ca
|
HAL_ChibiOS: added support for the new H7 luminousbee version 5
|
2021-04-21 20:41:34 +10:00 |
|
Pierre Kancir
|
9a6d4e3af1
|
SITL: check if we are over precland base
|
2021-04-21 17:26:07 +10:00 |
|
Pierre Kancir
|
cec82214d8
|
SITL: add local_ground_variable
|
2021-04-21 17:26:07 +10:00 |
|
Pierre Kancir
|
078a1a2b0c
|
SILT: limit update scope for precland
|
2021-04-21 17:26:07 +10:00 |
|
Andy Piper
|
f9d166edf6
|
AP_HAL_ChibiOS: support 6 bi-directional dshot channels on the MatekH743
|
2021-04-21 17:18:53 +10:00 |
|
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
|
2021-04-21 17:18:53 +10:00 |
|
Andy Piper
|
558631918c
|
AP_HAL_ChibiOS: add %age of total to thread statistics
don't display meaningless thread info
|
2021-04-21 17:14:11 +10:00 |
|
Peter Barker
|
a3c329b182
|
AC_AttitudeControl: make parameter renames consistent
|
2021-04-21 12:17:42 +10:00 |
|
Leonard Hall
|
b43c7f4ed1
|
AC_AttitudeControl: Parameter rename (non-functional)
|
2021-04-21 12:17:42 +10:00 |
|
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
|
2021-04-21 12:17:42 +10:00 |
|
Leonard Hall
|
86a157ce59
|
AC_AttitudeControl: Seperate thrust vector correction into a separate function
|
2021-04-21 12:17:42 +10:00 |
|
Randy Mackay
|
5b0f107631
|
AC_Fence: remove alt from TYPE param desc for Rover
|
2021-04-21 11:35:48 +10:00 |
|
Andy Piper
|
e20fc3d4f6
|
AP_Filesystem: fix build on macOS
|
2021-04-21 11:33:52 +10:00 |
|
Randy Mackay
|
b81930885c
|
AC_WPNav: remove unnecessary assignment and constify local vars
|
2021-04-21 10:41:28 +10:00 |
|
Randy Mackay
|
bebb7e7d8f
|
AC_WPNav: removed unused enums
|
2021-04-21 10:41:28 +10:00 |
|
Andrew Tridgell
|
961e538cc0
|
HAL_ChibiOS: reduced flash usage on MatekF405
overflowing by 1k
|
2021-04-21 07:12:55 +10:00 |
|
Andrew Tridgell
|
08cbfa032d
|
AP_Filesystem: review fixes
thanks Andy!
|
2021-04-21 07:12:55 +10:00 |
|
Andrew Tridgell
|
b941b8c93a
|
AP_Filesystem: allow for parameter upload via ftp
|
2021-04-21 07:12:55 +10:00 |
|
Andrew Tridgell
|
0b948d3faf
|
AP_Param: allow save_sync without send
|
2021-04-21 07:12:55 +10:00 |
|
Andrew Tridgell
|
5a7ee5a376
|
AP_Common: fixed null termination bug in ExpandingString
not all HALs zero memory on realloc
|
2021-04-21 07:12:55 +10:00 |
|
Andrew Tridgell
|
23785c00dc
|
AP_Param: improved queue handling and added set_and_save_by_name_ifchanged
|
2021-04-21 07:12:55 +10:00 |
|
Andrew Tridgell
|
d8575f0607
|
AP_Filesystem: allow for partial mission upload
|
2021-04-21 07:12:55 +10:00 |
|
Andrew Tridgell
|
d96002942c
|
AP_Filesystem: ensure all blocks are filled on upload
|
2021-04-21 07:12:55 +10:00 |
|
Andrew Tridgell
|
c1f491ce39
|
AP_Filesystem: allow mission upload
|
2021-04-21 07:12:55 +10:00 |
|
Andrew Tridgell
|
3fb280ff50
|
AP_Common: added return to ExpandingString append
|
2021-04-21 07:12:55 +10:00 |
|
Andrew Tridgell
|
e055165eb8
|
AP_Filesystem: added download of mission/fence/rally
|
2021-04-21 07:12:55 +10:00 |
|
Andrew Tridgell
|
c53c112691
|
GCS_MAVLink: expose functions to convert fence and rally to mavlink
this allows for the @MISSION filesystem to download data in the
current mavlink format
|
2021-04-21 07:12:55 +10:00 |
|
Andrew Tridgell
|
dd86e0cc89
|
AP_GPS: added comment explaining the approach
|
2021-04-20 17:43:01 +10:00 |
|
Andrew Tridgell
|
8bc31ec5e9
|
AP_GPS: account for rotation rate in moving baseline Z test
this avoids switching GPS on rapid roll/pitch
|
2021-04-20 17:43:01 +10:00 |
|
Andrew Tridgell
|
2168633372
|
HAL_SITL: account for attitude rate in moving baseline data
|
2021-04-20 17:43:01 +10:00 |
|
Andrew Tridgell
|
62e0a89036
|
AP_Param: cleanup the eeprom parsing tools and fixed sentinal detection
|
2021-04-20 16:59:17 +10:00 |
|
Andrew Tridgell
|
eac027b5c5
|
AP_Param: fixed handling of group_element=255 in sentinal detection
EK3_DRAG_BCOEF_Y has a group element of 255, which was being detected
as a sentinal
|
2021-04-20 16:59:17 +10:00 |
|
Hwurzburg
|
85e3772759
|
RC_Channel: correct metadata for fence enable and rst mode for Plane
|
2021-04-20 16:14:22 +10:00 |
|
Peter Barker
|
a7e0c565dc
|
AP_GPS: populate extension fields in GPS2_RAW
|
2021-04-20 11:46:35 +10:00 |
|
Andrew Tridgell
|
9cc883a8c0
|
AP_Compass: fixed the IST8308 on CubeBlack
CubeBlack needs to probe both internal and external buses
|
2021-04-20 10:42:54 +10:00 |
|
Andy Piper
|
21e95a62d5
|
AP_VideoTX: increase stack for smart audio thread
|
2021-04-20 10:39:16 +10:00 |
|
Andy Piper
|
a9f442b4c1
|
AP_BLHeli: make sure there is delay between MSP send and receive to avoid reading our own data
|
2021-04-20 10:35:22 +10:00 |
|
Andy Piper
|
4bb4e2fb22
|
AP_HAL_ChibiOS: adjust GPIO settings for serial passthru
|
2021-04-20 10:35:22 +10:00 |
|