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

[wpilibj] DriverStation: Fix joystick data logs #5240

Merged
merged 2 commits into from
Mar 26, 2023

Conversation

PeterJohnson
Copy link
Member

Was logging relative to cached value rather than previously logged value. Was also logging cached value instead of current loop value. C++ implementation is correct.

Fixes #5239.

Was logging relative to cached value rather than previously logged
value.  C++ implementation is correct.
@PeterJohnson PeterJohnson requested a review from a team as a code owner March 26, 2023 06:09
@PeterJohnson PeterJohnson requested a review from ThadHouse March 26, 2023 06:09
@PeterJohnson PeterJohnson merged commit 9227b21 into wpilibsuite:main Mar 26, 2023
@PeterJohnson PeterJohnson deleted the dlm-ds-joystick-fix branch March 26, 2023 23:17
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.

Joystick transitions are missed in DataLogManager log files
1 participant