mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-22 00:28:30 -04:00
hwdef: force enable heater on PixPilot-V6
This commit is contained in:
parent
2f1c38e13a
commit
1d0bcbf3a1
@ -230,6 +230,12 @@ define HAL_IMUHEAT_P_DEFAULT 50
|
||||
define HAL_IMUHEAT_I_DEFAULT 0.07
|
||||
define HAL_IMU_TEMP_MARGIN_LOW_DEFAULT 5
|
||||
|
||||
# compensate for magnetic field generated by the heater on internal IST8310
|
||||
define HAL_HEATER_MAG_OFFSET {AP_HAL::Device::make_bus_id(AP_HAL::Device::BUS_TYPE_I2C,0,0xe,0xa),Vector3f(0,2,-19)}
|
||||
|
||||
# this board does not have heater detection pins, so force via features register
|
||||
define AP_IOMCU_FORCE_ENABLE_HEATER 1
|
||||
|
||||
# Enable all IMUs to be used and therefore three active EKF Lanes
|
||||
define HAL_EKF_IMU_MASK_DEFAULT 7
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user