@@ -7,30 +7,30 @@ class CalibrateMethod(enum.Enum):
7
7
Dichotomy = "dichotomy"
8
8
9
9
10
- SlotLocationCH96 = {"C1-Y" : {"Point" : Point (223 , 203 , 318 ), "compensation" : 0.25 },
11
- "C3-Y" : {"Point" : Point (207 , 203 , 318 ), "compensation" : 0.01 },
12
- "A2-Y" : {"Point" : Point (387 , 421 , 318 ), "compensation" : 0.26 },
13
- "C1-X" : {"Point" : Point (50 , 91 , 300 ), "compensation" : 0.30 },
14
- "C3-X" : {"Point" : Point (382 , 91 , 300 ), "compensation" : 0.27 },
15
- "A2-X" : {"Point" : Point (213 , 305 , 300 ), "compensation" : 0.3 },
16
- "D1-Z" : {"Point" : Point (51 , 99 , 318 ), "compensation" : 0.5 },
10
+ SlotLocationCH96 = {"C1-Y" : {"Point" : Point (223 , 203 , 318 ), "compensation" : 0.0 },
11
+ "C3-Y" : {"Point" : Point (207 , 203 , 318 ), "compensation" : 0.0 },
12
+ "A2-Y" : {"Point" : Point (387 , 421 , 318 ), "compensation" : 0.0 },
13
+ "C1-X" : {"Point" : Point (50 , 91 , 300 ), "compensation" : 0.0 },
14
+ "C3-X" : {"Point" : Point (382 , 91 , 300 ), "compensation" : 0.0 },
15
+ "A2-X" : {"Point" : Point (213 , 305 , 300 ), "compensation" : 0.0 },
16
+ "D1-Z" : {"Point" : Point (51 , 99 , 318 ), "compensation" : 0.0 },
17
17
# "B2-Z": Point(213, 324, 317),
18
- "D3-Z" : {"Point" : Point (377 , 99 , 318 ), "compensation" : 0.44 },
19
- "C2-Z" : {"Point" : Point (214 , 210 , 318 ), "compensation" : 0.46 },
20
- "A2-Z" : {"Point" : Point (218 , 424 , 390.5 ), "compensation" : 0.31 },
18
+ "D3-Z" : {"Point" : Point (377 , 99 , 318 ), "compensation" : 0.0 },
19
+ "C2-Z" : {"Point" : Point (214 , 210 , 318 ), "compensation" : 0.0 },
20
+ "A2-Z" : {"Point" : Point (218 , 424 , 390.5 ), "compensation" : 0.0 },
21
21
"UninstallPos" : {"Point" : Point (223 , 203 , 500 )}
22
22
}
23
23
24
- ChannelDefinitionCH96 = {"left_front" : {"device_addr" : 1 , "channel" : 4 , "offset" : 0 },
25
- "left_rear" : {"device_addr" : 1 , "channel" : 5 , "offset" : 0 },
26
- "right_front" : {"device_addr" : 1 , "channel" : 3 , "offset" : 0 },
27
- "right_rear" : {"device_addr" : 1 , "channel" : 2 , "offset" : 0 },
28
- "rear_right" : {"device_addr" : 1 , "channel" : 0 , "offset" : 0 },
29
- "rear_left" : {"device_addr" : 1 , "channel" : 1 , "offset" : 0 },
30
- "below_front_left" : {"device_addr" : 2 , "channel" : 1 , "offset" : 0 },
31
- "below_front_right" : {"device_addr" : 2 , "channel" : 0 , "offset" : 0 },
32
- "below_rear_left" : {"device_addr" : 2 , "channel" : 3 , "offset" : 0 },
33
- "below_rear_right" : {"device_addr" : 2 , "channel" : 2 , "offset" : 0 },
24
+ ChannelDefinitionCH96 = {"left_front" : {"device_addr" : 1 , "channel" : 0 , "offset" : 0 },
25
+ "left_rear" : {"device_addr" : 1 , "channel" : 1 , "offset" : 0 },
26
+ "right_front" : {"device_addr" : 1 , "channel" : 2 , "offset" : 0 },
27
+ "right_rear" : {"device_addr" : 1 , "channel" : 3 , "offset" : 0 },
28
+ "rear_right" : {"device_addr" : 1 , "channel" : 5 , "offset" : 0 },
29
+ "rear_left" : {"device_addr" : 1 , "channel" : 4 , "offset" : 0 },
30
+ "below_front_left" : {"device_addr" : 2 , "channel" : 8 , "offset" : 0 },
31
+ "below_front_right" : {"device_addr" : 2 , "channel" : 9 , "offset" : 0 },
32
+ "below_rear_left" : {"device_addr" : 2 , "channel" : 10 , "offset" : 0 },
33
+ "below_rear_right" : {"device_addr" : 2 , "channel" : 11 , "offset" : 0 },
34
34
}
35
35
36
36
# device addr are un-useful in ch8
0 commit comments