Skip to content

Commit

Permalink
Update examples/jaxsim_as_physics_engine.ipynb
Browse files Browse the repository at this point in the history
Co-authored-by: Filippo Luca Ferretti <[email protected]>
  • Loading branch information
CarlottaSartore and flferretti authored Dec 16, 2024
1 parent 55f4a42 commit 34d64c9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/jaxsim_as_physics_engine.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,11 @@
"source": [
"## Prepare the simulation\n",
"\n",
"JaxSim supports loading robot descriptions from both [SDF][sdformat] and [URDF][urdf] files. In this example, we will load the ergoCub model urdf.\n",
"JaxSim supports loading robot descriptions from both [SDF][sdformat] and [URDF][urdf] files. In this example, we will load the [ergoCub][ergocub] model urdf.\n",
"\n",
"[sdformat]: http://sdformat.org/\n",
"[urdf]: http://wiki.ros.org/urdf/\n",
"[ergocub]: https://ergocub.eu/\n",
"[rod]: https://github.com/ami-iit/rod\n",
"\n",
"### Create the model and its data\n",
Expand Down

0 comments on commit 34d64c9

Please sign in to comment.