Skip to content

Commit 0d5b4bf

Browse files
committed
Simplify plot
1 parent 9d32c57 commit 0d5b4bf

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
@@ -15,7 +15,7 @@
1515
)
1616

1717
from biped_walking_controller.inverse_kinematic import InvKinSolverParams, solve_inverse_kinematics
18-
from biped_walking_controller.plot import plot_feet_and_com, plot_contact_forces_and_state
18+
from biped_walking_controller.plot import plot_feet_and_com, plot_contact_forces
1919

2020
from biped_walking_controller.preview_control import (
2121
PreviewControllerParams,
@@ -369,7 +369,7 @@ def main():
369369
zmp_ref=zmp_ref_plot,
370370
)
371371

372-
plot_contact_forces_and_state(t=t, force_rf=rf_forces, force_lf=lf_forces, states=[])
372+
plot_contact_forces(t=t, force_rf=rf_forces, force_lf=lf_forces)
373373

374374
plt.show()
375375

0 commit comments

Comments
 (0)