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

code question #25

Open
ujgygy656565 opened this issue Jul 11, 2019 · 3 comments
Open

code question #25

ujgygy656565 opened this issue Jul 11, 2019 · 3 comments

Comments

@ujgygy656565
Copy link

ang = eulerAnglesToRotationMatrix([0, answer[-1][0], 0])
location = ang.dot(predict_pose_seq[-1][3:])
predict_pose_seq[-1][3:] = location[:]
last_pose = predict_pose_seq[-1]

I don't understand these steps.Can you explain these for me? I look forward to your reply. Thank you.

@SherlockGH
Copy link

Hi, i have the same question as you. Have you solved this question?

@mrgransky
Copy link

same question :(

@mrdavoodi
Copy link

The first line gets the rotation matrix.
The second line multiplies the rotation matrix by the predicted pose; so it comes in the right way according to the last pose and rotation.
In the third and forth line it applies these changes so that we have the right pose in continuous of the poses till now.

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

4 participants