-
Notifications
You must be signed in to change notification settings - Fork 41
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
Mimic constraint feature #431
Closed
+1,434
−1
Closed
Changes from all commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
5080bed
Skeletal code for SetMimicJointFeature
adityapande-1995 6584c4c
Added implementation, test to be written
adityapande-1995 0cf04bd
Skeletal test case
adityapande-1995 e862d37
Added world file
adityapande-1995 89baee9
Added basic test
adityapande-1995 845c076
Linter fix
adityapande-1995 ab64ba4
Fix tests
adityapande-1995 efe14ff
Delete unnecessary spaces
adityapande-1995 44848b7
Added test for prismatic joint
adityapande-1995 1bb3239
Prismatic world
adityapande-1995 5f53cb7
Added test for universal joint
adityapande-1995 4ce9d72
Merge branch 'gz-physics6' into aditya/mimic_constraint
adityapande-1995 1317a6d
Added tests between different joint types
adityapande-1995 943740c
Added reference to offset
adityapande-1995 87e8de3
Linter
adityapande-1995 4dd1b21
Added checks for DOFs and joint name
adityapande-1995 3e123fb
Merge branch 'gz-physics6' into aditya/mimic_constraint
adityapande-1995 4f19f38
Added a test to check vioaltion of consv of energy
adityapande-1995 e6b6b6e
Merge branch 'gz-physics6' into aditya/mimic_constraint
adityapande-1995 c845bfb
Merge branch 'gz-physics6' into aditya/mimic_constraint
adityapande-1995 1a3d345
Merge branch 'gz-physics6' into aditya/mimic_constraint
adityapande-1995 1fbeed2
Merge branch 'gz-physics6' into aditya/mimic_constraint
scpeters 5d3ec50
Merge branch 'gz-physics6' into aditya/mimic_constraint
adityapande-1995 6a0294b
Change parent/child to leader/follower, added axis arg to SetMimicCon…
adityapande-1995 0b4f490
Changed mimicJoint to joint, minor typo correction
adityapande-1995 484abc4
Merge branch 'gz-physics6' into aditya/mimic_constraint
adityapande-1995 6878701
Fix spelling
scpeters d7f552f
SetJointMimicConstraint: add dof argument
scpeters a7e4513
Use const ref
scpeters df5fd98
Merge branch 'gz-physics6' into aditya/mimic_constraint
azeey File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
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.
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.
we should add a
std::size_t _dof
argument (similar to the GetBasicJointState APIs) to specify the follower joint axisThere 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.
d7f552f