Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

problem in aruco_pose_estimation #22

Open
c1p81 opened this issue Aug 11, 2022 · 2 comments
Open

problem in aruco_pose_estimation #22

c1p81 opened this issue Aug 11, 2022 · 2 comments

Comments

@c1p81
Copy link

c1p81 commented Aug 11, 2022

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_flip
R_ct)
otherwise i have this errore
NameError: name 'R_tc' is not defined

@tizianofiorenzani
Copy link
Owner

tizianofiorenzani commented Aug 14, 2022

@c1p81
Copy link
Author

c1p81 commented Aug 16, 2022

I'm very sorry.. checking my code the typo was in my source

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants