Skip to content

Commit 1395223

Browse files
committed
Small refactoring
1 parent 0732797 commit 1395223

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

biped_walking_controller/plot.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,8 +192,8 @@ def plot_contact_forces(
192192
t: float,
193193
force_rf: float,
194194
force_lf: float,
195-
states: ,
196-
title: str ="Contact force Fx",
195+
states: WalkingState,
196+
title: str = "Contact force Fx",
197197
):
198198
t = np.asarray(t).ravel()
199199
force_rf = np.asarray(force_rf).ravel()

0 commit comments

Comments
 (0)