FRCTeam2992 / Robot2023

FRC Team 2992's 2023 Robot Code
Other
1 stars 0 forks source link

Paths with events autos #84

Closed msonnier closed 1 year ago

msonnier commented 1 year ago

Related Issues and PRs

Adds new autos from side for Mobility + Intake and 2 Score paths. Refactored AutoBuilder into its own class to make this cleaner and quit bloating RobotContainer. Uses eventMap and pathplanner markers!

Issue:

Related PRs:

Checklist

What is changing and why?

New paths, refactor of autoBuilder, new auto sequences after initial score.

How was this tested?

Is there anything the reviewer of this PR needs to know to validate that this code is correct?

What do your team members need to know about this?

msonnier commented 1 year ago

Using the #89 new strategy branch/PR instead which refactors how we use event markers. That includes everything from this branch.