Skip to content

Add comprehensive guide for Autonomous Code lesson - #114

Draft
TaylerUva wants to merge 1 commit into
mainfrom
auto-lesson
Draft

Add comprehensive guide for Autonomous Code lesson#114
TaylerUva wants to merge 1 commit into
mainfrom
auto-lesson

Conversation

@TaylerUva

Copy link
Copy Markdown
Member

No description provided.

Comment on lines +32 to +46
## Step 2. Break Down Actions Into Commands

Each action (drive, turn, shoot, etc.) should be a **command/state** or function in your codebase.

Example commands:

- `PrepShooting()`
- `Shooting()`
- `Intaking()`

---

## Step 4. Configure Autos in a Method

Update `configAutonomous()` method to build your auto routines and add them to the chooser. This keeps your constructor clean and matches the RobotContainer.java pattern.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

I think we skipped step 3

@AngelaKimmy

Copy link
Copy Markdown
Contributor

Add step to indicate how to resolve ChoreoTraj.java‎ merge conflicts. Just regenerate all paths in Choreo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants