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

Fixes misleading variable naming in PID header file #31

Merged
merged 1 commit into from
Aug 18, 2022

Conversation

jkleiber
Copy link
Contributor

Lower and upper are no longer switched in the header file, which is much nicer. VS Code was telling me upper was the first argument which produced obviously wrong answers.

@codecov
Copy link

codecov bot commented Jun 14, 2022

Codecov Report

Merging #31 (397b6e5) into master (98b9915) will not change coverage.
The diff coverage is n/a.

@@            Coverage Diff            @@
##            master       #31   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            9         8    -1     
  Lines          457       456    -1     
=========================================
- Hits           457       456    -1     
Impacted Files Coverage Δ
src/Encoder.h

📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more

Copy link
Member

@noahzemlin noahzemlin left a comment

Choose a reason for hiding this comment

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

Good catch!

@noahzemlin noahzemlin merged commit bc0066a into SoonerRobotics:master Aug 18, 2022
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.

2 participants