Skip to content
Snippets Groups Projects
Commit 11b0b059 authored by Samuel Tardieu's avatar Samuel Tardieu
Browse files

Remove extra print in localpid.py

parent 47725e95
Branches
Tags
No related merge requests found
Pipeline #97622 passed
......@@ -44,7 +44,6 @@ def advance(c, distance, max_speed):
target = max(target - acceptable_speed, final_target)
time.sleep(0.01) # Every 1/100th of seconds
enc_left, enc_right = c.get_encoder_ticks()
print((enc_left, enc_right))
pos_left, pos_right = pos_left + enc_left, pos_right + enc_right
if (
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment