Skip to content

Commit 0007bb2

Browse files
DeepMindcopybara-github
authored andcommitted
Add two new attributes to weld constraints:
- `anchor` determines the point of wrench application, in the frame of body2. - `tfratio` scales applied torques relative to applied forces. - Add visualisation of both anchor points to both weld and connect constraints. - Add a test model showing how the new weld parameters behave. PiperOrigin-RevId: 469228149 Change-Id: I2863b8a52b35bc562d37fd2d779dd8b8f0bea24a
1 parent af21ef4 commit 0007bb2

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

dm_control/mjcf/schema.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1398,8 +1398,6 @@
13981398
<attribute name="body1" type="reference" required="true" reference_namespace="body"/>
13991399
<attribute name="body2" type="reference" reference_namespace="body"/>
14001400
<attribute name="relpose" type="array" array_type="float" array_size="7"/>
1401-
<attribute name="anchor" type="array" array_type="float" array_size="3"/>
1402-
<attribute name="tfratio" type="float"/>
14031401
</attributes>
14041402
</element>
14051403
<element name="joint" repeated="true" namespace="equality">

0 commit comments

Comments
 (0)