in aruco_pose_estimation.py file a think there is a typo
on line 144
roll_marker, pitch_marker, yaw_marker = rotationMatrixToEulerAngles(R_flipR_tc)
i think must be (flipped last 2 chars)
roll_marker, pitch_marker, yaw_marker = rotationMatrixToEulerAngles(R_flipR_ct)
otherwise i have this errore
NameError: name 'R_tc' is not defined
in aruco_pose_estimation.py file a think there is a typo on line 144 roll_marker, pitch_marker, yaw_marker = rotationMatrixToEulerAngles(R_flipR_tc) i think must be (flipped last 2 chars) roll_marker, pitch_marker, yaw_marker = rotationMatrixToEulerAngles(R_flipR_ct) otherwise i have this errore NameError: name 'R_tc' is not defined