},
{
"anchor": {
- "x": 8.306299668874171,
- "y": 7.033352649006622
+ "x": 8.182880794701987,
+ "y": 6.924453642384106
},
"prevControl": {
- "x": 8.155370348167532,
- "y": 7.232652273068064
+ "x": 8.031951473995347,
+ "y": 7.123753266445548
},
"nextControl": {
- "x": 8.45722898958081,
- "y": 6.834053024945179
+ "x": 8.333810115408626,
+ "y": 6.725154018322663
},
"isLocked": false,
"linkedName": null
"velocity": 0.5,
"rotation": 0.0
},
- "useDefaultConstraints": true
+ "useDefaultConstraints": false
}
\ No newline at end of file
double actualWheelVelocity = shooterMotorLeft.getVelocity().getValueAsDouble() * ShooterConstants.SHOOTER_LAUNCH_DIAMETER;
SmartDashboard.putNumber("Shooter Speed Error (mps)", shooterTargetSpeed - actualWheelVelocity);
- SmartDashboard.putString("WON AUTO?", (HubActive.wonAuto()) ? "WON" : "lost");
+ SmartDashboard.putString("WON AUTO?", (HubActive.wonAuto()) ? "WON" : "LOST");
SmartDashboard.putBoolean("Shooter At Speed", atTargetSpeed());
SmartDashboard.putBoolean("Shooter Running", shooterTargetSpeed > 0);