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 3cb1300 commit 9f7cdf5
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 @@ -154,7 +154,7 @@ def system_velocity_dynamics(
parent_link_index_of_collidable_points[:, jnp.newaxis]
== jnp.arange(model.number_of_links()),
W_f_Ci,
0.0,
jnp.zeros_like(W_f_Ci),
).sum(axis=0)

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

0 comments on commit 9f7cdf5

Please sign in to comment.