Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
Co-authored-by: Diego Ferigo <[email protected]>
  • Loading branch information
flferretti and diegoferigo committed Aug 20, 2024
1 parent 258d60f commit d87e076
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions src/jaxsim/rbda/crba.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,14 +139,7 @@ def compute_inner(carry: CarryInnerFn) -> tuple[CarryInnerFn, None]:
xs=jnp.flip(jnp.arange(start=1, stop=model.number_of_links())),
)
if model.number_of_links() > 1
else [
(
j,
Fi,
M,
),
None,
]
else [(j, Fi, M), None]
)

Fi = i_X_0[j].T @ Fi
Expand Down

0 comments on commit d87e076

Please sign in to comment.