diff --git a/src/adam/core/rbd_algorithms.py b/src/adam/core/rbd_algorithms.py index ba68391f..7c01edd0 100644 --- a/src/adam/core/rbd_algorithms.py +++ b/src/adam/core/rbd_algorithms.py @@ -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