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

Method plotScene

limsim/simModel/egoTracking/movingScene.py:336–343  ·  view source on GitHub ↗
(self, graphics_items: list, ex: float, ey: float, ctf: CoordTF)

Source from the content-addressed store, hash-verified

334 return roadgraph, vehicles
335
336 def plotScene(self, graphics_items: list, ex: float, ey: float, ctf: CoordTF):
337 if self.edges:
338 for ed in self.edges:
339 self.netInfo.plotEdge(ed, graphics_items, ex, ey, ctf)
340
341 if self.junctions:
342 for jc in self.junctions:
343 self.netInfo.plotJunction(jc, graphics_items, ex, ey, ctf)

Callers

nothing calls this directly

Calls 2

plotEdgeMethod · 0.80
plotJunctionMethod · 0.80

Tested by

no test coverage detected