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

Support Euler angles rather than only RPY in RobotModel #100

Closed
cmower opened this issue Mar 8, 2023 · 1 comment
Closed

Support Euler angles rather than only RPY in RobotModel #100

cmower opened this issue Mar 8, 2023 · 1 comment
Labels
enhancement New feature or request help wanted Happy to accept pull requests

Comments

@cmower
Copy link
Owner

cmower commented Mar 8, 2023

We support RPY Euler angles, e.g.:

optas/optas/models.py

Lines 796 to 798 in 9680f57

def get_global_link_rpy(self, link, q):
"""Get the Roll-Pitch-Yaw angles in the global frame."""
return Quaternion.fromvec(self.get_global_link_quaternion(link, q)).getrpy()

However, it would be good to support general Euler angles with a similar interface to as_euler from Scipy.

@cmower cmower added enhancement New feature or request help wanted Happy to accept pull requests labels Mar 8, 2023
@cmower
Copy link
Owner Author

cmower commented May 8, 2023

Closing this, since #113 is the plan for future developments.

@cmower cmower closed this as completed May 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Happy to accept pull requests
Projects
None yet
Development

No branches or pull requests

1 participant