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

Add Frame::getTransform(withRespecTo, inCoordinatesOf) #471

Closed
jslee02 opened this issue Jul 26, 2015 · 3 comments
Closed

Add Frame::getTransform(withRespecTo, inCoordinatesOf) #471

jslee02 opened this issue Jul 26, 2015 · 3 comments
Milestone

Comments

@jslee02
Copy link
Member

jslee02 commented Jul 26, 2015

We can specify relative frame and observation frame when we get velocities and accelerations of a Frame, but observation frame is not allow to specify for the transformation.

@mxgrey
Copy link
Member

mxgrey commented Jul 26, 2015

The main reason that I didn't add this along with the others is... I guess I'm not quite sure what the meaning or use of it would be. Would we just apply a rotation to the transform based on the coordinates of the inCoordinatesOf frame? I'd be okay with this API addition, I've just never personally known a use for it.

@jslee02
Copy link
Member Author

jslee02 commented Jul 27, 2015

Would we just apply a rotation to the transform based on the coordinates of the inCoordinatesOf frame?

Yes. We may want to know a relative transformation between two bodies in a different body like observing the relative transformation using a sensor that is attached to a different body.

@jslee02
Copy link
Member Author

jslee02 commented Aug 2, 2015

Added by #475.

@jslee02 jslee02 closed this as completed Aug 2, 2015
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