Rhys Mainwaring
|
954af207c2
|
Tools: add COLCON_IGNORE to modules and libraries
- Prevent colcon from searching in modules and libraries for CMakeLists.txt.
Signed-off-by: Rhys Mainwaring <rhys.mainwaring@me.com>
|
2023-04-19 18:34:15 +10:00 |
Peter Barker
|
81f3c6a4c4
|
AP_Arming: correct prearm check for mission storage file
|
2023-04-19 18:05:20 +10:00 |
bugobliterator
|
ef8ebd85dd
|
AP_BoardConfig: resetting the BRD_HEAT_TARG to 45 is not needed anymore
As iomcu fw has right default polarity now.
|
2023-04-19 17:59:08 +10:00 |
Andy Piper
|
7db0c387cc
|
AP_HAL_ChibiOS: update MambaF405v2 for ICM42688, bdshot and DMA on UART1
|
2023-04-19 17:47:51 +10:00 |
Andy Piper
|
87a3c34c70
|
AP_HAL_ChibiOS: add BMI270 and ICM42688 to FlywooF745
|
2023-04-19 17:42:26 +10:00 |
Andy Piper
|
794335bb26
|
AP_HAL_ChibiOS: remove erroneous FlywooF745v2
|
2023-04-19 17:42:26 +10:00 |
Randy Mackay
|
288de08374
|
RC_Channel: integrate ZoomType def move out of AP_Camera
|
2023-04-19 17:31:46 +10:00 |
Randy Mackay
|
14ef3870bc
|
AP_Mount: integrate ZoomType def move out of AP_Camera
|
2023-04-19 17:31:46 +10:00 |
Randy Mackay
|
a1ae189b17
|
AP_Camera: move ZoomType def to separate .h
|
2023-04-19 17:31:46 +10:00 |
Randy Mackay
|
a8c593d44c
|
AP_Mount: Siyi driver comment re zoom decrement
|
2023-04-19 17:31:46 +10:00 |
Randy Mackay
|
9c72cf2a1e
|
AP_Camera: move some includes to backend
also remove some redundant includes
|
2023-04-19 17:31:46 +10:00 |
Randy Mackay
|
82d03e45e0
|
AP_Scripting: integrate camera_state_t scope change
|
2023-04-19 17:31:46 +10:00 |
Randy Mackay
|
a9cc32d304
|
AP_Camera: reduce camera_state_t scope
|
2023-04-19 17:31:46 +10:00 |
Randy Mackay
|
ea1836304a
|
AP_Scripting: ViewPro driver supports zoom pct
|
2023-04-19 17:31:46 +10:00 |
Randy Mackay
|
4090c50e8f
|
AP_Scripting: camera set_zoom binding replaces set_zoom_step
|
2023-04-19 17:31:46 +10:00 |
Randy Mackay
|
ddaff85166
|
AP_Mission: set_zoom replaces set_zoom_step
|
2023-04-19 17:31:46 +10:00 |
Randy Mackay
|
9100123efe
|
RC_Channel: set_zoom replaces set_zoom_step
|
2023-04-19 17:31:46 +10:00 |
Randy Mackay
|
5b7f9c874d
|
AP_Mount: set_zoom replaces set_zoom_step
|
2023-04-19 17:31:46 +10:00 |
Randy Mackay
|
6603a6c8c5
|
AP_Camera: set_zoom replaces set_zoom_step
|
2023-04-19 17:31:46 +10:00 |
bugobliterator
|
b1c4cf9923
|
AP_DroneCAN: fix DroneCAN run for SITL
|
2023-04-19 17:26:57 +10:00 |
Andrew Tridgell
|
42192b2800
|
AP_DroneCAN: cope with 16 bit limit on event timeout
use a smaller process() time while waiting for node startup
|
2023-04-19 17:26:57 +10:00 |
Andrew Tridgell
|
761297a068
|
AP_HAL_SITL: change to 16 bit timeout in event interface
prevent issues on 16 bit timers where we can end up with TIME_INFINITE
|
2023-04-19 17:26:57 +10:00 |
Andrew Tridgell
|
d5effcdf92
|
AP_HAL_Linux: change to 16 bit timeout in event interface
prevent issues on 16 bit timers where we can end up with TIME_INFINITE
|
2023-04-19 17:26:57 +10:00 |
Andrew Tridgell
|
d1e50cb0c8
|
AP_HAL: change to 16 bit timeout in event interface
prevent issues on 16 bit timers where we can end up with TIME_INFINITE
|
2023-04-19 17:26:57 +10:00 |
Andrew Tridgell
|
86b6f3a2c6
|
AP_HAL_ChibiOS: change to 16 bit timeout in event interface
prevent issues on 16 bit timers where we can end up with TIME_INFINITE
|
2023-04-19 17:26:57 +10:00 |
Peter Barker
|
7088286ebf
|
AP_Compass: use new vector methods to make for more compact code
The check for zero-length magnetic field on the primary is redundant given the one on the loop
|
2023-04-19 14:25:06 +10:00 |
Peter Barker
|
f1eec8482b
|
AC_AttitudeControl: use quat.to_euler(Vector3f&)
|
2023-04-19 14:24:45 +10:00 |
Peter Barker
|
ce8afaf57b
|
AP_NavEKF3: use quat.to_euler(Vector3f&)
|
2023-04-19 14:24:45 +10:00 |
Peter Barker
|
a3c5926040
|
AP_Mount: use quat.to_euler(Vector3f&)
|
2023-04-19 14:24:45 +10:00 |
Peter Barker
|
0b2e1e7989
|
AP_Math: allow conversion of a quaternion into an rpy Vector3f
There are several places in the code that can use this
|
2023-04-19 14:24:45 +10:00 |
Iampete1
|
4186edad3f
|
AP_DroneCAN: move to hal.util->snprintf to keep g++ 7.5.0 happy
|
2023-04-18 17:44:29 +01:00 |
Andrew Tridgell
|
14d2318859
|
AP_BoardConfig: on debug builds enable the debug pins by default
this saves a step in debugging
|
2023-04-18 14:35:21 +10:00 |
Peter Barker
|
5121b33c03
|
hwdef: remove more features from SkyViper
|
2023-04-18 11:45:39 +10:00 |
Peter Barker
|
271571e29c
|
AP_GPS_NMEA: fix stringop truncation failure on g++ 9
|
2023-04-18 11:44:57 +10:00 |
Peter Barker
|
8c203d29d0
|
SRV_Channel: remove CANTester
|
2023-04-18 11:43:58 +10:00 |
Peter Barker
|
a657c6ea75
|
GCS_MAVLink: remove CANTester
|
2023-04-18 11:43:58 +10:00 |
Peter Barker
|
b055b67a7f
|
AP_CANManager: remove CANTester
|
2023-04-18 11:43:58 +10:00 |
Peter Barker
|
a4721b4ff8
|
AP_Arming: remove CANTester
|
2023-04-18 11:43:58 +10:00 |
Henry Wurzburg
|
73011c81fd
|
AP_HAL_ChibiOS: correct MatekH743 storage size
|
2023-04-18 11:25:25 +10:00 |
Robert Taylor
|
ebef532258
|
AP_Scripting: Add EFI state get example
|
2023-04-18 10:31:01 +10:00 |
Robert Taylor
|
59cb583d63
|
AP_Scripting: Add efi get_state function
|
2023-04-18 10:31:01 +10:00 |
Robert Taylor
|
7b64d09dc4
|
AP_Scripting: Make EFI bindings readable
|
2023-04-18 10:31:01 +10:00 |
Peter Barker
|
068443718e
|
GCS_MAVLink: deprecate use of MISSION_SET_CURRENT message
The mavlink command MAV_CMD_DO_SET_MISSION_CURRENT has been in place since January 2019 and is superior to this.
|
2023-04-18 10:24:26 +10:00 |
Iampete1
|
3a36337775
|
AP_Motors: Thrust Linearization: disable density comp in example as baro is not declared
|
2023-04-18 09:32:22 +10:00 |
Iampete1
|
ab4777de14
|
AP_Motors: move thrust linerization to its own class
|
2023-04-18 09:32:22 +10:00 |
Peter Barker
|
5d68f44694
|
AP_NavEKF3: move beacon variables into structure
AP_NavEKF3: change beacon variable names
|
2023-04-18 09:28:02 +10:00 |
Peter Barker
|
f6fa509443
|
AP_Camera: add timestamp on parameter conversion function
...so we can remove this stuff more easily over time
|
2023-04-17 22:05:08 +01:00 |
Peter Barker
|
395961883f
|
AP_Logger: avoid many method calls logging RCOU
|
2023-04-17 21:28:49 +10:00 |
Peter Barker
|
1fb879322c
|
hwdef: correct compilation of OMNIBUSF7V2
redefition erro
|
2023-04-17 21:26:41 +10:00 |
Tom Pittenger
|
7bde074791
|
AP_KDECAN: remove prearm and allow better mapping
|
2023-04-17 11:52:52 +10:00 |