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 4f43a7d commit e245c8dCopy full SHA for e245c8d
doc/XMLreference.rst
@@ -5980,10 +5980,12 @@ Associate this actuator with an :ref:`engine plugin<exPlugin>`. Either :at:`plug
5980
5981
.. _actuator-plugin-actearly:
5982
5983
+.. _actuator-plugin-body:
5984
+
5985
.. |actuator/plugin attrib list| replace:: :at:`name`, :at:`class`, :at:`group`, :at:`actlimited`, :at:`ctrllimited`,
5986
:at:`forcelimited`, :at:`ctrlrange`, :at:`forcerange`, :at:`lengthrange`, :at:`gear`, :at:`cranklength`,
5987
:at:`joint`, :at:`jointinparent`, :at:`site`, :at:`tendon`, :at:`cranksite`, :at:`slidersite`, :at:`user`,
- :at:`actdim`, :at:`dynprm`, :at:`actearly`
5988
+ :at:`actdim`, :at:`dynprm`, :at:`actearly`, :at:`body`
5989
5990
|actuator/plugin attrib list|
5991
Same as in actuator/ :ref:`general <actuator-general>`.
src/xml/xml_native_reader.cc
@@ -428,11 +428,11 @@ const char* MJCF[nMJCF][mjXATTRNUM] = {
428
"lmin", "lmax", "vmax", "fpmax", "fvmax"},
429
{"adhesion", "*", "9", "name", "class", "group",
430
"forcelimited", "ctrlrange", "forcerange", "user", "body", "gain"},
431
- {"plugin", "*", "25", "name", "class", "plugin", "instance", "group",
+ {"plugin", "*", "26", "name", "class", "plugin", "instance", "group",
432
"ctrllimited", "forcelimited", "actlimited", "ctrlrange", "forcerange", "actrange",
433
"lengthrange", "gear", "cranklength", "joint", "jointinparent",
434
"site", "actdim", "dyntype", "dynprm", "tendon", "cranksite", "slidersite", "user",
435
- "actearly"},
+ "actearly", "body"},
436
{"<"},
437
{"config", "*", "2", "key", "value"},
438
{">"},
0 commit comments