Skip to content

Commit

Permalink
Abstract contact state in api.ode_data.ODEState
Browse files Browse the repository at this point in the history
  • Loading branch information
flferretti committed Jun 14, 2024
1 parent c202825 commit c8560af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_automatic_differentiation.py
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ def step(
base_angular_velocity=W_v_WB[3:6],
joint_velocities=,
),
soft_contacts_state=js.ode_data.SoftContactsState.build(
contacts_state=js.ode_data.SoftContactsState.build(
tangential_deformation=m
),
),
Expand Down

0 comments on commit c8560af

Please sign in to comment.