Skip to content
Snippets Groups Projects

Various changes in Python code

Merged Samuel Tardieu requested to merge push-tmxwmklnoosx into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -79,7 +79,7 @@ def check_firmware():
print("- Check that a positive I stays behind the target")
c.set_motor_speed(30, 30)
time.sleep(0.5)
(left, right) = c.get_pid_i_accumulator()
(left, right) = c.get_pid_i_accumulators()
assert left > 0 and right > 0
time.sleep(1)
Loading