mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-06-21 22:12:05 +08:00
metadrive: Change camera position to reflect typical height of a vehicle (#30831)
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