Compile-time size assertions for MuJoCo basic types

PiperOrigin-RevId: 919107499
Change-Id: I07fcba4f33c77a2a1e68528dba6d399af94d0220
This commit is contained in:
Yuval Tassa
2026-05-21 09:54:33 -07:00
committed by Copybara-Service
parent 585be6cee5
commit 15d27b363f
7 changed files with 145 additions and 54 deletions
+1
View File
@@ -24,6 +24,7 @@ public static class MujocoLib {
// ----------------------------------Constants----------------------------------
public const bool THIRD_PARTY_MUJOCO_MJASSERT_H_ = true;
public const bool THIRD_PARTY_MUJOCO_MJDATA_H_ = true;
public const bool THIRD_PARTY_MUJOCO_MJEXPORT_H_ = true;
public const bool MUJOCO_HELPER_DLL_LOCAL = true;