fixed intake ramp, shooter, and drive PID
This commit is contained in:
@@ -1,16 +1,16 @@
|
||||
{
|
||||
"drive": {
|
||||
"p": 0.001,
|
||||
"p": 0.15,
|
||||
"i": 0,
|
||||
"d": 0,
|
||||
"f": 0,
|
||||
"f": 0.15,
|
||||
"iz": 0
|
||||
},
|
||||
"angle": {
|
||||
"p": 0.002,
|
||||
"i": 0.0,
|
||||
"d": 0.0,
|
||||
"f": 0,
|
||||
"p": 0.008,
|
||||
"i": 0.00001,
|
||||
"d": 0,
|
||||
"f": 0.2,
|
||||
"iz": 0
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user