-
Notifications
You must be signed in to change notification settings - Fork 225
Add doTransform function for twists or wrenches #406
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
Conversation
e3fc3b7 to
8d67d1e
Compare
8d67d1e to
11fd9e1
Compare
|
Pinging for review. |
11fd9e1 to
f8a2f32
Compare
Naive thought, but you could check at runtime with |
aprotyas
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Math LGTM on a cursory pass. Will leave a proper review soon.
One style suggestion in-line.
clalancette
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One minor formatting fix, then I think we can run CI on this.
|
Failures on Windows CI are unrelated to this change. But since Windows is the most likely to have problems, I'm going to wait until Windows is fixed and re-run it before merging. |
|
The warning on Windows is likely because this PR needs to be rebased. @AndyZe mind doing that? |
Co-authored-by: Abrar Rahman Protyasha <[email protected]>
Co-authored-by: Chris Lalancette <[email protected]>
6fd9fda to
7037c59
Compare
|
The macOS failure is in the nightlies as well, so this looks good. Thanks for iterating! |
I think this would be convenient for a lot of people!
It would be cool if there were a way to return an error if the VectorXd is not 6 long.