Skip to content

Commit e100982

Browse files
kevinzakkacopybara-github
authored andcommitted
Automatically infer *limited field from *range field for joints, tendons and actuators.
PiperOrigin-RevId: 467980594 Change-Id: Idc7deb2d7b3368c0928ac3ee2ca5c8932a8d54fc
1 parent 5a2a5c2 commit e100982

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dm_control/suite/utils/randomizers_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def test_single_joint_of_each_type(self):
4444
<body>
4545
<geom type="box" size="1 1 1"/>
4646
<joint name="limited_hinge" type="hinge" limited="true"/>
47-
<joint name="slide" type="slide"/>
47+
<joint name="slide" type="slide" limited="false"/>
4848
<joint name="limited_slide" type="slide" limited="true"/>
4949
<joint name="hinge" type="hinge"/>
5050
</body>

0 commit comments

Comments
 (0)