Skip to content

Commit bdc3f89

Browse files
committed
Small fix
1 parent feb8359 commit bdc3f89

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

examples/example_4_physics_simulation.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ def main():
184184
t_ss=t_ss,
185185
t_ds=t_ds,
186186
t_init=t_init,
187-
t_end=t_end,
187+
t_final=t_end,
188188
dt=dt,
189189
traj_generator=BezierCurveFootPathGenerator(max_height_foot),
190190
)
@@ -321,7 +321,7 @@ def main():
321321
zmp_ref=zmp_ref_plot,
322322
)
323323

324-
plot_contact_forces_and_state(t=t, force_rf=rf_forces, force_lf=lf_forces)
324+
plot_contact_forces_and_state(t=t, force_rf=rf_forces, force_lf=lf_forces, states=[])
325325

326326
plt.show()
327327

0 commit comments

Comments
 (0)