Skip to content

Commit

Permalink
[sq] rbda
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoferigo committed Jun 5, 2024
1 parent 4567841 commit 422e914
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jaxsim/rbda/jacobian.py
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ def compute_full_jacobian_derivative(
jax.lax.scan(
f=compute_full_jacobian_derivative,
init=compute_full_jacobian_derivative_carry,
xs=model.kin_dyn_parameters.link_indices[1:],
xs=np.arange(start=1, stop=model.number_of_links()),
)
if model.number_of_links() > 1
else [(_, B_X_i, B_Ẋ_i, ), None]
Expand Down

0 comments on commit 422e914

Please sign in to comment.