-
Notifications
You must be signed in to change notification settings - Fork 0
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
PathFinding and Vision #33
Conversation
/** | ||
* Base command for following a path | ||
*/ | ||
public class DriveToWaypoint extends Command { |
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.
This should be named DriveToWaypointCommand
} | ||
|
||
@Override | ||
public void initialize() { |
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.
is it possible you could do initialize, execute, and end in methods its really hard to read, maybe possibly a subsystem or in Auton so we could easily do it in our autons
…otics1038/2025RobotProject into pathfinding-main-merge
We need to talk through how this works |
Pull Request
Issue Number
Closes #9
Closes #30
Comments
Merge pathfinding with main. Also adding vision.