|
444 | 444 | <attribute name="user" type="array" array_type="float"/> |
445 | 445 | <attribute name="kp" type="float"/> |
446 | 446 | <attribute name="kv" type="float"/> |
| 447 | + <attribute name="dampratio" type="float"/> |
447 | 448 | <attribute name="timeconst" type="float"/> |
| 449 | + <attribute name="inheritrange" type="float"/> |
448 | 450 | </attributes> |
449 | 451 | </element> |
450 | 452 | <element name="velocity"> |
|
473 | 475 | <attribute name="user" type="array" array_type="float"/> |
474 | 476 | <attribute name="kp" type="float"/> |
475 | 477 | <attribute name="kv" type="float"/> |
| 478 | + <attribute name="dampratio" type="float"/> |
| 479 | + <attribute name="inheritrange" type="float"/> |
476 | 480 | </attributes> |
477 | 481 | </element> |
478 | 482 | <element name="damper"> |
|
751 | 755 | <attribute name="user" type="array" array_type="float"/> |
752 | 756 | <attribute name="kp" type="float"/> |
753 | 757 | <attribute name="kv" type="float"/> |
| 758 | + <attribute name="dampratio" type="float"/> |
754 | 759 | <attribute name="timeconst" type="float"/> |
| 760 | + <attribute name="inheritrange" type="float"/> |
755 | 761 | </attributes> |
756 | 762 | </element> |
757 | 763 | <element name="velocity"> |
|
778 | 784 | <attribute name="user" type="array" array_type="float"/> |
779 | 785 | <attribute name="kp" type="float"/> |
780 | 786 | <attribute name="kv" type="float"/> |
| 787 | + <attribute name="dampratio" type="float"/> |
| 788 | + <attribute name="inheritrange" type="float"/> |
781 | 789 | </attributes> |
782 | 790 | </element> |
783 | 791 | <element name="damper"> |
|
1999 | 2007 | <attribute name="user" type="array" array_type="float"/> |
2000 | 2008 | <attribute name="kp" type="float"/> |
2001 | 2009 | <attribute name="kv" type="float"/> |
| 2010 | + <attribute name="dampratio" type="float"/> |
2002 | 2011 | <attribute name="timeconst" type="float"/> |
| 2012 | + <attribute name="inheritrange" type="float"/> |
2003 | 2013 | </attributes> |
2004 | 2014 | </element> |
2005 | 2015 | <element name="velocity" repeated="true" namespace="actuator"> |
|
2048 | 2058 | <attribute name="user" type="array" array_type="float"/> |
2049 | 2059 | <attribute name="kp" type="float"/> |
2050 | 2060 | <attribute name="kv" type="float"/> |
| 2061 | + <attribute name="dampratio" type="float"/> |
| 2062 | + <attribute name="inheritrange" type="float"/> |
2051 | 2063 | </attributes> |
2052 | 2064 | </element> |
2053 | 2065 | <element name="damper" repeated="true" namespace="actuator"> |
|
0 commit comments