Hello!
This code was written for NGIMU.
In the new generation - XIMU3, there is an option to make a gyroscope offset correction on-board .
When using this feature, should I remove lines 37 and 55?
- offset = imufusion.Offset(sample_rate)
- gyroscope[index] = offset.update(gyroscope[index])
Thanks!
Hello!
This code was written for NGIMU.
In the new generation - XIMU3, there is an option to make a gyroscope offset correction on-board .
When using this feature, should I remove lines 37 and 55?
Thanks!