Hi, the distorsion coeff in sensor_msgs/CameraInfo has size of 5.
But in aruco_ros_utils.cpp, only 4 elements is used in distorsionCoeff.
besides, it checks whether the size of D is 4, if not, all distortion elements are set to 0...
why the last element is not used?
Thanks!