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

Method getvTypeIns

limsim/simModel/egoTracking/model.py:451–452  ·  view source on GitHub ↗
(self, vtid: str)

Source from the content-addressed store, hash-verified

449 self.putFrameInfo(v2.id, 'outOfAoI', v2)
450
451 def getvTypeIns(self, vtid: str) -> vehType:
452 return self.allvTypes[vtid]
453
454 def getVehInfo(self, veh: Vehicle):
455 vid = veh.id

Callers 1

getVehInfoMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected