Version 2.1.0 #12
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
We are happy to announce we're launching the next version of MuJoCo. There are some minor changes since version 2.0 (see below), but the biggest change is that the activation key-file is no longer required 🎉.
MuJoCo binaries will work as before, but calls to
mj_activate
andmj_deactivate
now do nothing.You can get the latest version at https://mujoco.org/download.
New features
mocap_pos
andmocap_quat
fields (mpos and quat attributes in the XML) allowing mocapposes to be stored in keyframes.
mju_insertionSortInt
(integer insertion sort) andmju_sigmoid
(constructing asigmoid from two half-quadratics).
General
mjuiItem
union are now named, for compatibility.mjcb_contactfilter
type ismjfConFilt
(wasmjfGeneric
).mjCModel
was not cleared.texcoord
data (related to number of vertices).simulate.cc <https://github.com/deepmind/mujoco/blob/main/sample/simulate.cc>
_ related tonkey
(the number of keyframes).contype==0 and conaffinity==0
).UI
int
tofloat
.mjMAXUIMULTI
to 35,mjMAXUITEXT
to 300,mjMAXUIRECT
to 25.mjSEPCLOSED
collapsed,mjSEPCLOSED+1
expanded.mjITEM_RADIOLINE
item type.mjui_addToSection
to simplify UI section construction.mjvFigure
.Rendering
render_gl2
guards against non-finite floating point data in the axis range computation.render_gl2
draws lines from back to front for better visibility.mjr_label
(for text labels).mjr_render
exits immediately ifngeom==0
, to avoid errors from uninitialized scenes (e.g.frustrum==0
).mjr_render
, so we don't clear the entire window at every frame.License manager
mj_activate
andmj_deactivate
are still there forbackward compabitibily, but now they do nothing and it is no longer necessary to call them.
mj_certXXX
.This discussion was created from the release 2.1.0.
Beta Was this translation helpful? Give feedback.
All reactions