|
445 | 445 | <attribute name="kp" type="float"/> |
446 | 446 | <attribute name="kv" type="float"/> |
447 | 447 | <attribute name="timeconst" type="float"/> |
| 448 | + <attribute name="inheritrange" type="float"/> |
448 | 449 | </attributes> |
449 | 450 | </element> |
450 | 451 | <element name="velocity"> |
|
473 | 474 | <attribute name="user" type="array" array_type="float"/> |
474 | 475 | <attribute name="kp" type="float"/> |
475 | 476 | <attribute name="kv" type="float"/> |
| 477 | + <attribute name="inheritrange" type="float"/> |
476 | 478 | </attributes> |
477 | 479 | </element> |
478 | 480 | <element name="damper"> |
|
752 | 754 | <attribute name="kp" type="float"/> |
753 | 755 | <attribute name="kv" type="float"/> |
754 | 756 | <attribute name="timeconst" type="float"/> |
| 757 | + <attribute name="inheritrange" type="float"/> |
755 | 758 | </attributes> |
756 | 759 | </element> |
757 | 760 | <element name="velocity"> |
|
778 | 781 | <attribute name="user" type="array" array_type="float"/> |
779 | 782 | <attribute name="kp" type="float"/> |
780 | 783 | <attribute name="kv" type="float"/> |
| 784 | + <attribute name="inheritrange" type="float"/> |
781 | 785 | </attributes> |
782 | 786 | </element> |
783 | 787 | <element name="damper"> |
|
2000 | 2004 | <attribute name="kp" type="float"/> |
2001 | 2005 | <attribute name="kv" type="float"/> |
2002 | 2006 | <attribute name="timeconst" type="float"/> |
| 2007 | + <attribute name="inheritrange" type="float"/> |
2003 | 2008 | </attributes> |
2004 | 2009 | </element> |
2005 | 2010 | <element name="velocity" repeated="true" namespace="actuator"> |
|
2048 | 2053 | <attribute name="user" type="array" array_type="float"/> |
2049 | 2054 | <attribute name="kp" type="float"/> |
2050 | 2055 | <attribute name="kv" type="float"/> |
| 2056 | + <attribute name="inheritrange" type="float"/> |
2051 | 2057 | </attributes> |
2052 | 2058 | </element> |
2053 | 2059 | <element name="damper" repeated="true" namespace="actuator"> |
|
0 commit comments