Files
Mujoco_WASM/include/mujoco
Saran Tunyasuvunakool 5c021d042b Modify signature of plugin reset callback.
The `reset` function is called inside `mj_resetData`, before any physics forwarding call has been made. It is therefore an error to read anything from mjData at this stage.

The only valid operation on mjData during `reset` is for a plugin to write into its own state variable slots and data struct. We modify the function signature to only provide access to these.

PiperOrigin-RevId: 495032492
Change-Id: Ic6d2967d2571a9083cbca1ba239ca70a8a51f474
2022-12-13 08:41:35 -08:00
..
2022-05-23 01:08:49 -07:00
2022-05-23 01:08:49 -07:00
2022-05-23 01:08:49 -07:00
2022-12-05 12:13:55 -08:00