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

Method xAppend

limsim/simModel/common/carFactory.py:400–401  ·  view source on GitHub ↗
(self, x: float)

Source from the content-addressed store, hash-verified

398
399 # append the center x
400 def xAppend(self, x: float):
401 self.xQ.append(x - self.length / 2 * cos(self.yaw))
402
403 # append the center y
404 def yAppend(self, y: float):

Callers 2

getVehInfoMethod · 0.80
getVehInfoMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected