metadrive: Change camera position to reflect typical height of a vehicle (#30831)
old-commit-hash: 65ece2081a91b84c8b78de404aea2ec17fa81e7c
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user