Skip to content
Snippets Groups Projects
Commit b651ed77 authored by Ale's avatar Ale
Browse files

add gait shift (even if not necessary)

parent 42c4b2be
No related branches found
No related tags found
No related merge requests found
Pipeline #20324 failed
...@@ -171,6 +171,7 @@ def control_loop(): ...@@ -171,6 +171,7 @@ def control_loop():
t_start_whole = time.time() t_start_whole = time.time()
target.update(cnt) target.update(cnt)
target.shift_gait()
if controller.compute(device, qc): if controller.compute(device, qc):
break break
print("Total loop time: ", controller.t_loop, "\n") print("Total loop time: ", controller.t_loop, "\n")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment