Skip to content

Solo controller#173

Closed
Jetblackdragon wants to merge 5 commits intomainfrom
SoloController
Closed

Solo controller#173
Jetblackdragon wants to merge 5 commits intomainfrom
SoloController

Conversation

@Jetblackdragon
Copy link
Contributor

All controls on one controller

// Funnel Climbed
soloController.povLeft().onTrue(s.climbPivotSubsystem.toClimbOut());
// Funnel Stow
soloController.povUp().onTrue(superStructure.coralStow());
Copy link
Contributor

Choose a reason for hiding this comment

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

This will mess up superstructure in algae mode

soloController.povLeft().onTrue(s.climbPivotSubsystem.toClimbOut());
// Funnel Stow
soloController.povUp().onTrue(superStructure.coralStow());
// Arm manual
Copy link
Contributor

Choose a reason for hiding this comment

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

Manual controls should stop the drivebase moving

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It does

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I lied but whatever

.leftBumper()
.onTrue(
superStructure
.quickGroundIntake(soloController.leftBumper())
Copy link
Contributor

Choose a reason for hiding this comment

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

This will mess up algae mode if pressed

@Jetblackdragon Jetblackdragon deleted the SoloController branch September 25, 2025 08:40
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.

3 participants