We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20d663c commit 406fb84Copy full SHA for 406fb84
TeamCode/src/main/java/org/firstinspires/ftc/teamcode/DriveControls/Localizers/definition/LocalizerPlugin.java
@@ -1,5 +1,5 @@
1
package org.firstinspires.ftc.teamcode.DriveControls.Localizers.definition;
2
3
-public interface LocalizerPlugin {
+public interface LocalizerPlugin extends Localizer{
4
void update();
5
}
TeamCode/src/main/java/org/firstinspires/ftc/teamcode/Params.java
@@ -74,11 +74,11 @@ public final static class namespace{
74
/**
75
* 左侧死轮和右侧死轮的距离
76
*/
77
- public static final double LateralPosition=21;
+ public static double LateralPosition=21;
78
79
* 机器中心到中间死轮(前端死轮)的距离
80
81
- public static final double AxialPosition=0;
+ public static double AxialPosition=0;
82
83
* 在执行手动程序时,由Classic下达的XPower命令的倍率因数
84
0 commit comments