2.1.3
This is a minor release, handling issues discovered after the launch of 2.1.2.
General
simulate
now support cycling through cameras (with[
and]
keys).mjVIS_STATIC
toggles all static bodies, not just direct children of the world.
Python bindings
- Added a
free()
method toMjrContext
, rather than relying on the object destructor. - Enums now support arithmetic and bitwise operations with numbers.
Bug fixes
- Fixed a rendering bug for planes, introduced in 2.1.2. This broke maze environments in
dm_control
.