Skip to content

Commit 0497429

Browse files
committed
Remove useless compute in the example
1 parent e5a7679 commit 0497429

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

examples/go2_kinodynamics.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -289,8 +289,6 @@
289289
q_meas, v_meas = device.measureState()
290290
x_measured = np.concatenate([q_meas, v_meas])
291291

292-
mpc.getDataHandler().updateInternalData(x_measured, True)
293-
294292
kino_ID.setTarget(q_interp, v_interp, acc_interp, contact_states, force_interp)
295293
tau_cmd = kino_ID.solve(t, q_meas, v_meas)
296294

0 commit comments

Comments
 (0)