(self, vid: str, vtins: vehType, routes: str)
| 310 | ) |
| 311 | |
| 312 | def putVehicleInfo(self, vid: str, vtins: vehType, routes: str): |
| 313 | self.dataQue.put( |
| 314 | ('vehicleINFO', ( |
| 315 | vid, vtins.length, vtins.width, vtins.maxAccel, |
| 316 | vtins.maxDecel, vtins.maxSpeed, vtins.id, routes |
| 317 | ) |
| 318 | ) |
| 319 | ) |
| 320 | |
| 321 | def drawScene(self): |
| 322 | # ex, ey refers to the center position of the local area |