Skip to content

Commit

Permalink
Line Endings
Browse files Browse the repository at this point in the history
  • Loading branch information
ConnorTingley authored and flferretti committed Jan 16, 2025
1 parent b07a472 commit a548522
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/jaxsim/math/rotation.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,5 +80,5 @@ def from_axis_angle(vector: jtp.Vector) -> jtp.Matrix:
u = jnp.vstack(u.squeeze())

R = c * jnp.eye(3) - s * Skew.wedge(u) + c1 * u @ u.T
return R.transpose()

return R.transpose()

0 comments on commit a548522

Please sign in to comment.