We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a4876d commit 44ecb2fCopy full SHA for 44ecb2f
mujoco_warp/__init__.py
@@ -60,6 +60,7 @@
60
from ._src.support import xfrc_accumulate as xfrc_accumulate
61
from ._src.test_util import benchmark as benchmark
62
from ._src.types import ConeType as ConeType
63
+from ._src.types import Constraint as Constraint
64
from ._src.types import Contact as Contact
65
from ._src.types import Data as Data
66
from ._src.types import DisableBit as DisableBit
mujoco_warp/_src/types.py
@@ -28,6 +28,7 @@
28
29
30
# TODO(team): add check that all wp.launch_tiled 'block_dim' settings are configurable
31
+@dataclasses.dataclass
32
class BlockDim:
33
"""
34
Block dimension 'block_dim' settings for wp.launch_tiled.
0 commit comments