INS_LOG_BAT_MASK - which option for which IMU?

Going through the docs for setting up filters, I came across mention of the INS_LOG_BAT_MASK in the “Throttle” section of the page: Managing Gyro Noise with the Static Notch and Dynamic Harmonic Notch Filters

The docs say set this to “1” to collect data from the first IMU.

However, the parameter reference says option “0” is for the first IMU.

Can someone please clarify this - and which IMU should be used for data collection on filters?

Thanks!

If you use mission planner you will get a nice pop-up which means it will be set correctly. It’s a bitmask so
1 = IMU0
2 = IMU1
3 = IMU0+IMU1
4 = IMU2
5 = IMU2 + IMU0
etc

1 Like

Excellent. I missed that it is a bit mask. Thank you Andy!