Fix linefollower example
This commit is contained in:
parent
befc7fded6
commit
8bae96c8a9
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ Simple Linefollower
|
||||||
|
|
||||||
import time
|
import time
|
||||||
|
|
||||||
from IRWrapper import IRWrapper
|
from compLib.IRWrapper import IRWrapper
|
||||||
from compLib.Motor import Motor
|
from compLib.Motor import Motor
|
||||||
|
|
||||||
STRAIGHT_SPEED = 40.0
|
STRAIGHT_SPEED = 40.0
|
||||||
|
|
Reference in a new issue