mirror of
https://github.com/Team4388/2022NoWayHome.git
synced 2026-06-09 08:48:07 -06:00
refined aimtocenter command
This commit is contained in:
@@ -16,7 +16,6 @@ public class AimToCenter extends CommandBase {
|
|||||||
// use odometry to find x and y later
|
// use odometry to find x and y later
|
||||||
double x = 0;
|
double x = 0;
|
||||||
double y = 0;
|
double y = 0;
|
||||||
double z = Math.sqrt(Math.pow(x, 2) + Math.pow(y, 2));
|
|
||||||
double m_targetAngle;
|
double m_targetAngle;
|
||||||
|
|
||||||
// public static Gains m_aimGains;
|
// public static Gains m_aimGains;
|
||||||
|
|||||||
Reference in New Issue
Block a user