Skip to content

Commit

Permalink
Update step function to use system_acceleration instead of `syste…
Browse files Browse the repository at this point in the history
…m_velocity_dynamics`
  • Loading branch information
xela-95 committed Jan 30, 2025
1 parent 1abdfe5 commit f7c073e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jaxsim/api/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -2074,7 +2074,7 @@ def step(
# ===============================

with data.switch_velocity_representation(jaxsim.VelRepr.Inertial):
W_v̇_WB, = js.ode.system_velocity_dynamics(
W_v̇_WB, = js.ode.system_acceleration(
model=model,
data=data,
link_forces=W_f_L_total,
Expand Down

0 comments on commit f7c073e

Please sign in to comment.