Peter Barker
470e88f8b3
AP_Button: use send_to_active_channels()
6 years ago
Peter Barker
264a757095
GCS_MAVLink: add send_to_active_channels method
6 years ago
Peter Barker
4d46c801f2
GCS_MAVLink: panic in SITL if we fail to write to uart
6 years ago
Andrew Tridgell
73bc277470
HAL_ChibiOS: fixed KakuteF7 build
...
low on flash
6 years ago
Andrew Tridgell
2acaada884
HAL_ChibiOS: fixed OMNIBUSF7V2 build
...
ran out of flash for plane
6 years ago
Andrew Tridgell
bfdf857b34
HAL_ChibiOS: fixed airbotf4 build
6 years ago
Peter Barker
f2163fbc24
AC_WPNav: use singleton for getting AC_Avoid instance
6 years ago
Andrew Tridgell
614a059819
HAL_ChibiOS: convert more boards to using new sensor config system
6 years ago
Andrew Tridgell
4a8c307720
AP_UAVCAN: fixed build error of F4 boards with CAN
6 years ago
Peter Barker
4c88a1e9de
AP_RangeFinder: remove dangling update_instance declaration
6 years ago
Peter Barker
503aeba7b7
AP_RPM: remove dangling update_instance declaration
6 years ago
Peter Barker
d617904726
AP_Proximity: remove dangling update_instance declaration
6 years ago
Tatsuya Yamaguchi
18a43601cd
RangeFinder: Add up to 10 RangeFinder logs
6 years ago
Peter Barker
be9df7f600
AP_Logger: add a README.md to help locating units/mults/fieldtypes
6 years ago
Peter Barker
b644df14d0
AP_Logger: move documentation for fieldtypes, units and mults to top
6 years ago
1iggy2
7323a5da9d
AP_Motors: Added Octo I frame
6 years ago
ChristopherOlson
fc84995fb9
AP_Motors:Heli - remove H_LAND_COL_MIN and replace with H_COL_MID
6 years ago
Peter Barker
fb3f761fc7
AP_UAVCAN: fix redefinition of UAVCAN_NODE_POOL_BLOCK_SIZE warning
6 years ago
Peter Barker
cbf6d44277
AP_RCProtocol: fix missing-declaration warning in example
6 years ago
Peter Barker
73c81519da
AP_GPS: fix missing-declaration warning in example
6 years ago
Peter Barker
e9160cd9d5
AC_Avoid: correct iteration through edges
6 years ago
Peter Barker
cd6e5b48a1
AC_Avoid: move check for zero-desired-velocity into adjust_velocity_polygon
...
This is the method which divides by the length of this vector; the
check belongs in here.
6 years ago
Vincent
3177d24429
AP_HAL: Make linux hardware define more readable
6 years ago
Peter Barker
bb14ec1a2c
AP_Arming: make proximity sensor checks common
6 years ago
Peter Barker
99c56c1770
GCS_MAVLink: fix MAV.txp log field
...
This was being promoted to an unsigned.
6 years ago
Andrew Tridgell
e9ed3540f1
AP_NavEKF2: constrain field by table after fusion
...
this should make for faster convergence
6 years ago
Andrew Tridgell
3835d2613e
AP_NavEKF2: added EK2_MAG_EF_LIM parameter
...
this sets a limit on the difference between the earth field from the
WMM tables and the learned earth field inside the EKF. Setting it to
zero disables the feature. A positive value sets the limit in mGauss.
6 years ago
Andrew Tridgell
7206258587
AP_Compass: use new get_earth_field_ga() API
6 years ago
Andrew Tridgell
be62bf32cb
AP_Declination: added get_earth_field_ga() interface
...
this gives a more convenient API for getting the earth field as a
vector
6 years ago
Peter Hall
49003868fe
AP_Windvane: add NMEA wind sensor type
6 years ago
Peter Hall
fe38413ddc
AP_SerialManger: add windvane serial type
6 years ago
Peter Hall
ea4ecebfc4
AP_Math: add speed unit converstion defs
6 years ago
ChristopherOlson
b6bfc8947f
AP_Motors:Heli Governor - change rotor_rpm argument to a float
6 years ago
bnsgeyer
f1a32d7872
AP_Motors: Tradheli- modified thrcrv and gov parameter group names
6 years ago
ChristopherOlson
b1046c7b80
AP_Motors:Heli_RSC Governor - add method of droop compensation
...
- improve handling of outliers from speed sensor
- change governor_tc variable to governor_thrcurve
- remove equals zero from variable declarations
6 years ago
bnsgeyer
4120e29614
AP_Motors: Tradheli-complete conversion of throttle curve params to percent
...
add conversion for throttle curve params for upgrade
6 years ago
bnsgeyer
3629541a20
AP_Motors: Tradheli - implement enable params for throttle curve and governor
6 years ago
bnsgeyer
51d4029f03
AP_Motors: Tradheli - maintain consistent variable types as used in calcs
...
add override to declaration of new functions
6 years ago
ChristopherOlson
cca58e393a
AP_Motors:Heli_RSC - add support for rotor speed governor with droop speed control
6 years ago
Peter Barker
062ee71135
AC_Fence: simplify fence loading
...
There's only one caller to this, who didn't force loading - so remove
the unused parameter.
Also remove the _boundary_loaded boolean; it was only set to true in one
place - just before the sole caller called the function!
6 years ago
Andrew Tridgell
ff603a1f0b
HAL_ChibiOS: convert mini-pix
6 years ago
Andrew Tridgell
4548aa162b
HAL_ChibiOS: convert mindpx-v2
6 years ago
Andrew Tridgell
91aa49ba6f
HAL_ChibiOS: convert matek boards
6 years ago
Andrew Tridgell
fca03bef8d
HAL_ChibiOS: convert F4BY
6 years ago
Andrew Tridgell
8605060dfc
HAL_ChibiOS: convert F35Lightning
6 years ago
Andrew Tridgell
288d5d6fe6
HAL_ChibiOS: convert DrotekP3Pro
6 years ago
Andrew Tridgell
d90b05f685
HAL_ChibiOS: convert all fmuv5 boards to sensor config system
6 years ago
Andrew Tridgell
03bb94599b
HAL_ChibiOS: support I2C sensor probes by bus mask
6 years ago
Andrew Tridgell
fc1ec8a465
HAL_ChibiOS: convert airbot to new config
6 years ago
Andrew Tridgell
82b171582e
HAL_ChibiOS: added sensor config for cube varients
6 years ago