Skip to content

Commit 406fb84

Browse files
committed
优化
1 parent 20d663c commit 406fb84

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package org.firstinspires.ftc.teamcode.DriveControls.Localizers.definition;
22

3-
public interface LocalizerPlugin {
3+
public interface LocalizerPlugin extends Localizer{
44
void update();
55
}

TeamCode/src/main/java/org/firstinspires/ftc/teamcode/Params.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,11 @@ public final static class namespace{
7474
/**
7575
* 左侧死轮和右侧死轮的距离
7676
*/
77-
public static final double LateralPosition=21;
77+
public static double LateralPosition=21;
7878
/**
7979
* 机器中心到中间死轮(前端死轮)的距离
8080
*/
81-
public static final double AxialPosition=0;
81+
public static double AxialPosition=0;
8282
/**
8383
* 在执行手动程序时,由Classic下达的XPower命令的倍率因数
8484
*/

0 commit comments

Comments
 (0)