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)
|
||||
return key
|
||||
|
||||
speed = .5
|
||||
turn = 1
|
||||
speed = 0.1
|
||||
turn = 0.5
|
||||
|
||||
def vels(speed,turn):
|
||||
return "currently:\tspeed %s\tturn %s " % (speed,turn)
|
||||
|
|
Loading…
Reference in a new issue