metadrive: Change camera position to reflect typical height of a vehicle (#30831)

This commit is contained in:
Kacper Rączy
2024-01-01 14:36:37 -08:00
committed by GitHub
parent 6ccf2cbfde
commit 65ece2081a
@@ -10,7 +10,7 @@ from openpilot.tools.sim.bridge.metadrive.metadrive_world import MetaDriveWorld
from openpilot.tools.sim.lib.camerad import W, H
C3_POSITION = Vec3(0, 0, 1)
C3_POSITION = Vec3(0.0, 1.0, 1.22)
class CopyRamRGBCamera(RGBCamera):