Skip to content

Commit c8560af

Browse files
committed
Abstract contact state in api.ode_data.ODEState
1 parent c202825 commit c8560af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_automatic_differentiation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ def step(
396396
base_angular_velocity=W_v_WB[3:6],
397397
joint_velocities=,
398398
),
399-
soft_contacts_state=js.ode_data.SoftContactsState.build(
399+
contacts_state=js.ode_data.SoftContactsState.build(
400400
tangential_deformation=m
401401
),
402402
),

0 commit comments

Comments
 (0)