mirror of
https://github.com/Team4388/2026KPopRobotHunters.git
synced 2026-06-08 16:28:05 -06:00
Merge branch 'shikhar-op-controls' of https://github.com/Team4388/2026KPopRobotHunters into shikhar-op-controls
This commit is contained in:
@@ -11,8 +11,8 @@ public final class BuildConstants {
|
||||
public static final String GIT_SHA = "e299d3bd0a4dda5addf954455b0628b150cf6d35";
|
||||
public static final String GIT_DATE = "2026-02-27 18:44:44 MST";
|
||||
public static final String GIT_BRANCH = "shikhar-op-controls";
|
||||
public static final String BUILD_DATE = "2026-02-27 20:01:01 MST";
|
||||
public static final long BUILD_UNIX_TIME = 1772247661187L;
|
||||
public static final String BUILD_DATE = "2026-02-25 17:33:10 MST";
|
||||
public static final long BUILD_UNIX_TIME = 1772065990668L;
|
||||
public static final int DIRTY = 1;
|
||||
|
||||
private BuildConstants(){}
|
||||
|
||||
@@ -22,7 +22,7 @@ public class ShooterConstants {
|
||||
public static final ConfigurableDouble SHOOTER_FEED_VELOCITY = new ConfigurableDouble("Shooter Feed Velocity", -35);
|
||||
// public static final ConfigurableDouble SHOOTER_RESTING_VELOCITY = new ConfigurableDouble("Shooter Resting Velocity", 0.0);
|
||||
|
||||
public static final ConfigurableDouble SHOOTER_IDLE_PERCENT_OUTPUT = new ConfigurableDouble("Shooter idle % output", 0.3);
|
||||
public static final ConfigurableDouble SHOOTER_IDLE_PERCENT_OUTPUT = new ConfigurableDouble("Shooter idle % output", -0.3);
|
||||
// public static final ConfigurableDouble SHOOTER_IDLE_TARGET_VEL = new ConfigurableDouble("Shooter idle target velocity", 20.);
|
||||
// public static final ConfigurableDouble SHOOTER_IDLE_MAX_CURRENT = new ConfigurableDouble("Shooter Idle max current", 10);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user