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

this shouldn't be zero but the encoder's actual value, but we dont have access t... #237

Open
github-actions bot opened this issue Oct 21, 2023 · 0 comments
Labels

Comments

@github-actions
Copy link

https://api.github.com/BitBucketsFRC4183/FRC2023-Charged-Up/blob/7761dfcbf11ae5131316c8355fd3fd68797861b3/src/main/java/org/bitbuckets/lib/control/ProfiledPIDCalculator.java#L79

    public <T> T rawAccess(Class<T> clazz) throws UnsupportedOperationException {
        return clazz.cast(profiledPIDController);
    }

    //TODO this shouldn't be zero but the encoder's actual value, but we dont have access to  that here. Need to fix this in the future.


}
@github-actions github-actions bot added the todo label Oct 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

0 participants