|
439 | 439 | <attribute name="cranklength" type="float"/> |
440 | 440 | <attribute name="user" type="array" array_type="float"/> |
441 | 441 | <attribute name="kp" type="float"/> |
| 442 | + <attribute name="kv" type="float"/> |
442 | 443 | </attributes> |
443 | 444 | </element> |
444 | 445 | <element name="velocity"> |
|
466 | 467 | <attribute name="cranklength" type="float"/> |
467 | 468 | <attribute name="user" type="array" array_type="float"/> |
468 | 469 | <attribute name="kp" type="float"/> |
| 470 | + <attribute name="kv" type="float"/> |
469 | 471 | </attributes> |
470 | 472 | </element> |
471 | 473 | <element name="damper"> |
|
742 | 744 | <attribute name="cranklength" type="float"/> |
743 | 745 | <attribute name="user" type="array" array_type="float"/> |
744 | 746 | <attribute name="kp" type="float"/> |
| 747 | + <attribute name="kv" type="float"/> |
745 | 748 | </attributes> |
746 | 749 | </element> |
747 | 750 | <element name="velocity"> |
|
767 | 770 | <attribute name="cranklength" type="float"/> |
768 | 771 | <attribute name="user" type="array" array_type="float"/> |
769 | 772 | <attribute name="kp" type="float"/> |
| 773 | + <attribute name="kv" type="float"/> |
770 | 774 | </attributes> |
771 | 775 | </element> |
772 | 776 | <element name="damper"> |
|
1965 | 1969 | <attribute name="refsite" type="reference" reference_namespace="site"/> |
1966 | 1970 | <attribute name="user" type="array" array_type="float"/> |
1967 | 1971 | <attribute name="kp" type="float"/> |
| 1972 | + <attribute name="kv" type="float"/> |
1968 | 1973 | </attributes> |
1969 | 1974 | </element> |
1970 | 1975 | <element name="velocity" repeated="true" namespace="actuator"> |
|
2012 | 2017 | <attribute name="refsite" type="reference" reference_namespace="site"/> |
2013 | 2018 | <attribute name="user" type="array" array_type="float"/> |
2014 | 2019 | <attribute name="kp" type="float"/> |
| 2020 | + <attribute name="kv" type="float"/> |
2015 | 2021 | </attributes> |
2016 | 2022 | </element> |
2017 | 2023 | <element name="damper" repeated="true" namespace="actuator"> |
|
0 commit comments