Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion doc/XMLreference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6110,10 +6110,12 @@ Associate this actuator with an :ref:`engine plugin<exPlugin>`. Either :at:`plug

.. _actuator-plugin-actearly:

.. _actuator-plugin-body:

.. |actuator/plugin attrib list| replace:: :at:`name`, :at:`class`, :at:`group`, :at:`actlimited`, :at:`ctrllimited`,
:at:`forcelimited`, :at:`ctrlrange`, :at:`forcerange`, :at:`lengthrange`, :at:`gear`, :at:`cranklength`,
:at:`joint`, :at:`jointinparent`, :at:`site`, :at:`tendon`, :at:`cranksite`, :at:`slidersite`, :at:`user`,
:at:`actdim`, :at:`dynprm`, :at:`actearly`
:at:`actdim`, :at:`dynprm`, :at:`actearly`, :at:`body`

|actuator/plugin attrib list|
Same as in actuator/ :ref:`general <actuator-general>`.
Expand Down
4 changes: 2 additions & 2 deletions src/xml/xml_native_reader.cc
Original file line number Diff line number Diff line change
Expand Up @@ -431,11 +431,11 @@ const char* MJCF[nMJCF][mjXATTRNUM] = {
"lmin", "lmax", "vmax", "fpmax", "fvmax"},
{"adhesion", "*", "9", "name", "class", "group",
"forcelimited", "ctrlrange", "forcerange", "user", "body", "gain"},
{"plugin", "*", "25", "name", "class", "plugin", "instance", "group",
{"plugin", "*", "26", "name", "class", "plugin", "instance", "group",
"ctrllimited", "forcelimited", "actlimited", "ctrlrange", "forcerange", "actrange",
"lengthrange", "gear", "cranklength", "joint", "jointinparent",
"site", "actdim", "dyntype", "dynprm", "tendon", "cranksite", "slidersite", "user",
"actearly"},
"actearly", "body"},
{"<"},
{"config", "*", "2", "key", "value"},
{">"},
Expand Down