Andrew Tridgell
|
135c88d474
|
AP_GPS: use KSXT for position and alt when available
this gets velocity and position from the same message for more
consistency
|
2022-01-11 10:34:11 +11:00 |
|
Andrew Tridgell
|
9d21c0b6c1
|
AP_GPS: added GPS data logging system
for debugging GPS protocols
|
2022-01-11 10:34:11 +11:00 |
|
Andrew Tridgell
|
27cec48b82
|
AP_GPS: support KSXT message for Unicore NMEA
this gives both yaw and 3D velocity
|
2022-01-11 10:34:11 +11:00 |
|
Andrew Tridgell
|
c565b8a84e
|
SITL: support KSXT message for Unicore NMEA
|
2022-01-11 10:34:11 +11:00 |
|
Andrew Tridgell
|
4733f57102
|
RC_Channel: don't use avoidance on plane
|
2022-01-11 09:51:47 +11:00 |
|
Andrew Tridgell
|
06dcd5a16f
|
GCS_MAVLink: don't use avoidance on plane
|
2022-01-11 09:51:47 +11:00 |
|
Andrew Tridgell
|
2435c9451c
|
AC_Avoidance: don't build avoidance on plane
this catches uses of avoidance which cause it to be linked in
|
2022-01-11 09:51:47 +11:00 |
|
Andrew Tridgell
|
6e5bb1eb23
|
AC_WPNav: don't link AC_Avoid on plane
saves about 7k of flash
|
2022-01-11 09:51:47 +11:00 |
|
HefnySco
|
88f4eb6017
|
AP_HAL_Linux: RPI-CM4 detection
|
2022-01-10 12:21:09 -08:00 |
|
Joshua Henderson
|
78819a1c97
|
AP_Param: fix convert_class when index is 0
|
2022-01-10 19:31:45 +00:00 |
|
Peter Barker
|
8fb28ac906
|
autotest: build-with-disabled-features.py: flake8-clean
|
2022-01-10 21:21:52 +11:00 |
|
Randy Mackay
|
d5461f2225
|
Copter: integrate AP_Mission_ChangeDetector
|
2022-01-10 08:19:16 +09:00 |
|
Randy Mackay
|
c0855a0d1e
|
AP_Mission: add ChangeDetector
Detects changes in the next few nav commands in the mission so SCurves and Splines can handle them elegantly
|
2022-01-10 08:19:16 +09:00 |
|
Pierre Kancir
|
ae2d3a8570
|
Tools: add blue and bbbmini to firmware server
|
2022-01-09 11:34:59 +11:00 |
|
Hwurzburg
|
a774745a2f
|
Tools: Add OSP field location
|
2022-01-09 10:51:39 +11:00 |
|
Peter Barker
|
c8780792d4
|
autotest: loosen position constraint on SET_POSITION_TARGET_LOCAL_NED test
|
2022-01-08 13:59:19 +11:00 |
|
Michelle Rossouw
|
62bd62e9b7
|
Tools: build_sizes move to folder, no red for old stable/beta, add hyperlink for boards
|
2022-01-08 13:54:08 +11:00 |
|
Peter Barker
|
7cd58e59c5
|
Tools: fix define name HAL_CRSF_TELEM_TEXT_SELECTION_ENABLED
|
2022-01-08 06:18:39 +11:00 |
|
Peter Barker
|
fb94cc4092
|
Tools: use define for define rather than default...
|
2022-01-08 06:18:39 +11:00 |
|
Michelle Rossouw
|
7f2d95900d
|
Tools: Add blimp link to firmware homepage
|
2022-01-07 22:54:13 +11:00 |
|
Michelle Rossouw
|
b58ecff90e
|
Tools: Add blimp log message documentation to be built
|
2022-01-07 22:54:13 +11:00 |
|
Michelle Rossouw
|
e8e26d0b7f
|
Blimp: Remove commented-out guided mode log message
|
2022-01-07 22:54:13 +11:00 |
|
Peter Barker
|
62df8facd9
|
autotest: fix rover POSITION_TARGET_LOCAL test
|
2022-01-07 22:47:19 +11:00 |
|
Peter Barker
|
03e9307bdd
|
AP_HAL_ChibiOS: add MANUFACTURER and BRAND_NAME to PixRacer Pro
|
2022-01-07 22:46:52 +11:00 |
|
Peter Barker
|
d6f4f54c0a
|
Tools: include brand name and manufacturer in APJ file, use for manifest
|
2022-01-07 22:46:52 +11:00 |
|
Peter Barker
|
21c42e3123
|
Tools: board_list.py: generate from hwdef files
|
2022-01-07 22:46:52 +11:00 |
|
Randy Mackay
|
9d12130689
|
AC_PID_2D: minor format fix
|
2022-01-07 13:41:16 +09:00 |
|
Randy Mackay
|
2c6e5d4b98
|
Rover: use AR_AttitudeControl::get_throttle_speed_pid_info
|
2022-01-07 09:36:44 +09:00 |
|
Randy Mackay
|
91d40b768c
|
AR_AttitudeControl: get_throttle_speed_pid_info.FF includes base throttle
|
2022-01-07 09:36:44 +09:00 |
|
khanasif786
|
c50b8597db
|
AP_Proximity: Removed AP_Proximity_LightWareSF40C_v09
deleted older drivers for fixing running out of flash space in some boards
|
2022-01-07 08:28:59 +09:00 |
|
Willian Galvani
|
dc856f10eb
|
AP_HAL_Linux: set internal/external i2c bus masks for Navigator
This fixes an issue where the internal Compass was being re-detected
as an external one, then as an internal but with wrong orientation
|
2022-01-06 14:45:42 -05:00 |
|
Iampete1
|
c21ec13719
|
AP_Scripting: support feild alias s
|
2022-01-06 22:30:58 +11:00 |
|
Iampete1
|
dad0f0c3c0
|
AP_Scripting: add binding for AP::fwversion
|
2022-01-06 22:30:58 +11:00 |
|
Iampete1
|
18d0687847
|
AP_Scripting: support singleton feild types
|
2022-01-06 22:30:58 +11:00 |
|
Iampete1
|
9ccf17488d
|
AP_Scripting: allow singleton types as refrence rather than pointer
|
2022-01-06 22:30:58 +11:00 |
|
khanasif786
|
6095992f14
|
Autotest:Copter test fix for tri
fixed excessive yaw rate for 'tri' frame
|
2022-01-06 19:04:50 +11:00 |
|
Peter Barker
|
a58e808af8
|
autotest: fix Rover gripper mission test
We can lose the statustext when getting current time
|
2022-01-06 17:48:30 +11:00 |
|
Peter Barker
|
d86c1c6fd1
|
AP_OpticalFlow: fix example when OpticalFlow compiled out
|
2022-01-06 13:35:51 +11:00 |
|
Peter Barker
|
5a421c7eb3
|
Rover: obey AP_OPTICALFLOW_ENABLED
|
2022-01-06 13:35:51 +11:00 |
|
Peter Barker
|
81d205465c
|
hwdef: remove OpticalFlow from builds in several low-flash boards
|
2022-01-06 13:35:51 +11:00 |
|
李孟晓
|
94b14ae60b
|
hwdef: CUAV-Nora: Add servo voltage detection pin
|
2022-01-06 12:39:45 +11:00 |
|
Michelle Rossouw
|
24f8e03bf6
|
Tools: Auto-build blimp firmwares
|
2022-01-06 10:06:33 +11:00 |
|
Dr.-Ing. Amilcar do Carmo Lucas
|
d7c2331664
|
AP_Arming: fix comment (NFC)
|
2022-01-06 09:15:54 +11:00 |
|
Dr.-Ing. Amilcar do Carmo Lucas
|
95effd59ea
|
AP_FETtecOneWire: Fix spelling in comments (NFC)
|
2022-01-06 09:15:54 +11:00 |
|
phil tokumaru
|
bfded82da5
|
AP_HAL_ChibiOS: STM32F777xx.py: correct pincount for J and K
|
2022-01-06 09:15:14 +11:00 |
|
Peter Barker
|
948e00a072
|
GCS_MAVLink: make send_system_time const
needed when sending from const functions
|
2022-01-06 09:14:33 +11:00 |
|
Pierre Kancir
|
a01bd33f69
|
AP_Logger: fix size compare warning
df_PageSize is uint32_t
|
2022-01-06 09:13:54 +11:00 |
|
Pierre Kancir
|
7a8cef877b
|
AP_Logger: fix implicit instanciation order, base class first
|
2022-01-06 09:13:54 +11:00 |
|
Pierre Kancir
|
89e5e7f5c5
|
AP_Logger: fix clang-tidy warning about non correct check
strncmp return both positive and negative value, therefore is it better to implicitly compare to 0
|
2022-01-06 09:13:54 +11:00 |
|
Pierre Kancir
|
4add35355e
|
AP_Logger: use nullptr
|
2022-01-06 09:13:54 +11:00 |
|