parameters.yml 642 字节
Newer Older
D
Dong Li 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
camera:
  defaults:
    fov: 60
    near: 1
    far: 300
    viewAngle: 0.5
  laneWidth: 4.5 # original 3.32
  laneWidthToViewDistanceRatio: 5
ground:
  mpp: 200
  xres: 8192
  yres: 8192
  xorigin: 4096
  yorigin: 4096
  mapname: SUNNYVALELOOP
  xyoffset: 0
planning:
  # The minimum interval between two consecutive
  minInterval: 0.1
  defaults:
    width: 1.4
options:
  defaults:
    showConsole: false
    showPlanning: true
S
siyangy 已提交
26
    showObstacles: true
Y
Yu Cao 已提交
27
    showDecision: true
S
siyangy 已提交
28
    showPredictionMajor: true
S
siyangy 已提交
29
    showPredictionMinor: true
S
siyangy 已提交
30
    showRouting: true
D
Dong Li 已提交
31 32 33
debug:
  # Turn this on for monitor related debugging
  autoMonitorMessage: false