Skip to content

Started work on autons#53

Merged
truher merged 7 commits intoTeam100:mainfrom
MalSwint:main
Feb 16, 2026
Merged

Started work on autons#53
truher merged 7 commits intoTeam100:mainfrom
MalSwint:main

Conversation

@MalSwint
Copy link
Contributor

Auton 1 has a designated "slow zone"

Uploading Recording 2026-02-16 093338.mp4…

* Areas that might be useful for autons
*/
public class AutonPositions {
public static final Pose2d ABOVE_BALL_FIELD = new Pose2d(7.75, 7, Rotation2d.kCW_90deg);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

does "above" here mean "left"?

new Translation2d(4.1, 1.64)
);

public static final Rectangle2d RED_BUMP_RIGHT =
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the whole field coordinate system is reversed when we play the other end, so you might want to call this something like "OPPONENT_BUMP_RIGHT" instead

@truher truher merged commit d52d51e into Team100:main Feb 16, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants