Tom Pittenger
a285a741df
AP_Periph: implement HAL_PERIPH_ALLOW_MAVLINK_UART_OR_USB_REBOOT_CMD
4 years ago
Tom Pittenger
5c98e18236
AP_HAL_CubeORange-periph: enable HAL_PERIPH_ALLOW_MAVLINK_UART_OR_USB_REBOOT_CMD on USB
4 years ago
Peter Barker
6dfd2f2ff9
AP_NavEKF3: use use_EKFGSFYaw to reduce code duplication
4 years ago
Andrew Tridgell
a31ea88ff5
SITL: use async SOAP requests for flightaxis
...
this greatly improves performance for cygwin
4 years ago
Andrew Tridgell
8d6d5c6b49
SITL: removed flightaxis threading
4 years ago
Andrew Tridgell
b4201436dd
HAL_ChibiOS: fixed flash space on 16k bl boards
...
this avoids the stm32_flash_recent_erase() function which added around
800 bytes to the bootloader. It is not needed
4 years ago
bnsgeyer
62758ffd99
AP_Motors: Dual-heli-keep intermeshing from using DCP to yaw mixer
4 years ago
PittRBM
3f405590c7
AP_Motors: Dual Heli-add support for intermeshing rotor
4 years ago
bnsgeyer
ebd83b756b
AP_Motors: add DCP trim feature for Dual Heli
4 years ago
Mouna
2763ce027e
Tools: adding my name to GIT_Success
4 years ago
bugobliterator
1c2e0a887f
.github: workaround for missing kernel modules for 5.4.0-1032-azure
4 years ago
Peter Barker
f12191b4b1
AP_Param: fix typo
4 years ago
Peter Barker
840c386a33
AP_Param: add _FLAG to AP_PARAM_NO_SHIFT
...
Just for consistency with the other flags
4 years ago
Pierre Kancir
7a2a60e65c
Tools: rover: correct test_setting_modes_via_mavproxy_switch for RTL and AUTO
4 years ago
Pierre Kancir
871b9fc12d
Tools: plane : initial_mode_switch_mode
4 years ago
Pierre Kancir
e4707c20ea
Tools: rover: add initial_mode_switch_mode
4 years ago
Pierre Kancir
9550721ae4
Tools: add initial_mode testing
4 years ago
Pierre Kancir
1e5d9fb299
Copter: set initial mode on startup
4 years ago
Pierre Kancir
be2e243916
Copter: add initial mode parameter
4 years ago
Randy Mackay
a2cca60beb
AP_NavEKF3: constify EKFGSF_getYaw
4 years ago
Randy Mackay
754002525e
AP_NavEKF: constify EKFGSF_yaw members
4 years ago
Randy Mackay
0c3fcfd9d6
AP_NavEKF3: add missing break to case statements
4 years ago
Randy Mackay
9cb529cfd6
AP_NavEKF3: minor formatting fix
...
also replace tab with spaces
4 years ago
Sebastian Witt
6cfaae4e7d
AP_HAL_ChibiOS: Support for Diatone MambaF405 MK2
4 years ago
Sebastian Witt
fe8ccca9a9
Tools: Add Diatone MambaF405 MK2
4 years ago
Andy Piper
e6d0e38129
AP_RCProtocol: allow handshake to initiate RC connection. Support listen-only SRXL2 devices.
...
only bootstrap when SRXL2 is the only configured protocol (RC_PROTOCOLS=256)
remove spurious 0 initializers
4 years ago
李孟晓
aae2d0082d
AP_BattMonitor_UAVCAN: Fix issue with multiple batteries not working
4 years ago
Andrew Tridgell
ad14e153e8
Plane: fixed tilt vectoring to cope with large tilt angles
...
This uses vectoring for both roll and yaw when tilted, and uses
differential thrust for yaw when tilted
4 years ago
Andrew Tridgell
c504e2db04
AP_Motors: added disable_yaw_torque() method
...
this is used for tilt-vectored quadplanes to use only vectoring for
yaw control. This avoids some nasty transition issues
4 years ago
Andrew Tridgell
f10f7d971d
Tools: added --vehicle-binary to sim_vehicle.py
...
this is useful for using a pre-built binary
4 years ago
Pierre Kancir
7d88d104b8
Tools: put Rover SlewRate test on disable list for now
4 years ago
Andrew Tridgell
087eb8eeea
Tools: rebuild CAN bootloaders for AP_Periph
4 years ago
Andrew Tridgell
e0e4198358
AP_Bootloader: fixed can bootloader with old UAVCAN GUI tool
...
the part that was failing was the write of the leading words. That
part is not actually needed in this bootloader as we use a CRC before
running, so remove it, which fixes the old windows GUI tool.
This also saves some memory and flash
4 years ago
Paul Riseborough
908b348c31
AP_NavEKF3: Fix typo in enum label
4 years ago
Randy Mackay
e819dbdd64
AP_NavEKF3: add EKFGSF_getYaw to reduce duplicate code
4 years ago
Randy Mackay
c2edae905f
AP_NavEKF3: simplify logic when updating yawAngDataStatic
4 years ago
Randy Mackay
843ddb4fdc
AP_NavEKF3: minor format fix
4 years ago
Paul Riseborough
a9e76d44af
AP_NavEKF3: Clean up yaw fusion logic
4 years ago
Paul Riseborough
ccfd89240b
AP_NavEKF3: Fix error in calculation of static 312 order yaw reference
4 years ago
Peter Barker
1307a2fea8
ArduPlane: add auxillary function to change to FBWA
4 years ago
Peter Barker
44cafa0dcc
RC_Channel: add auxillary function to change to FBWA
4 years ago
Dr.-Ing. Amilcar do Carmo Lucas
fb8e1f4b9d
Tools: Added support for 1/s and kg/m/m parameter units
4 years ago
Dr.-Ing. Amilcar do Carmo Lucas
f77ab30f7a
Revert "AP_NavEKF3: Remove unsupported parameter unit descriptions"
...
This reverts commit 4f4a2f446d
.
Makes more sense to add those to the list of supported units
4 years ago
Dr.-Ing. Amilcar do Carmo Lucas
ffa057d61e
Copter: prepare 4.0.6-rc1 release notes
4 years ago
Andrew Tridgell
2e18334165
HAL_SITL: fixed baudrate 0 set in SITL
...
this fixes MSP sensors in SITL with real uarts
4 years ago
Andrew Tridgell
7b6392fcb5
HAL_Empty: fixed build
4 years ago
Andrew Tridgell
d6c5fc36d8
HAL_Linux: only init serial(0)
...
we should not pre-init all uarts, it wastes memory if unused
4 years ago
Andrew Tridgell
19723e6e75
AP_HAL: make uart pointers private
...
this ensures they cannot be used by library or vehicle code, so we
will be able to remove them in future
4 years ago
Andrew Tridgell
195ec0316a
AP_HAL: fixed example fw for SERIAL naming
4 years ago
Andrew Tridgell
6249abaf8f
RC_Channel: fixed example firmware
4 years ago