summaryrefslogtreecommitdiff
path: root/emulator/evs/evs_app_config.json
blob: bf0c5c4e09a3fd1f6dc459f44073c6a981c7bcc9 (plain)
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
  "car" : {
    "width"  : 76.7,
    "wheelBase" : 117.9,
    "frontExtent" : 44.7,
    "rearExtent" : 40
  },
  "displays" : [
    {
      "_comment": "Display0",
      "displayPort" : 0,
      "frontRange" : 100,
      "rearRange" : 100
    },
    {
      "_comment": "Display1",
      "displayPort" : 1,
      "frontRange" : 100,
      "rearRange" : 100
    },
    {
      "_comment": "Display2",
      "displayPort" : 2,
      "frontRange" : 100,
      "rearRange" : 100
    },
    {
      "_comment": "Display3",
      "displayPort" : 3,
      "frontRange" : 100,
      "rearRange" : 100
    }

  ],
  "graphic" : {
    "frontPixel" : -20,
    "rearPixel" : 260
  },
  "cameras" : [
    {
      "cameraId" : "/dev/video10",
      "function" : "reverse",
      "x" : 0.0,
      "y" : 20.0,
      "z" : 48,
      "yaw" : 180,
      "pitch" : -10,
      "roll" : 0,
      "hfov" : 115,
      "vfov" : 80,
      "hflip" : true,
      "vflip" : false
    }
  ]
}