Ejemplo n.º 1
0
def rise():
    x = 0
    while x < 10:
       serial_out.translate(0,0,90)
       time.sleep(0.1)
       x +=1
    x = 0
    serial_out.rotate(90,0,0)
    serial_out.wait(10)                        
    serial_out.rotate(-90,0,0)                     
    serial_out.wait(10) 
    while x < 10:
       serial_out.translate(0,0,-90)
       time.sleep(0.1)
       x +=1
Ejemplo n.º 2
0
  time.sleep(2)
                            
                 
""" Startup """

startup()
connected = lidar.connect(1)
coords['i_CurPos'] = [10,1]
nav.offset()
susptime = time.time()
haz = 0 
temp = 0
espeak.synth("Hello, Jim Bob ready to go")
c = 0
serial_out.setgait(0)
serial_out.wait(25)
serial_out.state(0,0,1)
priorread = time.time()+2
lxpos = [2015,1915,1815,1715,1615,1515,1415,1315,1215]
lypos = [[1578,2067],[1613,2070],[1648,2090],[1683,2101],[1718,2113]]
espeak.synth("Clear the area")
lc = 0
ld = 0

nav.offset()
coords['i_CurPos'][0] = 10
coords['i_CurPos'][1] = 0

while(1):
 for x in xrange(0, 5): 
      for y in xrange(0, 30):