import cv2 import glob import argparse import math from numpy import genfromtxt import matplotlib.pyplot as plt import numpy as np
I'm starting to develop a visual odometry program. The "front" part (image acquisition and hopefully rectification) is done in ROS2, then the core of the proces