Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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