Hello,
I've been wondering if there is a way in place already that has been used to calculate the distance of a centroid based on the pointcloud data.
I have a model that takes raw images and outputs a bounding box and a centroid in a 2D space. Since the OAK- Pro has laser built in I wanted to use this capability for a more accurate position estimation.
I am working in ROS2 and currently using the ROS drivers' examples. Do you guys have anything within ROS for this purpose? or something similar?
My main concern is if I need to fusion the pointcloud with the image or depth_ai already does this for us.