-
Notifications
You must be signed in to change notification settings - Fork 15
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
Proposal for Mimic Constraint Feature #62
Conversation
Signed-off-by: Steve Peters <[email protected]>
Signed-off-by: Steve Peters <[email protected]>
Signed-off-by: Steve Peters <[email protected]>
* mimic tag to be used with output joint
Propose a new constraint, not joint type Target 1.10, libsdformat13 Use XML elements instead of attributes for numeric params Signed-off-by: Steve Peters <[email protected]>
Signed-off-by: Steve Peters <[email protected]>
If a joint wants to mimic an axis of a multi-axis joint, like a universal joint, I wonder how we should specify that? Currently
in that case, perhaps the attribute should be
|
Since the second tag is called
Seems the easiest to me personally. |
Also mention that XPath syntax is used. Signed-off-by: Steve Peters <[email protected]>
Signed-off-by: Steve Peters <[email protected]>
I just added a |
Added to implementation here : gazebosim/gz-physics@943740c |
Signed-off-by: Steve Peters <[email protected]>
Signed-off-by: Steve Peters <[email protected]>
this is ready for review |
Signed-off-by: Steve Peters <[email protected]>
8858065
to
9adfdbc
Compare
Signed-off-by: Steve Peters <[email protected]>
* add description * use world as the joints' parent * fix rack pose to avoid overlap Signed-off-by: Steve Peters <[email protected]>
Signed-off-by: Steve Peters <[email protected]>
Signed-off-by: Steve Peters <[email protected]>
This proposal suggests a new
mimic
constraint that is functionally similar to thegearbox
joint type but simpler to express and more flexible. It is targeted at SDFormat 1.11 / libsdformat14.The proposal is ready for review:
Preview: http://sdformat.org/tutorials?tut=mimic_proposal&cat=pose_semantics_docs&branch=scpeters%2Fmimic_joint_proposal
Related pull requests:
sdf
element sdformat#1166