blob: 5de8bb5577978543198f95b1c10c06e727a4860f [file] [log] [blame]
Scott Randolphda289be2017-03-30 14:30:34 -07001{
2 "car" : {
3 "width" : 76.7,
4 "wheelBase" : 117.9,
5 "frontExtent" : 44.7,
6 "rearExtent" : 40
7 },
8 "display" : {
Scott Randolphda289be2017-03-30 14:30:34 -07009 "frontRange" : 100,
10 "rearRange" : 100
11 },
12 "graphic" : {
13 "frontPixel" : 23,
14 "rearPixel" : 223
15 },
16 "cameras" : [
17 {
Scott Randolphf91b3fc2017-05-23 11:22:49 -070018 "cameraId" : "/dev/video32",
Scott Randolph4a83b5d2017-05-16 17:42:19 -070019 "function" : "reverse,park",
Scott Randolph150c5802017-04-12 11:45:09 -070020 "x" : 0.0,
21 "y" : -40.0,
22 "z" : 48,
23 "yaw" : 180,
Scott Randolph4a83b5d2017-05-16 17:42:19 -070024 "pitch" : -30,
Scott Randolphf91b3fc2017-05-23 11:22:49 -070025 "hfov" : 125,
26 "vfov" :103
Scott Randolphda289be2017-03-30 14:30:34 -070027 },
28 {
Scott Randolphf91b3fc2017-05-23 11:22:49 -070029 "cameraId" : "/dev/video45",
Scott Randolph4a83b5d2017-05-16 17:42:19 -070030 "function" : "front,park",
Scott Randolphda289be2017-03-30 14:30:34 -070031 "x" : 0.0,
32 "y" : 100.0,
33 "z" : 48,
34 "yaw" : 0,
35 "pitch" : -10,
Scott Randolphf91b3fc2017-05-23 11:22:49 -070036 "hfov" : 70,
37 "vfov" : 43
Scott Randolphda289be2017-03-30 14:30:34 -070038 },
39 {
Scott Randolph4a83b5d2017-05-16 17:42:19 -070040 "cameraId" : "/dev/video0",
41 "function" : "right,park",
42 "x" : 36.0,
43 "y" : 60.0,
44 "z" : 32,
45 "yaw" : -90,
46 "pitch" : -30,
Scott Randolph150c5802017-04-12 11:45:09 -070047 "hfov" : 60,
48 "vfov" : 42
Scott Randolphda289be2017-03-30 14:30:34 -070049 }
50 ]
Scott Randolph150c5802017-04-12 11:45:09 -070051}