mirror of
https://github.com/Team4388/2023WayOfTheRobot.git
synced 2026-06-08 16:28:00 -06:00
limelight
This commit is contained in:
@@ -150,7 +150,7 @@ public class RobotContainer {
|
||||
);
|
||||
|
||||
private SequentialCommandGroup placeConeMid = new SequentialCommandGroup(
|
||||
new PivotCommand(m_robotArm, 185),
|
||||
new PivotCommand(m_robotArm, 135 + 47),
|
||||
new WaitCommand(0.3),
|
||||
new TeleCommand(m_robotArm, 29500)
|
||||
// toggleClaw.asProxy(),
|
||||
|
||||
@@ -20,7 +20,7 @@ public class LimeAlign extends PelvicInflammatoryDisease {
|
||||
DoubleSupplier ds;
|
||||
|
||||
public LimeAlign(SwerveDrive drive, Limelight lime, DoubleSupplier ds, double tolerance) {
|
||||
super(0.4, 0.4, 0.0, 0.0, tolerance);
|
||||
super(1, 0.4, 0.0, 0.0, tolerance);
|
||||
|
||||
this.drive = drive;
|
||||
this.lime = lime;
|
||||
|
||||
Reference in New Issue
Block a user