Skip to content

Commit

Permalink
fixed yaml error
Browse files Browse the repository at this point in the history
  • Loading branch information
kevindlewis23 committed Jun 7, 2024
1 parent 8cd9127 commit e1fa647
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ik_python/ik_python.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class Robot:
:param rotationMatrix: The rotation matrix to use for the inverse kinematics
:param positionVector: The position vector to use for the inverse kinematics
:return: A tuple containing the rotation values of each joint and whether the solution is least squares
"""
"""
...
def forward_kinematics(self, qVals) -> Tuple[List[List[float]], List[float]]:
"""
Expand Down

0 comments on commit e1fa647

Please sign in to comment.