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

Field localisation #2

Open
Gastatouillle opened this issue May 8, 2024 · 1 comment
Open

Field localisation #2

Gastatouillle opened this issue May 8, 2024 · 1 comment
Assignees

Comments

@Gastatouillle
Copy link
Collaborator

No description provided.

@Liam-Stow
Copy link
Member

Looks like the issue where the drivebase didn't move is because we set the default command before SubVision is finished being constructed, so we should move SubVision's SetDefaultCommand() call from the SubVision constructor into RobotContainer.

From here

SetDefaultCommand(cmd::AddVisionMeasurement());

to here
SubDrivebase::GetInstance().SetDefaultCommand(

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

No branches or pull requests

4 participants