Skip to content

Commit

Permalink
Set root_link default to None
Browse files Browse the repository at this point in the history
  • Loading branch information
Giulero authored Jan 8, 2025
1 parent 608ff2b commit b2f19e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/adam/pytorch/computation_batch.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def __init__(
self,
urdfstring: str,
joints_name_list: list = None,
root_link: str = "root_link",
root_link: str = None,
gravity: np.array = jnp.array([0, 0, -9.80665, 0, 0, 0]),
) -> None:
"""
Expand Down

0 comments on commit b2f19e1

Please sign in to comment.