robot good center auto left good
This commit is contained in:
@@ -78,7 +78,7 @@
|
|||||||
"unlimited": false
|
"unlimited": false
|
||||||
},
|
},
|
||||||
"goalEndState": {
|
"goalEndState": {
|
||||||
"velocity": 0,
|
"velocity": 1.0,
|
||||||
"rotation": -129.95754893082906
|
"rotation": -129.95754893082906
|
||||||
},
|
},
|
||||||
"reversed": false,
|
"reversed": false,
|
||||||
|
|||||||
@@ -103,7 +103,7 @@
|
|||||||
"unlimited": false
|
"unlimited": false
|
||||||
},
|
},
|
||||||
"goalEndState": {
|
"goalEndState": {
|
||||||
"velocity": 0,
|
"velocity": 2.0,
|
||||||
"rotation": -129.95754893082906
|
"rotation": -129.95754893082906
|
||||||
},
|
},
|
||||||
"reversed": false,
|
"reversed": false,
|
||||||
|
|||||||
@@ -43,14 +43,14 @@ public class ShooterConstants {
|
|||||||
public static final boolean kLeftShooterMotorInverted = true;
|
public static final boolean kLeftShooterMotorInverted = true;
|
||||||
public static final boolean kRightShooterMotorInverted = false;
|
public static final boolean kRightShooterMotorInverted = false;
|
||||||
|
|
||||||
public static final double kLeftP = 0.5;//0.01;//0.001;
|
public static final double kLeftP = 0.75;//0.01;//0.001;
|
||||||
public static final double kLeftI = 0;
|
public static final double kLeftI = 0;
|
||||||
public static final double kLeftD = 0;//0.1;//1.8;
|
public static final double kLeftD = 0;//0.1;//1.8;
|
||||||
public static final double kLeftS = 0;
|
public static final double kLeftS = 0;
|
||||||
public static final double kLeftV = 0.00129;
|
public static final double kLeftV = 0.00129;
|
||||||
public static final double kLeftA = 0;
|
public static final double kLeftA = 0;
|
||||||
|
|
||||||
public static final double kRightP = 0.5;//0.001;//0.001;
|
public static final double kRightP = 0.75;//0.001;//0.001;
|
||||||
public static final double kRightI = 0;
|
public static final double kRightI = 0;
|
||||||
public static final double kRightD = 0;//0.1;
|
public static final double kRightD = 0;//0.1;
|
||||||
public static final double kRightS = 0;
|
public static final double kRightS = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user