slower speed in keyboard controler (safer)
This commit is contained in:
parent
c840163f60
commit
8fd441e4b5
1 changed files with 2 additions and 2 deletions
|
@ -57,8 +57,8 @@ def getKey():
|
||||||
termios.tcsetattr(sys.stdin, termios.TCSADRAIN, settings)
|
termios.tcsetattr(sys.stdin, termios.TCSADRAIN, settings)
|
||||||
return key
|
return key
|
||||||
|
|
||||||
speed = .5
|
speed = 0.1
|
||||||
turn = 1
|
turn = 0.5
|
||||||
|
|
||||||
def vels(speed,turn):
|
def vels(speed,turn):
|
||||||
return "currently:\tspeed %s\tturn %s " % (speed,turn)
|
return "currently:\tspeed %s\tturn %s " % (speed,turn)
|
||||||
|
|
Loading…
Reference in a new issue