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

Two functions:tf.transformations.quaternion from euler in TF and tf_conversions. transformations.quaternion from euler in TF2 can realize the same function,but the transformation results are different. #219

Open
wbq1234 opened this issue Nov 4, 2020 · 1 comment

Comments

@wbq1234
Copy link

wbq1234 commented Nov 4, 2020

tf.transformations.quaternion from euler(roll, pitch, yaw) in TF and tf_conversions. transformations.quaternion from euler(roll, pitch, yaw) in TF2 to realize the rotation transformation.But the transformation results are different.The two functions help us to
simplify the calculation process, but in fact, the results obtained by function calculation are not accurate.We manually analysis and calculate: tf.transformations.quaternion from euler(roll, pitch, yaw) in TF to realize the rotation transformation function is more accurate.

@tfoote
Copy link
Member

tfoote commented Mar 30, 2021

Please provide an example of the specific functions your calling and show what arguments you're invoking and explain how you're determining one or the other to be more accurate. To be able to resolve an issue there needs to be a way to reproduce it.

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