Hey @Eric-Katzfey I was able to solve it. I was able to shift the drone to offboard-mode, the drone doesn't drift away. In voxl-vision-hub, I have the set the parameter to figure_eight.
I'm getting the stream to VOXL2 from Flight Core v2. I had to run it on 2 different ports.
mavlink stream -r 30 -s ODOMETRY -d /dev/ttyS4
mavlink stream -r 30 -s ODOMETRY -d /dev/ttyS6
But I'm getting the #331 odometry message when using only ttyS6 port.
Screenshot from 2024-11-25 18-52-49.png
Now the drone is able to figure_eight loop without loosing height estimates.