Files
Mujoco_WASM/python/mujoco
Nimrod Gileadi 084facc9ab Python bindings: Store a reference to MjModel in MjDataWrapper.
Before this change, MjDataWrapper contained a custom data structure called MjDataMetadata, which contained the sizes of various arrays needed to create MjData. This was used for serialization and deserialization, as well as copying MjData instances.

This worked fine for native MuJoCo models, but as soon as plugins were used, there was information in the model that was needed and not available in MjDataMetadata. Since plugins are so general, keeping MjDataMetadata was untenable.

PiperOrigin-RevId: 578205355
Change-Id: I11b9ee797d1da5aaf1fecbbe170b3b0f1f1a3e6c
2023-10-31 09:16:40 -07:00
..
2023-09-22 12:09:31 -07:00
2023-10-13 16:13:24 -07:00
2022-05-25 07:01:59 -07:00
2023-03-15 20:51:47 -04:00
2022-05-25 07:01:59 -07:00
2022-05-23 01:08:49 -07:00
2023-10-13 16:13:24 -07:00
2023-10-13 16:13:24 -07:00
2023-01-18 02:55:41 -08:00