Version 2.1.5 #240
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
description here.
Bug fixes
GLAD initialization logic on Linux now calls
dlopen
to load a GL platform dynamic library if a*GetProcAddress
function is not already present in the process' global symbol table. In particular, processes that use GLFW to set up a rendering context that are not explicitly linked againstlibGLX.so
(this applies to the Python interpreter, for example) will now work correctly rather than fail with agladLoadGL
error whenmjr_makeContext
is called. Fixes mujoco.FatalError: gladLoadGL error dm_control#283.In the Python bindings, named indexers for scalar fields (e.g. the
ctrl
field for actuators) now return a NumPy array of shape(1,)
rather than()
. This allows values to be assigned to these fields more straightforwardly. Fixes Cannot assign to.ctrl
via named indexers #238.This discussion was created from the release 2.1.5.
Beta Was this translation helpful? Give feedback.
All reactions