Skip to content

Comments

Bump Relocation#81

Draft
nirmalkozak wants to merge 5 commits intomainfrom
bump-relocation
Draft

Bump Relocation#81
nirmalkozak wants to merge 5 commits intomainfrom
bump-relocation

Conversation

@nirmalkozak
Copy link
Member

closes #35

@nirmalkozak nirmalkozak self-assigned this Feb 17, 2026
vision = new Vision(swerve.state, new VisionReal());
adjustableHood = new AdjustableHood(new AdjustableHoodReal());
turret = new Turret(new TurretIOEmpty(), swerve.state);
turret = new Turret(new TurretIOEmpty(), swerve.state, swerve, vision);
Copy link
Member

Choose a reason for hiding this comment

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

bad, don't pass a subsystem into another subsystem

Copy link
Member

Choose a reason for hiding this comment

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

you'll have to do compound commands in the factory

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.

Bump Relocation

2 participants