-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.json
61 lines (52 loc) · 1.23 KB
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"forward_kp": 0.0013,
"strafe_kp": 0.005,
"turn_kp": 0.0087,
"turn_ki": 0.06,
"heading_correction_kp": 0.001,
"sensitivity": 10,
"freight_detection_threshold": 2,
"hold_time": 0.5,
"close_claw_freight": 0.15,
"close_claw_duck": 0.03,
"open_claw": 0.56,
"sweeper_down": 0.42,
"sweeper_up": 0.53,
"max_height": 68000,
"pitstop": 40000,
"lift_kp": 0.0002,
"lift_ki": 0.000028,
"lift_kd": 0.000001,
"lift_threshold": 2500,
"low_raise": 33000,
"low_rotate": 79,
"mid_raise": 38000,
"mid_rotate": 40,
"high_raise": 68000,
"high_rotate": 52,
"auto_low_raise": 40000,
"auto_low_rotate": 75,
"auto_mid_raise": 42000,
"auto_mid_rotate": 60,
"auto_high_raise": 56000,
"auto_high_rotate": 42.5,
"auto_low_red_raise": 38000,
"auto_low_red_rotate": 79,
"auto_mid_red_raise": 43000,
"auto_mid_red_rotate": 61,
"auto_high_red_raise": 56000,
"auto_high_red_rotate": 42.5,
"low_raise_near": 36000,
"low_rotate_near": 70,
"mid_raise_near": 38000,
"mid_rotate_near": 40,
"high_raise_near": 50000,
"high_rotate_near": 38,
"turn_limit": 80,
"degrees_per_tick": 0.0279,
"pivot_kp": 0.05,
"pivot_ki": 0.06,
"pivot_kd": 0.002,
"pivot_threshold": 3.0,
"pivot_lift_trigger": -1
}