Skip to content

Instantly share code, notes, and snippets.

@comoc
Last active January 21, 2025 05:53
Show Gist options
  • Save comoc/272cbbbd3112edee810606f0366bb63e to your computer and use it in GitHub Desktop.
Save comoc/272cbbbd3112edee810606f0366bb63e to your computer and use it in GitHub Desktop.
Genesis on WSL

エラー対策

export PATH=/usr/local/cuda/bin:${PATH}
export LD_LIBRARY_PATH=/usr/local/cuda/lib64:${LD_LIBRARY_PATH}                                                                         export LD_LIBRARY_PATH=/usr/lib/wsl/lib:$LD_LIBRARY_PATH
export PYOPENGL_PLATFORM=glx

ドキュメント

公式

https://genesis-world.readthedocs.io/ja/latest/user_guide/overview/installation.html

URDFを表示

https://shuzo-kino.hateblo.jp/entry/2025/01/15/231059

WSLで pyglet.gl.ContextException: Could not create GL context と出る場合の対策は、 export LIBGL_ALWAYS_INDIRECT=0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment