MCPcopy Create free account
hub / github.com/PJLab-ADG/OASim / plotScene

Method plotScene

limsim/simModel/fixedScene/localScene.py:289–296  ·  view source on GitHub ↗
(self, node: dpg.node, ex: float, ey: float, ctf: CoordTF)

Source from the content-addressed store, hash-verified

287 return roadgraph, vehicles
288
289 def plotScene(self, node: dpg.node, ex: float, ey: float, ctf: CoordTF):
290 if self.edges:
291 for ed in self.edges:
292 self.netInfo.plotEdge(ed, node, ex, ey, ctf)
293
294 if self.junctions:
295 for jc in self.junctions:
296 self.netInfo.plotJunction(jc, node, ex, ey, ctf)

Callers

nothing calls this directly

Calls 2

plotEdgeMethod · 0.80
plotJunctionMethod · 0.80

Tested by

no test coverage detected