steviet91 / furmulaone_source

Source repo for the car and track models
MIT License
0 stars 0 forks source link

Collision Lines Moving #19

Closed steviet91 closed 4 years ago

steviet91 commented 4 years ago

See the vehicle colliders moving away from the COG. Can be visualised by the dot and blue circle not aligning with the rectangle...not sure where it's coming from

steviet91 commented 4 years ago

Fixed by running np.copy() on the vehicle position within visulaiser for camera position, must have been overwriting vehicle position but not affecting the collision line translations due to their use of dx/yVehicle