Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Giulero authored Jan 8, 2025
1 parent fc066ea commit daf88ff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/adam/casadi/computations.py
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ def jacobian_dot(
frame (str): The frame to which the jacobian will be computed
base_transform (cs.SX): The homogenous transform from base to world frame
joint_positions (cs.SX): The joints position
base_velocity (cs.SX): The base velocity in mixed representation
base_velocity (cs.SX): The base velocity
joint_velocities (cs.SX): The joint velocities
Returns:
Expand Down Expand Up @@ -369,7 +369,7 @@ def bias_force(
Args:
base_transform (cs.SX): The homogenous transform from base to world frame
joint_positions (cs.SX): The joints position
base_velocity (cs.SX): The base velocity in mixed representation
base_velocity (cs.SX): The base velocity
joint_velocities (cs.SX): The joints velocity
Returns:
Expand Down Expand Up @@ -402,7 +402,7 @@ def coriolis_term(
Args:
base_transform (cs.SX): The homogenous transform from base to world frame
joint_positions (cs.SX): The joints position
base_velocity (cs.SX): The base velocity in mixed representation
base_velocity (cs.SX): The base velocity
joint_velocities (cs.SX): The joints velocity
Returns:
Expand Down

0 comments on commit daf88ff

Please sign in to comment.