Version 2.3.2 #726
saran-t
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
General
mj_name2id
is now implemented using a hash function instead of a linear search for better performance.mj_printData
output now contains contacting geom names.Bug fixes
shellinertia
equal totrue
caused the mesh orientation to be overwritten by the principal components of the shell inertia, while the vertex coordinates are rotated using the volumetric inertia. Now the volumetric inertia orientation is used also in the shell case.fitaabb
.launch_repl
functionality in the Python viewer has been fixed.time
correctly inmjd_transitionFD
, to support time-dependent user code.user
type sensors are present.nsensordata
callback is encountered during model compilation.TM_END
)mj_fwdConstraint
returns early.mj_deleteFileVFS
.Simulate
Plugins
reset
callback now receives instance-specificplugin_state
andplugin_data
as arguments, rather than the entiremjData
. Sincereset
is called insidemj_resetData
before any physics forwarding call has been made, it is an error to read anything frommjData
at this stage.capabilities
field inmjpPlugin
is renamedcapabilityflags
to more clearly indicate that this is a bit field.This discussion was created from the release 2.3.2.
Beta Was this translation helpful? Give feedback.
All reactions