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

Method accQueue

limsim/utils/trajectory.py:206–207  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

204
205 @property
206 def accQueue(self) -> deque[float]:
207 return deque([state.acc for state in self.states])
208
209 @property
210 def laneIDQueue(self) -> deque[str]:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected