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

pull/30842/head^2
Kacper Rączy 1 year ago committed by GitHub
parent 6ccf2cbfde
commit 65ece2081a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      tools/sim/bridge/metadrive/metadrive_bridge.py

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

Loading…
Cancel
Save