Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
flferretti committed Jul 2, 2024
1 parent 82219d1 commit 5e9cb34
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/PD_controller.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,6 @@
"outputs": [],
"source": [
"# @title Set up MuJoCo renderer\n",
"\n",
"import os\n",
"import subprocess\n",
"\n",
"os.environ[\"MUJOCO_GL\"] = \"osmesa\"\n",
Expand Down Expand Up @@ -187,6 +185,7 @@
"\n",
" os.environ[\"MUJOCO_GL\"] = \"egl\"\n",
"\n",
"print(f\"{os.environ['MUJOCO_GL']=}\")\n",
"\n",
"from jaxsim.mujoco import MujocoModelHelper, MujocoVideoRecorder\n",
"from jaxsim.mujoco.loaders import UrdfToMjcf\n",
Expand Down

0 comments on commit 5e9cb34

Please sign in to comment.