Skip to content

Commit 44ecb2f

Browse files
authored
Small changes for MJX interop. (google-deepmind#370)
* Small changes for MJX. * Small changes for MJX.
1 parent 8a4876d commit 44ecb2f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

mujoco_warp/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@
6060
from ._src.support import xfrc_accumulate as xfrc_accumulate
6161
from ._src.test_util import benchmark as benchmark
6262
from ._src.types import ConeType as ConeType
63+
from ._src.types import Constraint as Constraint
6364
from ._src.types import Contact as Contact
6465
from ._src.types import Data as Data
6566
from ._src.types import DisableBit as DisableBit

mujoco_warp/_src/types.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828

2929

3030
# TODO(team): add check that all wp.launch_tiled 'block_dim' settings are configurable
31+
@dataclasses.dataclass
3132
class BlockDim:
3233
"""
3334
Block dimension 'block_dim' settings for wp.launch_tiled.

0 commit comments

Comments
 (0)