Exemplo n.º 1
0
 def call_forwards_right(self):
     try:
         self.after_cancel(self._job)
     except IndexError:
         pass
     main.robot_stop()
     self.forwards_right()
Exemplo n.º 2
0
 def call_backwards_left(self):
     try:
         self.after_cancel(self._job)
     except IndexError:
         pass
     main.robot_stop()
     self.backwards_left()
Exemplo n.º 3
0
import main
main.robot_stop()
Exemplo n.º 4
0
 def call_stop(self):
     try:
         self.after_cancel(self._job)
     except IndexError:
         pass
     main.robot_stop()