Skip to content

Commit

Permalink
Merge pull request #109 from ami-iit/CarlottaSartore-patch-1
Browse files Browse the repository at this point in the history
update function description
  • Loading branch information
Giulero authored Dec 3, 2024
2 parents 8cd3cb1 + 76c75bf commit 169b462
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/adam/core/rbd_algorithms.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,8 @@ class RBDAlgorithms:
def __init__(self, model: Model, math: SpatialMath) -> None:
"""
Args:
urdfstring (str): path of the urdf
joints_name_list (list): list of the actuated joints
root_link (str, optional): the first link. Defaults to 'root_link'.
model (Model): the adam.model representing the robot
math (SpatialMath): the spatial math.
"""

self.model = model
Expand Down

0 comments on commit 169b462

Please sign in to comment.