Skip to content

Commit

Permalink
update function description
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlottaSartore authored Nov 29, 2024
1 parent 8cd3cb1 commit a4c9264
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 a4c9264

Please sign in to comment.