Add dyntype to IncompleteActlimited test.

The test is meant to illustrate a failure of an incomplete actrange when the rest of the line is correct.

PiperOrigin-RevId: 451895379
Change-Id: I9782fae7055c9bed87ccbc0fda18495aacb2ae8a
This commit is contained in:
Alessio Quaglino
2022-05-30 10:36:34 -07:00
committed by Copybara-Service
parent 02f300c762
commit 8902c2089a
+1 -1
View File
@@ -264,7 +264,7 @@ TEST_F(ActuatorTest, IncompleteActlimited) {
</body>
</worldbody>
<actuator>
<general joint="hinge" actlimited="true" actrange="-1"/>
<general joint="hinge" actlimited="true" dyntype="filter" actrange="-1"/>
</actuator>
</mujoco>
)";