@@ -766,7 +766,7 @@ def compute_transformations(self, joint_state, link=None, parent_transformation=
766766
767767 Parameters
768768 ----------
769- joint_state : dict or : class:`compas.robots.Configuration`
769+ : class:`compas.robots.Configuration` or joint_state : dict
770770 A dictionary with the joint names as keys and values in radians and
771771 meters (depending on the joint type).
772772 link : :class:`compas.robots.Link`
@@ -812,7 +812,7 @@ def transformed_frames(self, joint_state):
812812
813813 Parameters
814814 ----------
815- joint_state : dict or : class:`compas.robots.Configuration`
815+ : class:`compas.robots.Configuration` or joint_state : dict
816816 A dictionary with the joint names as keys and values in radians and
817817 meters (depending on the joint type).
818818
@@ -837,7 +837,7 @@ def transformed_axes(self, joint_state):
837837
838838 Parameters
839839 ----------
840- joint_state : dict or : class:`compas.robots.Configuration`
840+ : class:`compas.robots.Configuration` or joint_state : dict
841841 A dictionary with the joint names as keys and values in radians and
842842 meters (depending on the joint type).
843843
@@ -861,7 +861,7 @@ def forward_kinematics(self, joint_state, link_name=None):
861861
862862 Parameters
863863 ----------
864- joint_state : dict or : class:`compas.robots.Configuration`
864+ : class:`compas.robots.Configuration` or joint_state : dict
865865 A dictionary with the joint names as keys and values in radians and
866866 meters (depending on the joint type).
867867 link_name : str, optional
0 commit comments