Skip to content

Commit

Permalink
Address reviews
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 Jun 17, 2024
1 parent 5b918e0 commit 4eb6d47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jaxsim/api/ode.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ def system_velocity_dynamics(
== jnp.arange(model.number_of_links())
).any(axis=-1, keepdims=True),
W_f_Ci,
0.0,
jnp.zeros_like(W_f_Ci),
).sum(axis=0)

# ====================
Expand Down

0 comments on commit 4eb6d47

Please sign in to comment.