Browse Source

slower speed in keyboard controler (safer)

master
lgd 11 years ago
parent
commit
8fd441e4b5
  1. 4
      hand_control/src/keyboard_azerty.py

4
hand_control/src/keyboard_azerty.py

@ -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…
Cancel
Save