Electronic – Does multiple IMU increase accuracy

accelerometergyroscopeimumems

I'm just starting up with IMU's and I really want to work on my own flight controller, but a question always hits my mind and I am not able to find answer anywhere, so I'm here.

Will multiple IMUs will help improving stability of a quadcopter? averaging out the values of all the multiple IMUs should reduce the drift, which is a function of time, but I have no experience with IMUs and just cant figure out about the amount of error correction by adding one extra IMU, will it be just additive? or Exponential?

This question was also posted on the Robotics Stack Exchange site.

Best Answer

Yes, you can use multiple sensor units to improve the data, but only if their errors — biases, scale factors, noise, etc. — are independent (uncorrelated). In that case, you can expect the RMS error to decrease in proportion to the square root of the number of units used. For example, if you have four units, the random errors will be roughly cut in half.