Paul Riseborough
|
e53416e77b
|
AP_NavEKF3: Apply GPS quality checks following loss of 3D fix if velocity error is bounded
|
2024-06-09 14:25:02 +10:00 |
|
MattKear
|
5784abde1f
|
AP_Motors: Heli dual: Constrain cyclic roll for intermeshing
|
2024-06-08 23:13:28 -04:00 |
|
Andrew Tridgell
|
c783f632c1
|
AP_Scription: added CANF logging to Halo6000 EFI driver
allows for easier debugging
|
2024-06-09 08:37:44 +10:00 |
|
Iampete1
|
1c5c80d244
|
AP_Scripting: Docs: remove stray grave
|
2024-06-08 07:29:53 +10:00 |
|
Andrew Tridgell
|
e9d39d80f4
|
AP_InertialSensor: fixed ICM42670
highres sampling is not working on the ICM42670 on some versions of
the Pixhawk6X. Disable for now.
|
2024-06-07 19:44:48 +10:00 |
|
Iampete1
|
cb22a6389d
|
AP_Scripting: add virtual class in docs to avoid need nil check warning
|
2024-06-07 06:30:22 +10:00 |
|
muramura
|
dfc04cd53a
|
AP_Notify: Convert the ENUM definition to a class
|
2024-06-06 15:15:14 -04:00 |
|
George Zogopoulos
|
d2901dc9c9
|
SITL: Removed trailing underscore
|
2024-06-05 19:03:31 +10:00 |
|
Peter Barker
|
78fcf7057c
|
GCS_MAVLink: move switch for sending camera messages into AP_Camera
neatens GCS_Common a bit, reduces repetitive code
|
2024-06-05 10:29:01 +10:00 |
|
Peter Barker
|
5538f6735f
|
AP_Camera: move switch for sending camera messages into AP_Camera
neatens GCS_Common a bit, reduces repetitive code
|
2024-06-05 10:29:01 +10:00 |
|
Iampete1
|
364419be81
|
AP_Scripting: docs: allow overload of manual bindings to allow documentation of optional arguments
|
2024-06-04 09:29:49 +10:00 |
|
Iampete1
|
f54ca766df
|
AP_Scripting: tests: luacheck.lua: ignore lua-language-server
|
2024-06-04 09:29:49 +10:00 |
|
Iampete1
|
93642026aa
|
AP_Scripting: tests: check.json: check files it gitignore but not self
|
2024-06-04 09:29:49 +10:00 |
|
Henry Wurzburg
|
3b86c0527f
|
AP_BLHeli:expand metadata of 3d and Reverse masks
|
2024-06-04 09:24:41 +10:00 |
|
Henry Wurzburg
|
887e4713e6
|
AP_HAL_ChibiOS:remove fetaures to allow boards to build
|
2024-06-04 09:23:43 +10:00 |
|
Andrew Tridgell
|
6233bc0e10
|
HAL_Empty: use NEW_NOTHROW for new(std::nothrow)
|
2024-06-04 09:20:21 +10:00 |
|
Andrew Tridgell
|
ceac4969d5
|
AP_Networking: use NEW_NOTHROW for new(std::nothrow)
|
2024-06-04 09:20:21 +10:00 |
|
Andrew Tridgell
|
e97a6c7089
|
AP_InertialSensor: use NEW_NOTHROW for new(std::nothrow)
|
2024-06-04 09:20:21 +10:00 |
|
Andrew Tridgell
|
35a8f6c7b2
|
AP_DroneCAN: use NEW_NOTHROW for new(std::nothrow)
|
2024-06-04 09:20:21 +10:00 |
|
Andrew Tridgell
|
265e2a4d6b
|
StorageManager: use NEW_NOTHROW for new(std::nothrow)
|
2024-06-04 09:20:21 +10:00 |
|
Andrew Tridgell
|
3682e3aad3
|
SRV_Channel: use NEW_NOTHROW for new(std::nothrow)
|
2024-06-04 09:20:21 +10:00 |
|
Andrew Tridgell
|
4e1b2b95d4
|
SITL: use NEW_NOTHROW for new(std::nothrow)
|
2024-06-04 09:20:21 +10:00 |
|
Andrew Tridgell
|
9b046f5a12
|
GCS_MAVLink: use NEW_NOTHROW for new(std::nothrow)
|
2024-06-04 09:20:21 +10:00 |
|
Andrew Tridgell
|
5859250651
|
Filter: use NEW_NOTHROW for new(std::nothrow)
|
2024-06-04 09:20:21 +10:00 |
|
Andrew Tridgell
|
db6bcdb725
|
AP_WindVane: use NEW_NOTHROW for new(std::nothrow)
|
2024-06-04 09:20:21 +10:00 |
|
Andrew Tridgell
|
76d16e2d78
|
AP_Winch: use NEW_NOTHROW for new(std::nothrow)
|
2024-06-04 09:20:21 +10:00 |
|
Andrew Tridgell
|
20a5ec4348
|
AP_WheelEncoder: use NEW_NOTHROW for new(std::nothrow)
|
2024-06-04 09:20:21 +10:00 |
|
Andrew Tridgell
|
659ecf6159
|
AP_VisualOdom: use NEW_NOTHROW for new(std::nothrow)
|
2024-06-04 09:20:21 +10:00 |
|
Andrew Tridgell
|
6a96df4792
|
AP_Vehicle: use NEW_NOTHROW for new(std::nothrow)
|
2024-06-04 09:20:21 +10:00 |
|
Andrew Tridgell
|
30228f5e6e
|
AP_Torqeedo: use NEW_NOTHROW for new(std::nothrow)
|
2024-06-04 09:20:21 +10:00 |
|
Andrew Tridgell
|
65822c01ed
|
AP_TemperatureSensor: use NEW_NOTHROW for new(std::nothrow)
|
2024-06-04 09:20:21 +10:00 |
|
Andrew Tridgell
|
93484ec81d
|
AP_TempCalibration: use NEW_NOTHROW for new(std::nothrow)
|
2024-06-04 09:20:21 +10:00 |
|
Andrew Tridgell
|
a2459c6e61
|
AP_Scripting: use NEW_NOTHROW for new(std::nothrow)
|
2024-06-04 09:20:21 +10:00 |
|
Andrew Tridgell
|
5af89a4291
|
AP_Scheduler: use NEW_NOTHROW for new(std::nothrow)
|
2024-06-04 09:20:21 +10:00 |
|
Andrew Tridgell
|
c1bdf15c1d
|
AP_RPM: use NEW_NOTHROW for new(std::nothrow)
|
2024-06-04 09:20:21 +10:00 |
|
Andrew Tridgell
|
01f02867a6
|
AP_RCTelemetry: use NEW_NOTHROW for new(std::nothrow)
|
2024-06-04 09:20:21 +10:00 |
|
Andrew Tridgell
|
51d5f85b83
|
AP_RCProtocol: use NEW_NOTHROW for new(std::nothrow)
|
2024-06-04 09:20:21 +10:00 |
|
Andrew Tridgell
|
8554081be5
|
AP_RangeFinder: use NEW_NOTHROW for new(std::nothrow)
|
2024-06-04 09:20:21 +10:00 |
|
Andrew Tridgell
|
5130e26f4c
|
AP_Radio: use NEW_NOTHROW for new(std::nothrow)
|
2024-06-04 09:20:21 +10:00 |
|
Andrew Tridgell
|
c681701f81
|
AP_Proximity: use NEW_NOTHROW for new(std::nothrow)
|
2024-06-04 09:20:21 +10:00 |
|
Andrew Tridgell
|
6bd2be548b
|
AP_Param: use NEW_NOTHROW for new(std::nothrow)
|
2024-06-04 09:20:21 +10:00 |
|
Andrew Tridgell
|
a5672b0105
|
AP_OSD: use NEW_NOTHROW for new(std::nothrow)
|
2024-06-04 09:20:21 +10:00 |
|
Andrew Tridgell
|
7235c146fa
|
AP_OpticalFlow: use NEW_NOTHROW for new(std::nothrow)
|
2024-06-04 09:20:21 +10:00 |
|
Andrew Tridgell
|
014b3bba70
|
AP_OpenDroneID: use NEW_NOTHROW for new(std::nothrow)
|
2024-06-04 09:20:21 +10:00 |
|
Andrew Tridgell
|
cead1ee264
|
AP_ONVIF: use NEW_NOTHROW for new(std::nothrow)
|
2024-06-04 09:20:21 +10:00 |
|
Andrew Tridgell
|
530cbf1eca
|
AP_Notify: use NEW_NOTHROW for new(std::nothrow)
|
2024-06-04 09:20:21 +10:00 |
|
Andrew Tridgell
|
4d5aa1b8e3
|
AP_Networking: use NEW_NOTHROW for new(std::nothrow)
|
2024-06-04 09:20:21 +10:00 |
|
Andrew Tridgell
|
242a3741e3
|
AP_NavEKF: use NEW_NOTHROW for new(std::nothrow)
|
2024-06-04 09:20:21 +10:00 |
|
Andrew Tridgell
|
94cbd7cbfb
|
AP_NavEKF3: use NEW_NOTHROW for new(std::nothrow)
|
2024-06-04 09:20:21 +10:00 |
|
Andrew Tridgell
|
5e88d67571
|
AP_NavEKF2: use NEW_NOTHROW for new(std::nothrow)
|
2024-06-04 09:20:21 +10:00 |
|
Andrew Tridgell
|
5ca4bdbd8d
|
AP_MSP: use NEW_NOTHROW for new(std::nothrow)
|
2024-06-04 09:20:21 +10:00 |
|
Andrew Tridgell
|
28da263e16
|
AP_Mount: use NEW_NOTHROW for new(std::nothrow)
|
2024-06-04 09:20:21 +10:00 |
|
Andrew Tridgell
|
e5a63eaad0
|
AP_Motors: use NEW_NOTHROW for new(std::nothrow)
|
2024-06-04 09:20:21 +10:00 |
|
Andrew Tridgell
|
3912c6a5e0
|
AP_Module: use NEW_NOTHROW for new(std::nothrow)
|
2024-06-04 09:20:21 +10:00 |
|
Andrew Tridgell
|
e180359757
|
AP_Menu: use NEW_NOTHROW for new(std::nothrow)
|
2024-06-04 09:20:21 +10:00 |
|
Andrew Tridgell
|
ad6502c9f1
|
APM_Control: use NEW_NOTHROW for new(std::nothrow)
|
2024-06-04 09:20:21 +10:00 |
|
Andrew Tridgell
|
72c77b3453
|
AP_Math: use NEW_NOTHROW for new(std::nothrow)
|
2024-06-04 09:20:21 +10:00 |
|
Andrew Tridgell
|
20070b7e37
|
AP_Logger: use NEW_NOTHROW for new(std::nothrow)
|
2024-06-04 09:20:21 +10:00 |
|
Andrew Tridgell
|
41cc776bd9
|
AP_LeakDetector: use NEW_NOTHROW for new(std::nothrow)
|
2024-06-04 09:20:21 +10:00 |
|
Andrew Tridgell
|
98697ba5d3
|
AP_KDECAN: use NEW_NOTHROW for new(std::nothrow)
|
2024-06-04 09:20:21 +10:00 |
|
Andrew Tridgell
|
6962c4080d
|
AP_JSON: use NEW_NOTHROW for new(std::nothrow)
|
2024-06-04 09:20:21 +10:00 |
|
Andrew Tridgell
|
2e6c5157e6
|
AP_IOMCU: use NEW_NOTHROW for new(std::nothrow)
|
2024-06-04 09:20:21 +10:00 |
|
Andrew Tridgell
|
a0acccb1f9
|
AP_InertialSensor: use NEW_NOTHROW for new(std::nothrow)
|
2024-06-04 09:20:21 +10:00 |
|
Andrew Tridgell
|
17e338d7f6
|
AP_HAL_SITL: use NEW_NOTHROW for new(std::nothrow)
|
2024-06-04 09:20:21 +10:00 |
|
Andrew Tridgell
|
f1c6538f34
|
AP_HAL_Linux: use NEW_NOTHROW for new(std::nothrow)
|
2024-06-04 09:20:21 +10:00 |
|
Andrew Tridgell
|
20959524b8
|
AP_HAL: use NEW_NOTHROW for new(std::nothrow)
|
2024-06-04 09:20:21 +10:00 |
|
Andrew Tridgell
|
9caf942c7e
|
AP_HAL_ESP32: use NEW_NOTHROW for new(std::nothrow)
|
2024-06-04 09:20:21 +10:00 |
|
Andrew Tridgell
|
d3133b8fa1
|
AP_HAL_Empty: use NEW_NOTHROW for new(std::nothrow)
|
2024-06-04 09:20:21 +10:00 |
|
Andrew Tridgell
|
8dbad82c8a
|
AP_HAL_ChibiOS: use NEW_NOTHROW for new(std::nothrow)
|
2024-06-04 09:20:21 +10:00 |
|
Andrew Tridgell
|
375eab8560
|
AP_GyroFFT: use NEW_NOTHROW for new(std::nothrow)
|
2024-06-04 09:20:21 +10:00 |
|
Andrew Tridgell
|
62e3c6e5a4
|
AP_Gripper: use NEW_NOTHROW for new(std::nothrow)
|
2024-06-04 09:20:21 +10:00 |
|
Andrew Tridgell
|
1e075aeb80
|
AP_GPS: use NEW_NOTHROW for new(std::nothrow)
|
2024-06-04 09:20:21 +10:00 |
|
Andrew Tridgell
|
c70c8657bc
|
AP_Generator: use NEW_NOTHROW for new(std::nothrow)
|
2024-06-04 09:20:21 +10:00 |
|
Andrew Tridgell
|
ab408bf3af
|
AP_Frsky_Telem: use NEW_NOTHROW for new(std::nothrow)
|
2024-06-04 09:20:21 +10:00 |
|
Andrew Tridgell
|
a241b13f45
|
AP_Filesystem: use NEW_NOTHROW for new(std::nothrow)
|
2024-06-04 09:20:21 +10:00 |
|
Andrew Tridgell
|
4da9c245d1
|
AP_FETtecOneWire: use NEW_NOTHROW for new(std::nothrow)
|
2024-06-04 09:20:21 +10:00 |
|
Andrew Tridgell
|
5756b9a3de
|
AP_ExternalAHRS: use NEW_NOTHROW for new(std::nothrow)
|
2024-06-04 09:20:21 +10:00 |
|
Andrew Tridgell
|
b07e0bf06b
|
AP_EFI: use NEW_NOTHROW for new(std::nothrow)
|
2024-06-04 09:20:21 +10:00 |
|
Andrew Tridgell
|
ed8926361f
|
AP_DroneCAN: use NEW_NOTHROW for new(std::nothrow)
|
2024-06-04 09:20:21 +10:00 |
|
Andrew Tridgell
|
d5a90af9ba
|
AP_DDS: use NEW_NOTHROW for new(std::nothrow)
|
2024-06-04 09:20:21 +10:00 |
|
Andrew Tridgell
|
50253834ef
|
AP_DAL: use NEW_NOTHROW for new(std::nothrow)
|
2024-06-04 09:20:21 +10:00 |
|
Andrew Tridgell
|
98caad29f5
|
AP_CustomRotations: use NEW_NOTHROW for new(std::nothrow)
|
2024-06-04 09:20:21 +10:00 |
|
Andrew Tridgell
|
0f08b47322
|
AP_Compass: use NEW_NOTHROW for new(std::nothrow)
|
2024-06-04 09:20:21 +10:00 |
|
Andrew Tridgell
|
5620fee636
|
AP_Common: use NEW_NOTHROW for new(std::nothrow)
|
2024-06-04 09:20:21 +10:00 |
|
Andrew Tridgell
|
4bf2d87d70
|
AP_CheckFirmware: use NEW_NOTHROW for new(std::nothrow)
|
2024-06-04 09:20:21 +10:00 |
|
Andrew Tridgell
|
02456875e7
|
AP_CANManager: use NEW_NOTHROW for new(std::nothrow)
|
2024-06-04 09:20:21 +10:00 |
|
Andrew Tridgell
|
a71585b9b8
|
AP_Camera: use NEW_NOTHROW for new(std::nothrow)
|
2024-06-04 09:20:21 +10:00 |
|
Andrew Tridgell
|
bac6d6f644
|
AP_Beacon: use NEW_NOTHROW for new(std::nothrow)
|
2024-06-04 09:20:21 +10:00 |
|
Andrew Tridgell
|
4879cc24e6
|
AP_BattMonitor: use NEW_NOTHROW for new(std::nothrow)
|
2024-06-04 09:20:21 +10:00 |
|
Andrew Tridgell
|
72dc87e5c1
|
AP_Baro: use NEW_NOTHROW for new(std::nothrow)
|
2024-06-04 09:20:21 +10:00 |
|
Andrew Tridgell
|
9ace1c6792
|
AP_Avoidance: use NEW_NOTHROW for new(std::nothrow)
|
2024-06-04 09:20:21 +10:00 |
|
Andrew Tridgell
|
6f6648a35c
|
AP_AIS: use NEW_NOTHROW for new(std::nothrow)
|
2024-06-04 09:20:21 +10:00 |
|
Andrew Tridgell
|
8fdf085e2f
|
AP_Airspeed: use NEW_NOTHROW for new(std::nothrow)
|
2024-06-04 09:20:21 +10:00 |
|
Andrew Tridgell
|
54017b820b
|
AP_AHRS: use NEW_NOTHROW for new(std::nothrow)
|
2024-06-04 09:20:21 +10:00 |
|
Andrew Tridgell
|
715e8346a6
|
AP_ADSB: use NEW_NOTHROW for new(std::nothrow)
|
2024-06-04 09:20:21 +10:00 |
|
Andrew Tridgell
|
b8eab36298
|
AP_ADC: use NEW_NOTHROW for new(std::nothrow)
|
2024-06-04 09:20:21 +10:00 |
|
Andrew Tridgell
|
260a8eaddc
|
AC_PrecLand: use NEW_NOTHROW for new(std::nothrow)
|
2024-06-04 09:20:21 +10:00 |
|
Andrew Tridgell
|
4c41805a3d
|
AC_PID: use NEW_NOTHROW for new(std::nothrow)
|
2024-06-04 09:20:21 +10:00 |
|
Andrew Tridgell
|
c95624a040
|
AC_Fence: use NEW_NOTHROW for new(std::nothrow)
|
2024-06-04 09:20:21 +10:00 |
|
Andrew Tridgell
|
18e5da78d2
|
AC_CustomControl: use NEW_NOTHROW for new(std::nothrow)
|
2024-06-04 09:20:21 +10:00 |
|