Skip to content

Commit d43c959

Browse files
committed
Trim space in example
1 parent 3da6485 commit d43c959

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

examples/go2_fulldynamics.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -276,12 +276,9 @@
276276
)
277277

278278
qp_torque = qp.solved_torque.copy()
279-
exit()
280279
friction_torque = fcompensation.computeFriction(x_interp[nq + 6:], qp_torque)
281280
device.execute(friction_torque)
282281

283-
284-
285282
u_multibody.append(copy.deepcopy(friction_torque))
286283
x_multibody.append(x_measured)
287284

0 commit comments

Comments
 (0)