(self, y: float)
| 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): |
no outgoing calls
no test coverage detected