Skip to content
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

Merged
merged 20 commits into from
Feb 18, 2025
Merged

PathFinding and Vision #33

merged 20 commits into from
Feb 18, 2025

Conversation

Murat65536
Copy link
Member

Pull Request


Issue Number

Closes #9
Closes #30

Comments

Merge pathfinding with main. Also adding vision.

@Griffin9881 Griffin9881 changed the title Small integrations. PathFinding and Vision Feb 11, 2025
@Murat65536 Murat65536 marked this pull request as ready for review February 12, 2025 00:44
/**
* Base command for following a path
*/
public class DriveToWaypoint extends Command {
Copy link
Contributor

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() {
Copy link
Contributor

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

Griffin9881
Griffin9881 previously approved these changes Feb 12, 2025
@reediculous456
Copy link
Member

We need to talk through how this works

@reediculous456 reediculous456 merged commit 29a4f3f into main Feb 18, 2025
1 check passed
@reediculous456 reediculous456 deleted the pathfinding-main-merge branch February 18, 2025 21:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create Vision Subsystem Create Drive to Waypoint Command
4 participants