Using VO with EKF in Ardusub

Hi! Me and my team are actually trying to use the EKF implemented in Ardusub to get a telemetry for our AUV. We are actually thinking of using VO to provide inforamtion as update step for the EKF. But I am currently not able to know where to start from? Can anyone please provide some guidance who has done this earlier? Like direct me to an already existing thread that tackles this problem or outline an approach that I should follow? I have a 9-axis IMU too. And for starting, we are currently trying to experiment with various VO algorithms available to test which of them work well underwater.
All kinds of approaches and advices are highly appreciated and would be crucial!

Hi @Haadi -
I don’t know what “VO” is- perhaps visual odometery? It’s always a good idea to spell out acronyms!
Not a lot had been done with AUVs and ArduSub, I made a vertical profiling one recently but things like control surfaces are not natively supported yet …

I am so sorry for getting back after so many days. I got busy with my academic committments. Yeah, I meant Visual Odometry by VO. I am sorry I’ll take care next time.

Hi @Haadi,

ArduPilot’s Non-GPS Position Estimation docs may be worth a read.

I’m unsure whether all such features are available in ArduSub, but I’m at least aware that BlueOS Extensions like this one make use of MAVLink’s VISION_POSITION_DELTA message to integrate a DVL (an acoustic velocity-measuring / positioning device).

Searching the forums may also yield some insight into what others have tried before :slight_smile:

Thank you so much for your response. I’ll surely look into it.