moved in poses
This commit is contained in:
@@ -15,12 +15,12 @@ public class Poses {
|
||||
|
||||
public static double x1 = 50, y1 = 0, h1 = 0;
|
||||
|
||||
public static double x2 = 31, y2 = 32, h2 = Math.toRadians(140);
|
||||
public static double x2 = 31, y2 = 32, h2 = Math.toRadians(135);
|
||||
|
||||
public static double x2_b = 58, y2_b = 42, h2_b = Math.toRadians(140);
|
||||
public static double x2_b = 58, y2_b = 42, h2_b = Math.toRadians(135);
|
||||
|
||||
|
||||
public static double x3 = 34, y3 = 58, h3 = Math.toRadians(140);
|
||||
public static double x3 = 34, y3 = 58, h3 = Math.toRadians(135);
|
||||
|
||||
public static Pose2d teleStart = new Pose2d(x1,-10,0);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user