parent
4fca06fcdf
commit
2ee3fd0ba0
@ -1,9 +1,13 @@
|
||||
#!/bin/python3
|
||||
import ddresc_visu.draw as v
|
||||
from time import sleep
|
||||
|
||||
visu = v.Visualisation('/mnt/TAP9701/2021-08-11_Pm_ddresc_mapfile')
|
||||
FILE = '/mnt/TAP9701/2021-08-11_Pm_ddresc_mapfile'
|
||||
visu = v.Visualisation(FILE)
|
||||
|
||||
visu.draw()
|
||||
def redraw():
|
||||
visu.reload()
|
||||
|
||||
import time
|
||||
time.sleep(10)
|
||||
while True:
|
||||
redraw()
|
||||
sleep(5)
|
||||
|
Loading…
Reference in New Issue