You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It was observed that the program was retrieving the camera's intrinsic matrix in a wrong way
the float64[12] P field(in 'sensor_msgs::CameraInfo') is supposed to be a 3x4 matrix whereas the program is assuming it as a 3x3 matrix
Upon adding a few lines to the function
callback_image
(inaruco_tracker.cpp
) for logging as follows:It was observed that the program was retrieving the camera's intrinsic matrix in a wrong way
the
float64[12] P
field(in 'sensor_msgs::CameraInfo') is supposed to be a 3x4 matrix whereas the program is assuming it as a 3x3 matrixconsole log:
published camera info(output of
rostopic echo /cv_camera/camera_info
):The text was updated successfully, but these errors were encountered: