We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 401bf43 commit 8d49b00Copy full SHA for 8d49b00
doc/XMLreference.rst
@@ -6110,10 +6110,12 @@ Associate this actuator with an :ref:`engine plugin<exPlugin>`. Either :at:`plug
6110
6111
.. _actuator-plugin-actearly:
6112
6113
+.. _actuator-plugin-body:
6114
+
6115
.. |actuator/plugin attrib list| replace:: :at:`name`, :at:`class`, :at:`group`, :at:`actlimited`, :at:`ctrllimited`,
6116
:at:`forcelimited`, :at:`ctrlrange`, :at:`forcerange`, :at:`lengthrange`, :at:`gear`, :at:`cranklength`,
6117
:at:`joint`, :at:`jointinparent`, :at:`site`, :at:`tendon`, :at:`cranksite`, :at:`slidersite`, :at:`user`,
- :at:`actdim`, :at:`dynprm`, :at:`actearly`
6118
+ :at:`actdim`, :at:`dynprm`, :at:`actearly`, :at:`body`
6119
6120
|actuator/plugin attrib list|
6121
Same as in actuator/ :ref:`general <actuator-general>`.
src/xml/xml_native_reader.cc
@@ -431,11 +431,11 @@ const char* MJCF[nMJCF][mjXATTRNUM] = {
431
"lmin", "lmax", "vmax", "fpmax", "fvmax"},
432
{"adhesion", "*", "9", "name", "class", "group",
433
"forcelimited", "ctrlrange", "forcerange", "user", "body", "gain"},
434
- {"plugin", "*", "25", "name", "class", "plugin", "instance", "group",
+ {"plugin", "*", "26", "name", "class", "plugin", "instance", "group",
435
"ctrllimited", "forcelimited", "actlimited", "ctrlrange", "forcerange", "actrange",
436
"lengthrange", "gear", "cranklength", "joint", "jointinparent",
437
"site", "actdim", "dyntype", "dynprm", "tendon", "cranksite", "slidersite", "user",
438
- "actearly"},
+ "actearly", "body"},
439
{"<"},
440
{"config", "*", "2", "key", "value"},
441
{">"},
0 commit comments