Skip to content

Commit

Permalink
Make output_vel_repr non-static in api.frame
Browse files Browse the repository at this point in the history
  • Loading branch information
flferretti committed May 23, 2024
1 parent 7ad7654 commit a380a22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jaxsim/api/frame.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ def transform(
return W_H_L @ L_H_F


@functools.partial(jax.jit, static_argnames=["frame_index", "output_vel_repr"])
@functools.partial(jax.jit, static_argnames=["frame_index"])
def jacobian(
model: js.model.JaxSimModel,
data: js.data.JaxSimModelData,
Expand Down

0 comments on commit a380a22

Please sign in to comment.