mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-22 00:28:30 -04:00
AP_InertialSensor: add simulator for ICM40609
This commit is contained in:
parent
5001978704
commit
239b09fb34
@ -869,6 +869,9 @@ AP_InertialSensor::detect_backends(void)
|
||||
for (uint8_t i=0; i<AP::sitl()->imu_count; i++) {
|
||||
ADD_BACKEND(AP_InertialSensor_SITL::detect(*this, i==1?INS_SITL_SENSOR_B:INS_SITL_SENSOR_A));
|
||||
}
|
||||
#if defined(HAL_SITL_INVENSENSEV3)
|
||||
ADD_BACKEND(AP_InertialSensor_Invensensev3::probe(*this, hal.i2c_mgr->get_device(1, 1), ROTATION_NONE));
|
||||
#endif
|
||||
#elif HAL_INS_DEFAULT == HAL_INS_HIL
|
||||
ADD_BACKEND(AP_InertialSensor_HIL::detect(*this));
|
||||
#elif AP_FEATURE_BOARD_DETECT
|
||||
|
Loading…
Reference in New Issue
Block a user