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

Method putVehicleInfo

limsim/simModel/fixedScene/model.py:312–319  ·  view source on GitHub ↗
(self, vid: str, vtins: vehType, routes: str)

Source from the content-addressed store, hash-verified

310 )
311
312 def putVehicleInfo(self, vid: str, vtins: vehType, routes: str):
313 self.dataQue.put(
314 ('vehicleINFO', (
315 vid, vtins.length, vtins.width, vtins.maxAccel,
316 vtins.maxDecel, vtins.maxSpeed, vtins.id, routes
317 )
318 )
319 )
320
321 def drawScene(self):
322 # ex, ey refers to the center position of the local area

Callers 1

getVehInfoMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected