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
+2
View File
@@ -184,6 +184,8 @@ links below, to make this documentation self-contained.
code.
`mjsan.h <https://github.com/google-deepmind/mujoco/blob/main/include/mujoco/mjsan.h>`__
Definitions required when building with sanitizer instrumentation.
`mjassert.h <https://github.com/google-deepmind/mujoco/blob/main/include/mujoco/mjassert.h>`__
Compile-time size assertions verifying MuJoCo ABI stability across C and C++ compilers.
.. _inVersion: