mirror of
https://github.com/Team4388/2026KPopRobotHunters.git
synced 2026-06-09 00:38:03 -06:00
Test offset
This commit is contained in:
@@ -251,6 +251,15 @@ public class RobotContainer {
|
||||
ShooterConstants.AIM_LEAD_TIME.get()
|
||||
);
|
||||
}, m_robotSwerveDrive)
|
||||
// () -> {
|
||||
// m_robotSwerveDrive.driveFacingVelocity(
|
||||
// getDeadbandedDriverController().getLeft(),
|
||||
// FieldPositions.HUB_POSITION,
|
||||
// ShooterConstants.AIM_LEAD_TIME.get(),
|
||||
// m_robotShooter.getBallVelocity(),
|
||||
// m_robotShooter.getDistanceToHub()
|
||||
// );
|
||||
// }, m_robotSwerveDrive)
|
||||
);
|
||||
|
||||
// D-PAD fine alignment
|
||||
|
||||
Reference in New Issue
Block a user