-
Notifications
You must be signed in to change notification settings - Fork 32
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
Converting quaternien vector into rpy #122
Comments
You look for an entity or a Python function ? |
I now understand your question. I don't see any QuaternionToRPY in src/matrix/operator.cpp so I guess there is none. I wouldn't be hard to write though. |
I think I have an entity doing more or less that in sot-talos-balance |
Thanks for providing the implementation in #121. What I am missing is also how to get a dg:vector as a |
Can you provide an example code ? |
Here is a reduced example with the corresponding error message:
|
I see your problem. I don't think it is implemented. |
Hi,
given a dg::vector representing a quaternion as
x, y, z, w
, is there a way to convert it to a rpy vector?There is a
QuaternionToMatrix
andMatrixToRPY
entity here 1. However, I cannot figure out how to get adg::vector
into aVectorQuaternion
type.Best
Julian
The text was updated successfully, but these errors were encountered: