Check that there are no pending keyframes while writing a spec.
This can happen when a body is detached without compiling or recompiling. Also added error catching when trying to delete a body instead of detaching it. Fixes #2327 PiperOrigin-RevId: 712526730 Change-Id: I4b48df83120fca12d475c85b3a54893841449653
This commit is contained in:
committed by
Copybara-Service
parent
b5df2c10bf
commit
f607d9554e
@@ -3918,7 +3918,7 @@ Add frame to body.
|
||||
|
||||
.. mujoco-include:: mjs_delete
|
||||
|
||||
Delete object corresponding to the given element.
|
||||
Delete object corresponding to the given element, return 0 on success.
|
||||
|
||||
.. _AddNonTreeElements:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user