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 0a2e28e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
"amsmath",
"dollarmath",
]
nb_execution_mode = "force"
nb_execution_mode = "auto"
nb_execution_allow_errors = False
nb_render_image_options = {
"scale": "60",
Expand Down
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 0a2e28e

Please sign in to comment.