-
Notifications
You must be signed in to change notification settings - Fork 0
Initial Drive Subsystem and Path Handler #3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
still working on it, so does not work
mwitcpalek
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Review comments
src/main/java/frc/robot/subsystems/pathHandler/PathHandler.java
Outdated
Show resolved
Hide resolved
| if (!runningPath) { | ||
| startPath(nextPath()); | ||
| } | ||
| drivePath(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will need to make a new state that does servoing and path in parallel
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
that will be hard, considering the weird angles. maybe just servoing and make the path end a meter or so away, or just ignore it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i did make a DRIVE_PLACE_ALIGN state. i'm going to assume that the path will end prematurely for now
No description provided.