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

Change the coordinate in Isaac SIm #212

Open
JianlinWang-JL opened this issue Mar 29, 2024 · 0 comments
Open

Change the coordinate in Isaac SIm #212

JianlinWang-JL opened this issue Mar 29, 2024 · 0 comments

Comments

@JianlinWang-JL
Copy link

I am facing a problem with coordinates, because the rules used to transfer euler to quaternion is quiet different in Sim and Gym.

In sim, we do the transfer based on xyz as shown in figure below:
image

But in sim, according to the examples given, is based on zyx, as shown in the formula:
“qua= gymapi.Quat.from_euler_zyx(10,0,0)”.

Now I would like to use both Sim and Gym, I would like to find a good parameter in Sim and use the euler angle in gym directly. But according to the different rules, the good parameters cannot be used in Gym.

I would like to ask if there is any possible way, I can change the coordinates and the transfer rule to the same one in gym?

Many thanks in advance!

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

1 participant