@@ -7,25 +7,39 @@ class CalibrateMethod(enum.Enum):
7
7
Dichotomy = "dichotomy"
8
8
9
9
10
- SlotLocationCH96 = {"C1-Y" : {"Point" : Point (223 , 203 , 318 ), "compensation" : {"left_rear" : 0.038 , "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 }},
10
+ SlotLocationCH96 = {"C1-Y" : {"Point" : Point (223 , 203 , 318 ), "compensation" : {"left_rear" : 0.038 , "left_front" : 0 },
11
+ "definition" : ["left_front" , "left_rear" ]},
12
+ "C3-Y" : {"Point" : Point (207 , 203 , 318 ), "compensation" : {"right_rear" : 0 , "right_front" : 0 },
13
+ "definition" : ["left_front" , "left_rear" ]},
14
+ "A2-Y" : {"Point" : Point (387 , 421 , 318 ), "compensation" : {"left_rear" : 0 , "left_front" : 0 },
15
+ "definition" : ["left_front" , "left_rear" ]},
16
+ "C1-X" : {"Point" : Point (50 , 91 , 300 ), "compensation" : {"left" : 0 , "right" : 0 },
17
+ "definition" : ["rear_left" , "rear_right" ]},
18
+ "C3-X" : {"Point" : Point (382 , 91 , 300 ), "compensation" : {"left" : 0 , "right" : 0 },
19
+ "definition" : ["rear_left" , "rear_right" ]},
20
+ "A2-X" : {"Point" : Point (213 , 305 , 300 ), "compensation" : {"left" : 0 , "right" : 0 },
21
+ "definition" : ["rear_left" , "rear_right" ]},
16
22
"D1-Z" : {"Point" : Point (51 , 99 , 318 ),
17
23
"compensation" : {"rear_left" : 0.001 , "rear_right" : - 0.005 , "front_left" : 0.018 ,
18
- "front_right" : 0 }},
19
- # "B2-Z": Point(213, 324, 317),
24
+ "front_right" : 0 }, "definition" : ["below_rear_left" , "below_rear_right" ,
25
+ "below_front_left" ,
26
+ "below_front_right" ]},
27
+
20
28
"D3-Z" : {"Point" : Point (377 , 99 , 318 ),
21
29
"compensation" : {"rear_left" : 0.003 , "rear_right" : - 0.021 , "front_left" : - 0.037 ,
22
- "front_right" : 0 }},
30
+ "front_right" : 0 }, "definition" : ["below_rear_left" , "below_rear_right" ,
31
+ "below_front_left" ,
32
+ "below_front_right" ]},
23
33
"C2-Z" : {"Point" : Point (214 , 210 , 318 ),
24
34
"compensation" : {"rear_left" : 0.025 , "rear_right" : - 0.007 , "front_left" : 0.046 ,
25
- "front_right" : 0 }},
35
+ "front_right" : 0 }, "definition" : ["below_rear_left" , "below_rear_right" ,
36
+ "below_front_left" ,
37
+ "below_front_right" ]},
26
38
"A2-Z" : {"Point" : Point (218 , 424 , 390.5 ),
27
39
"compensation" : {"rear_left" : 0 , "rear_right" : 0 , "front_left" : 0 ,
28
- "front_right" : 0 }},
40
+ "front_right" : 0 }, "definition" : ["below_rear_left" , "below_rear_right" ,
41
+ "below_front_left" ,
42
+ "below_front_right" ]},
29
43
"UninstallPos" : {"Point" : Point (223 , 203 , 500 )}
30
44
}
31
45
0 commit comments