Skip to content

Cucumber#12

Open
Nirco2010 wants to merge 8 commits into
coolBranchfrom
coolBranchv2
Open

Cucumber#12
Nirco2010 wants to merge 8 commits into
coolBranchfrom
coolBranchv2

Conversation

@Nirco2010

@Nirco2010 Nirco2010 commented Jul 2, 2026

Copy link
Copy Markdown
Collaborator

Also constants instead of magic numbers

Sci-Fighters-Tel-Mond and others added 6 commits July 3, 2026 00:03
Also constants instead of magic numbers
…gBangController class to control bangbang logic
…ubsystem

Makes it much more readable and less boilerplate code while retaining same functionality
…m (just repetative and doesnt actually say anything)
@DanPeled

DanPeled commented Jul 3, 2026

Copy link
Copy Markdown
Member

Notes:

  • Why does RPS calculate the turret's rotations per second?
    public double getRPS() {
        return turretMotor.getVelocity(AngleUnit.RADIANS) / (198.0 / 49.0);
    }

Modified to turret.getAngularVelocity()

  • Way too much reimplementing PID / FF each time its used with way different gains

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