Skip to content

Commit

Permalink
Merge pull request #34 from ami-iit/fix-numpy-dep
Browse files Browse the repository at this point in the history
Fix numpy dep
  • Loading branch information
Giulero authored Dec 22, 2022
2 parents cd517de + 6fbbfcb commit 2d82afa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/adam/numpy/computations.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def __init__(
urdfstring: str,
joints_name_list: list,
root_link: str = "root_link",
gravity: np.array = np.array([0, 0, -9.80665, 0, 0, 0], dtype=object),
gravity: np.array = np.array([0, 0, -9.80665, 0, 0, 0]),
) -> None:
"""
Args:
Expand Down

0 comments on commit 2d82afa

Please sign in to comment.