@@ -7,17 +7,25 @@ class CalibrateMethod(enum.Enum):
7
7
Dichotomy = "dichotomy"
8
8
9
9
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 },
10
+ SlotLocationCH96 = {"C1-Y" : {"Point" : Point (223 , 203 , 318 ), "compensation" : {"left_rear" : 0 , "left_front" : 0 }},
11
+ "C3-Y" : {"Point" : Point (207 , 203 , 318 ), "compensation" : {"right_rear" : 0 , "right_front" : 0 }},
12
+ "A2-Y" : {"Point" : Point (387 , 421 , 318 ), "compensation" : {"left_rear" : 0 , "left_front" : 0 }},
13
+ "C1-X" : {"Point" : Point (50 , 91 , 300 ), "compensation" : {"left" : 0 , "right" : 0 }},
14
+ "C3-X" : {"Point" : Point (382 , 91 , 300 ), "compensation" : {"left" : 0 , "right" : 0 }},
15
+ "A2-X" : {"Point" : Point (213 , 305 , 300 ), "compensation" : {"left" : 0 , "right" : 0 }},
16
+ "D1-Z" : {"Point" : Point (51 , 99 , 318 ),
17
+ "compensation" : {"rear_left" : - 0.56664 , "rear_right" : - 0.6685 , "front_left" : - 0.43876 ,
18
+ "front_right" : 0 }},
17
19
# "B2-Z": Point(213, 324, 317),
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 },
20
+ "D3-Z" : {"Point" : Point (377 , 99 , 318 ),
21
+ "compensation" : {"rear_left" : - 0.56664 , "rear_right" : - 0.70712 , "front_left" : - 0.41324 ,
22
+ "front_right" : 0 }},
23
+ "C2-Z" : {"Point" : Point (214 , 210 , 318 ),
24
+ "compensation" : {"rear_left" : - 0.60076 , "rear_right" : - 0.679 , "front_left" : - 0.32926 ,
25
+ "front_right" : 0 }},
26
+ "A2-Z" : {"Point" : Point (218 , 424 , 390.5 ),
27
+ "compensation" : {"rear_left" : - 0.57076 , "rear_right" : - 0.694 , "front_left" : - 0.40876 ,
28
+ "front_right" : 0 }},
21
29
"UninstallPos" : {"Point" : Point (223 , 203 , 500 )}
22
30
}
23
31
@@ -46,4 +54,3 @@ class CalibrateMethod(enum.Enum):
46
54
"Y-A2-Right" : {"Point" : Point (335.94 , 412.22 , 299.16 ), "compensation" : - 0.03 },
47
55
"UninstallPos" : {"Point" : Point (223 , 203 , 500 ), "compensation" : 0 }
48
56
}
49
-
0 commit comments