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

old-commit-hash: 65ece2081a91b84c8b78de404aea2ec17fa81e7c
This commit is contained in:
Kacper Rączy
2024-01-01 14:36:37 -08:00
committed by GitHub
parent fc2e961f1b
commit a97f55dadb

View File

@@ -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):