Skip to content

Commit

Permalink
Remove is_urdf argument from example notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
flferretti committed Sep 19, 2024
1 parent dbb99b4 commit 94a11e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/PD_controller.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
"num_steps = int(integration_time / dt)\n",
"\n",
"model = js.model.JaxSimModel.build_from_model_description(\n",
" model_description=model_urdf_string, is_urdf=True\n",
" model_description=model_urdf_string\n",
")\n",
"data = js.data.JaxSimModelData.build(model=model)\n",
"integrator = integrators.fixed_step.RungeKutta4SO3.build(\n",
Expand Down

0 comments on commit 94a11e9

Please sign in to comment.