Skip to content

Commit b72eaa4

Browse files
kevinzakkacopybara-github
authored andcommitted
Make VFS filename length limit match MuJoCo's.
PiperOrigin-RevId: 620670829 Change-Id: I597ccd8de0840fa0896fa8d786411dafafedc2a4
1 parent ab94ecf commit b72eaa4

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

dm_control/mjcf/constants.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,7 @@
6868
'body_iquat': ('simple', 'sameframe'),
6969
}
7070

71-
# This is the actual upper limit on VFS filename length, despite what it says
72-
# in the header file (100) or the error message (99).
73-
MAX_VFS_FILENAME_LENGTH = 98
71+
MAX_VFS_FILENAME_LENGTH = 998
7472

7573
# The prefix used in the schema to denote reference_namespace that are defined
7674
# via another attribute.

0 commit comments

Comments
 (0)