|
498 | 498 | <attribute name="fvmax" type="float"/> |
499 | 499 | </attributes> |
500 | 500 | </element> |
| 501 | + <element name="adhesion"> |
| 502 | + <attributes> |
| 503 | + <attribute name="group" type="int"/> |
| 504 | + <attribute name="forcelimited" type="keyword" valid_values="false true"/> |
| 505 | + <attribute name="ctrlrange" type="array" array_type="float" array_size="2"/> |
| 506 | + <attribute name="forcerange" type="array" array_type="float" array_size="2"/> |
| 507 | + <attribute name="user" type="array" array_type="float"/> |
| 508 | + <attribute name="gain" type="float"/> |
| 509 | + </attributes> |
| 510 | + </element> |
501 | 511 | <element name="default" recursive="true" repeated="true"> |
502 | 512 | <attributes> |
503 | 513 | <attribute name="class" type="identifier" required="true"/> |
|
755 | 765 | <attribute name="bias" type="array" array_type="float" array_size="3"/> |
756 | 766 | </attributes> |
757 | 767 | </element> |
| 768 | + <element name="adhesion"> |
| 769 | + <attributes> |
| 770 | + <attribute name="group" type="int"/> |
| 771 | + <attribute name="forcelimited" type="keyword" valid_values="false true"/> |
| 772 | + <attribute name="ctrlrange" type="array" array_type="float" array_size="2"/> |
| 773 | + <attribute name="forcerange" type="array" array_type="float" array_size="2"/> |
| 774 | + <attribute name="user" type="array" array_type="float"/> |
| 775 | + <attribute name="gain" type="float"/> |
| 776 | + </attributes> |
| 777 | + </element> |
758 | 778 | </children> |
759 | 779 | </element> |
760 | 780 | </children> |
|
1507 | 1527 | <attribute name="jointinparent" type="reference" reference_namespace="joint"/> |
1508 | 1528 | <attribute name="site" type="reference"/> |
1509 | 1529 | <attribute name="tendon" type="reference"/> |
| 1530 | + <attribute name="body" type="reference"/> |
1510 | 1531 | <attribute name="cranksite" type="reference" reference_namespace="site"/> |
1511 | 1532 | <attribute name="slidersite" type="reference" reference_namespace="site"/> |
1512 | 1533 | <attribute name="user" type="array" array_type="float"/> |
|
1682 | 1703 | <attribute name="fvmax" type="float"/> |
1683 | 1704 | </attributes> |
1684 | 1705 | </element> |
| 1706 | + <element name="adhesion" repeated="true" namespace="actuator"> |
| 1707 | + <attributes> |
| 1708 | + <attribute name="name" type="identifier"/> |
| 1709 | + <attribute name="class" type="reference" reference_namespace="default"/> |
| 1710 | + <attribute name="group" type="int"/> |
| 1711 | + <attribute name="forcelimited" type="keyword" valid_values="false true"/> |
| 1712 | + <attribute name="ctrlrange" type="array" array_type="float" array_size="2"/> |
| 1713 | + <attribute name="forcerange" type="array" array_type="float" array_size="2"/> |
| 1714 | + <attribute name="body" type="reference"/> |
| 1715 | + <attribute name="user" type="array" array_type="float"/> |
| 1716 | + <attribute name="gain" type="float"/> |
| 1717 | + </attributes> |
| 1718 | + </element> |
1685 | 1719 | </children> |
1686 | 1720 | </element> |
1687 | 1721 | <element name="sensor"> |
|
0 commit comments