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 9, 2024
1 parent 8907aaf commit 65e30fb
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.to_urdf_string(
sdf=rod_model.models()[0]
)

Expand Down

0 comments on commit 65e30fb

Please sign in to comment.