@@ -7,7 +7,7 @@ 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 },
10
+ SlotLocationCH96 = {"C1-Y" : {"Point" : Point (223 , 203 , 318 ), "compensation" : {"left_rear" : 0 , "left_front" : 0.005 },
11
11
"definition" : ["left_front" , "left_rear" ]},
12
12
"C3-Y" : {"Point" : Point (207 , 203 , 318 ), "compensation" : {"right_rear" : 0 , "right_front" : 0 },
13
13
"definition" : ["left_front" , "left_rear" ]},
@@ -20,23 +20,23 @@ class CalibrateMethod(enum.Enum):
20
20
"A2-X" : {"Point" : Point (213 , 305 , 300 ), "compensation" : {"left" : 0 , "right" : 0 },
21
21
"definition" : ["rear_left" , "rear_right" ]},
22
22
"D1-Z" : {"Point" : Point (51 , 99 , 318 ),
23
- "compensation" : {"rear_left" : 0.001 , "rear_right" : - 0.005 , "front_left" : 0.018 ,
23
+ "compensation" : {"rear_left" : 0.075 , "rear_right" : 0.018 , "front_left" : 0.002 ,
24
24
"front_right" : 0 }, "definition" : ["below_rear_left" , "below_rear_right" ,
25
25
"below_front_left" ,
26
26
"below_front_right" ]},
27
27
28
28
"D3-Z" : {"Point" : Point (377 , 99 , 318 ),
29
- "compensation" : {"rear_left" : 0.003 , "rear_right" : - 0.021 , "front_left" : - 0.037 ,
29
+ "compensation" : {"rear_left" : 0.019 , "rear_right" : - 0.048 , "front_left" : 0.015 ,
30
30
"front_right" : 0 }, "definition" : ["below_rear_left" , "below_rear_right" ,
31
31
"below_front_left" ,
32
32
"below_front_right" ]},
33
33
"C2-Z" : {"Point" : Point (214 , 210 , 318 ),
34
- "compensation" : {"rear_left" : 0.025 , "rear_right" : - 0.007 , "front_left" : 0.046 ,
34
+ "compensation" : {"rear_left" : 0.025 , "rear_right" : - 0.012 , "front_left" : 0.082 ,
35
35
"front_right" : 0 }, "definition" : ["below_rear_left" , "below_rear_right" ,
36
36
"below_front_left" ,
37
37
"below_front_right" ]},
38
38
"A2-Z" : {"Point" : Point (218 , 424 , 390.5 ),
39
- "compensation" : {"rear_left" : 0 , "rear_right" : 0 , "front_left" : 0 ,
39
+ "compensation" : {"rear_left" : 0.065 , "rear_right" : - 0.028 , "front_left" : 0.051 ,
40
40
"front_right" : 0 }, "definition" : ["below_rear_left" , "below_rear_right" ,
41
41
"below_front_left" ,
42
42
"below_front_right" ]},
0 commit comments