mirror of
https://github.com/Team4388/2022NoWayHome.git
synced 2026-06-09 08:48:07 -06:00
odo chooser stuff
This commit is contained in:
@@ -121,10 +121,8 @@ public class Shoot extends CommandBase {
|
||||
timerStarted = false;
|
||||
startTime = 0;
|
||||
|
||||
// this.turret.gotoMidpoint();
|
||||
|
||||
this.odoX = 0;//-m_swerve.getOdometry().getY();
|
||||
this.odoY = -8;//-m_swerve.getOdometry().getX();
|
||||
this.odoX = 0.9398;//-this.swerve.getOdometry().getY(); // 3.2766
|
||||
this.odoY = -3.2766;//-this.swerve.getOdometry().getX(); // 0.9398
|
||||
|
||||
this.distance = Math.hypot(odoX, odoY);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user