Skip to content

Commit

Permalink
Remove deprecated rod method
Browse files Browse the repository at this point in the history
  • Loading branch information
flferretti committed Dec 11, 2024
1 parent a840f4b commit 324fa67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ def jaxsim_model_single_pendulum() -> js.model.JaxSimModel:

rod_model.model.resolve_frames()

urdf_string = rod.urdf.exporter.UrdfExporter.sdf_to_urdf_string(
urdf_string = rod.urdf.exporter.UrdfExporter(pretty=True).to_urdf_string(
sdf=rod_model.models()[0]
)

Expand Down

0 comments on commit 324fa67

Please sign in to comment.