Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
getVehInfo
Method · 0.80
getVehInfo
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected