You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am a robotics engineer at Triton Systems and I use MuJoCo for simulation.
My setup
MuJoCo 3.2.7 on PyPi (Python), AMD64, Ubuntu 24.04
What's happening? What did you expect?
Running within a Bazel module:
INFO: Running command line: bazel-bin/mujoco_py
/home/david/.cache/bazel/_bazel_david/f695e6f26414630bc7daef67dcbe0426/execroot/_main/bazel-out/k8-fastbuild/bin/mujoco_py.runfiles/.mujoco_py.venv/lib/python3.12/site-packages/glfw/init.py:917: GLFWError: (65548) b'Wayland: The platform does not provide the window position'
warnings.warn(message, GLFWError)
Attempts to import GLFW directly haven't worked to eliminate this from popping up every time the viewer is opened.
Steps for reproduction
Run the code below.
Get the warning message.
Minimal model for reproduction
Shouldn't need this if you import the robot_descriptions package as follows
Intro
Hi!
I am a robotics engineer at Triton Systems and I use MuJoCo for simulation.
My setup
MuJoCo 3.2.7 on PyPi (Python), AMD64, Ubuntu 24.04
What's happening? What did you expect?
Running within a Bazel module:
INFO: Running command line: bazel-bin/mujoco_py
/home/david/.cache/bazel/_bazel_david/f695e6f26414630bc7daef67dcbe0426/execroot/_main/bazel-out/k8-fastbuild/bin/mujoco_py.runfiles/.mujoco_py.venv/lib/python3.12/site-packages/glfw/init.py:917: GLFWError: (65548) b'Wayland: The platform does not provide the window position'
warnings.warn(message, GLFWError)
Attempts to import GLFW directly haven't worked to eliminate this from popping up every time the viewer is opened.
Steps for reproduction
Minimal model for reproduction
Shouldn't need this if you import the robot_descriptions package as follows
Code required for reproduction
Confirmations
The text was updated successfully, but these errors were encountered: