Commit 755a20c9 authored by 张晓彤's avatar 张晓彤

周期读取路网数据

parent 01c5639d
......@@ -48,7 +48,8 @@ class Dispatcher:
self.truck.truck_para_period_update(self.dump, self.excavator)
self.truck.state_period_update()
if self.redispatch_active:
self.topo = graph_construct()
self.topo = Topo()
self.topo.generate_topo_graph()
else:
self.topo = None
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment