Skip to content
This repository was archived by the owner on Mar 28, 2025. It is now read-only.

Comments

Support using Trailblazer in teleop#293

Draft
jonahsnider wants to merge 2 commits intomainfrom
trailblazer-teleop
Draft

Support using Trailblazer in teleop#293
jonahsnider wants to merge 2 commits intomainfrom
trailblazer-teleop

Conversation

@jonahsnider
Copy link
Member

@jonahsnider jonahsnider commented Mar 9, 2025

TODO: Need to figure out how to not constantly go back into TELEOP swerve state when the normalDriveRequest() gets triggered from robot state transitions. I guess maybe that's not an issue since Trailblazer is calling swerve.startTrailblazerRequest() continuously?

@jonahsnider jonahsnider marked this pull request as draft March 9, 2025 20:13
}
},
swerve))
.finallyDo(swerve::finishTrailblazerRequest)
Copy link
Contributor

Choose a reason for hiding this comment

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

what if we want to do accurate things with trailblazer and don't want it to end within some threshold

Copy link
Member Author

Choose a reason for hiding this comment

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

set shouldEnd to false and it will continuously maintain the end position

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants