Version 2.2.1 #387
saran-t
announced in
Announcements
Replies: 1 comment
-
|
Very exciting release, thanks @saran-t, @nimrod-gileadi, @yuvaltassa and team!! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
General
mjd_transitionFDto compute efficient finite difference approximations of the state-transition andcontrol-transition matrices, see here for more details.
ctrlattribute to keyframes.clocksensor which measures time.freeandballjoints and for actuators withsitetransmission.<intvelocity>actuator shortcut for "integrated velocity" actuators, documented here.<damper>actuator shortcut for active-damping actuators, documented here.mju_rotVecMatandmju_rotVecMatTnow support in-place multiplication.mjData.ctrlvalues are no longer clamped in-place, remain untouched by the engine.detect reads and writes to regions in
mjModel.bufferandmjData.bufferthat do not lie within an array, andfor MSAN to detect reads from uninitialised fields in
mjDatafollowingmj_resetData.model/.Bug fixes
quatand analternative specifier e.g.,
<geom ... quat=".1 .2 .3 .4" euler="10 20 30">, would lead to thequatbeing ignored and onlyeulerbeing used. After this change a parse error will be thrown.<geom size="1/2 3 4">wouldhave been parsed as
size="1 0 0"and no error would have been thrown. Now throws an error.NaNvia XML like<geom size="1 NaN 4">, while allowed for debugging purposes, will now printa warning.
mj_loadModel.mjModelbuffer sizes.mjWARN_BADCTRL.Packaging
mujoco.frameworkembedded inMuJoCo.appcan be used to buildapplications externally.
This discussion was created from the release 2.2.1.
Beta Was this translation helpful? Give feedback.
All reactions