Skip to content

Param intake - #61

Merged
atlanticbomber merged 5 commits into
mainfrom
ParamIntake
Sep 24, 2025
Merged

Param intake#61
atlanticbomber merged 5 commits into
mainfrom
ParamIntake

Conversation

@atlanticbomber

Copy link
Copy Markdown
Contributor

Added the ParameterizedIntakeSubsystem and FakePIDMotor classes to lib2813 (originally in robot2025) so we can use them in future projects. Also moved appropriate tests over.

atlanticbomber and others added 5 commits September 10, 2025 15:06
… to this repository so we can use it in future bots. Currently does not compile
…IDMotor is now in the main library to allow for access from both lib tests and robot tests. :lib now depends on google truth library for implementation as well as testing

@spderman3333 spderman3333 left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Have you confirmed auto builder works?

@spderman3333 spderman3333 left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

lgtm

@atlanticbomber
atlanticbomber merged commit 0674d33 into main Sep 24, 2025
1 check passed
Comment thread lib/build.gradle
testRuntimeOnly('org.junit.vintage:junit-vintage-engine')
testImplementation 'junit:junit:4.13.2'
testImplementation 'com.google.truth:truth:1.4.4'
implementation 'com.google.truth:truth:1.4.4'//needed for FakePIDMotor

@kcooney kcooney Sep 25, 2025

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Having :lib2813:lib depend on Truth would add a lot of classes to the code deployed to the robot. We should avoid that if possible.

I think it would be best to move FakePIDMotor to :lib2813:testing`

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

@kcooney
kcooney deleted the ParamIntake branch October 4, 2025 00:22
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.

4 participants