|
1037 | 1037 | <attribute name="solimpsmooth" type="array" array_type="float" array_size="5"/> |
1038 | 1038 | </attributes> |
1039 | 1039 | <children> |
| 1040 | + <element name="plugin" repeated="true" namespace="composite"> |
| 1041 | + <attributes> |
| 1042 | + <attribute name="name" type="identifier"/> |
| 1043 | + <attribute name="plugin" type="string" reference_namespace="plugin"/> |
| 1044 | + <attribute name="instance" type="reference" reference_namespace="plugin"/> |
| 1045 | + </attributes> |
| 1046 | + <children> |
| 1047 | + <element name="config" repeated="true"> |
| 1048 | + <attributes> |
| 1049 | + <attribute name="key" type="string"/> |
| 1050 | + <attribute name="value" type="string"/> |
| 1051 | + </attributes> |
| 1052 | + </element> |
| 1053 | + </children> |
| 1054 | + </element> |
1040 | 1055 | <element name="joint" repeated="true"> |
1041 | 1056 | <attributes> |
1042 | 1057 | <attribute name="kind" type="keyword" valid_values="main twist stretch" required="true"/> |
|
1139 | 1154 | <attribute name="gravcomp" type="float"/> |
1140 | 1155 | </attributes> |
1141 | 1156 | <children> |
| 1157 | + <element name="plugin" repeated="true" namespace="body"> |
| 1158 | + <attributes> |
| 1159 | + <attribute name="name" type="identifier"/> |
| 1160 | + <attribute name="plugin" type="string" reference_namespace="plugin"/> |
| 1161 | + <attribute name="instance" type="reference" reference_namespace="plugin"/> |
| 1162 | + </attributes> |
| 1163 | + <children> |
| 1164 | + <element name="config" repeated="true"> |
| 1165 | + <attributes> |
| 1166 | + <attribute name="key" type="string"/> |
| 1167 | + <attribute name="value" type="string"/> |
| 1168 | + </attributes> |
| 1169 | + </element> |
| 1170 | + </children> |
| 1171 | + </element> |
1142 | 1172 | <element name="inertial" on_demand="true"> |
1143 | 1173 | <attributes> |
1144 | 1174 | <attribute name="pos" type="array" required="true" array_type="float" array_size="3"/> |
|
2147 | 2177 | <element name="plugin" repeated="true" namespace="sensor"> |
2148 | 2178 | <attributes> |
2149 | 2179 | <attribute name="name" type="identifier"/> |
2150 | | - <attribute name="plugin" type="reference" reference_namespace="plugin"/> |
| 2180 | + <attribute name="plugin" type="string" reference_namespace="plugin"/> |
2151 | 2181 | <attribute name="instance" type="reference" reference_namespace="plugin"/> |
2152 | 2182 | <attribute name="cutoff" type="float"/> |
2153 | 2183 | <attribute name="objtype" type="keyword" valid_values="body joint geom site camera light mesh skin hfield texture material equality tendon actuator sensor numeric text tuple contact keyframe"/> |
|
0 commit comments