Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PJLab-ADG/OASim
/ updateVeh
Method
updateVeh
limsim/simModel/egoTracking/interReplay.py:371–374 ·
view source on GitHub ↗
(self, veh: Vehicle | egoCar)
Source
from the content-addressed store, hash-verified
369
continue
370
371
def
updateVeh(self, veh: Vehicle | egoCar):
372
message = veh.replayUpdate()
373
if
message ==
'Failure'
:
374
self.sr.outOfRange.add(veh.id)
375
376
def
plotVState(self):
377
if
self.ego.speedQ:
Callers
1
getSce
Method · 0.95
Calls
1
replayUpdate
Method · 0.80
Tested by
no test coverage detected