IMU Double Integration Python Code

Hey guys,

We are currently trying to automate the BlueROV2 to scan our university pool. We need underwater GPS to correct for the positioning. Although we know that double integrating the IMU may lead to highly inaccurate results, we want to try it initially.

Is there a Python code that is ready to use for this? I have been searching for days and am unable to find one.

Thanks!

Hi @moro,

I’m not aware of existing available Python code for that, although it likely exists in various repositories.
This stackexchange response may be a useful reference for the process involved. I believe the DataFlash .bin logs from on the Pixhawk will have a higher data rate than the .tlog files saved by QGroundControl, so may provide more accurate results.