Skip to content

Commit

Permalink
fix example model import
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlottaSartore committed Jan 7, 2025
1 parent f32f91d commit a8fbabf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/jaxsim_as_physics_engine.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
"url = \"https://raw.githubusercontent.com/icub-tech-iit/ergocub-software/refs/heads/master/urdf/ergoCub/robots/ergoCubSN001/model.urdf\"\n",
"\n",
"# Retrieve the file\n",
"model_path = urllib.request.urlretrieve(url)\n",
"model_path,_ = urllib.request.urlretrieve(url)\n",
"\n",
"model_description_path = pathlib.Path(model_path)\n",
"full_model = js.model.JaxSimModel.build_from_model_description(\n",
Expand Down

0 comments on commit a8fbabf

Please sign in to comment.