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

No more TransformFrom #72

Merged
merged 3 commits into from
Mar 21, 2021
Merged

No more TransformFrom #72

merged 3 commits into from
Mar 21, 2021

Conversation

dellaert
Copy link
Member

I liked how you guys dealt with the link-joint relationship. But the ability to do every operation in two different ways (transformTo(link1,...) == transformFrom(link2,...)) is confusing and leads to a lot of boilerplate, magnified even more with the new JointTyped hierarchy. So, this PR gets rid of the "From" variants. Turns out they were almost not used anyway.

I also added some derivative checks. We might not have enough of those.

As a heads up, I'd also like to just get rid of JointTyped. It's added value over ScrewJointBase seems very limited. I'll start an issue where you can comment.

Please review this ASAP so I can move on keep building. I have to teach grasps on Tuesday!

Frank

Copy link
Member

@gchenfc gchenfc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good riddance!

tests/testRevoluteJoint.cpp Show resolved Hide resolved
Copy link
Collaborator

@varunagrawal varunagrawal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM if derivatives compute correctly

@varunagrawal varunagrawal merged commit a7d7b10 into master Mar 21, 2021
@varunagrawal varunagrawal deleted the feature/joints2 branch March 21, 2021 22:52
@varunagrawal varunagrawal linked an issue Mar 22, 2021 that may be closed by this pull request
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

Successfully merging this pull request may close these issues.

transform functions - unintuitive names?
3 participants