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

Method yAppend

limsim/simModel/common/carFactory.py:404–405  ·  view source on GitHub ↗
(self, y: float)

Source from the content-addressed store, hash-verified

402
403 # append the center y
404 def yAppend(self, y: float):
405 self.yQ.append(y - self.length / 2 * sin(self.yaw))
406
407 # append the lanepos of the center of the car
408 def lanePosAppend(self, lanePos: float):

Callers 2

getVehInfoMethod · 0.80
getVehInfoMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected