forked from martinferianc/Robotics-EIE3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbase_config.json
42 lines (38 loc) · 862 Bytes
/
base_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
{
"top": {
"maxRotationAcceleration": 6.0,
"maxRotationSpeed": 12.0,
"feedForwardGain": 12.75,
"minPWM": 18.0,
"minOutput": -255,
"maxOutput": 255,
"k_p": 400.0,
"k_i": 550.0,
"k_d": 450.0
},
"ultra_angle_calibration": 0.018,
"ultra_sound_offset": -2,
"ultra_sound_proportional_offset": 0,
"touch_ports": [0, 2],
"bumpers": {
"left": { "port": 2,"value": 0 },
"right": { "port": 0, "value": 0 }
},
"ultrasonic_port": 3,
"motor_ports": {
"left": 2,
"right": 1,
"top" : 0
},
"prop_ctl": {
"k_p": 0.07
},
"standard_deviation": {
"x": 1,
"y": 1,
"theta_straight": 0.03,
"ultrasound": 2.2,
"theta_rotate": 0.08,
"theta_top_rotate": 0.01
}
}