|
249 | 249 | <attribute name="axis" type="array" array_type="float" array_size="3"/> |
250 | 250 | <attribute name="springdamper" type="array" array_type="float" array_size="2"/> |
251 | 251 | <attribute name="limited" type="keyword" valid_values="false true auto"/> |
| 252 | + <attribute name="actuatorfrclimited" type="keyword" valid_values="false true auto"/> |
252 | 253 | <attribute name="solreflimit" type="array" array_type="float" array_size="2"/> |
253 | 254 | <attribute name="solimplimit" type="array" array_type="float" array_size="5"/> |
254 | 255 | <attribute name="solreffriction" type="array" array_type="float" array_size="2"/> |
255 | 256 | <attribute name="solimpfriction" type="array" array_type="float" array_size="5"/> |
256 | 257 | <attribute name="stiffness" type="float"/> |
257 | 258 | <attribute name="range" type="array" array_type="float" array_size="2"/> |
| 259 | + <attribute name="actuatorfrcrange" type="array" array_type="float" array_size="2"/> |
258 | 260 | <attribute name="margin" type="float"/> |
259 | 261 | <attribute name="ref" type="float"/> |
260 | 262 | <attribute name="springref" type="float"/> |
|
550 | 552 | <attribute name="axis" type="array" array_type="float" array_size="3"/> |
551 | 553 | <attribute name="springdamper" type="array" array_type="float" array_size="2"/> |
552 | 554 | <attribute name="limited" type="keyword" valid_values="false true"/> |
| 555 | + <attribute name="actuatorfrclimited" type="keyword" valid_values="false true"/> |
553 | 556 | <attribute name="solreflimit" type="array" array_type="float" array_size="2"/> |
554 | 557 | <attribute name="solimplimit" type="array" array_type="float" array_size="5"/> |
555 | 558 | <attribute name="solreffriction" type="array" array_type="float" array_size="2"/> |
556 | 559 | <attribute name="solimpfriction" type="array" array_type="float" array_size="5"/> |
557 | 560 | <attribute name="stiffness" type="float"/> |
558 | 561 | <attribute name="range" type="array" array_type="float" array_size="2"/> |
| 562 | + <attribute name="actuatorfrcrange" type="array" array_type="float" array_size="2"/> |
559 | 563 | <attribute name="margin" type="float"/> |
560 | 564 | <attribute name="ref" type="float"/> |
561 | 565 | <attribute name="springref" type="float"/> |
|
1968 | 1972 | <attribute name="actuator" type="reference" required="true"/> |
1969 | 1973 | </attributes> |
1970 | 1974 | </element> |
| 1975 | + <element name="jointactuatorfrc" repeated="true" namespace="sensor"> |
| 1976 | + <attributes> |
| 1977 | + <attribute name="name" type="identifier"/> |
| 1978 | + <attribute name="noise" type="float"/> |
| 1979 | + <attribute name="cutoff" type="float"/> |
| 1980 | + <attribute name="user" type="array" array_type="float"/> |
| 1981 | + <attribute name="joint" type="reference" required="true"/> |
| 1982 | + </attributes> |
| 1983 | + </element> |
1971 | 1984 | <element name="ballquat" repeated="true" namespace="sensor"> |
1972 | 1985 | <attributes> |
1973 | 1986 | <attribute name="name" type="identifier"/> |
|
0 commit comments