8000 Imgsaves to integer by gerth2 · Pull Request #664 · PhotonVision/photonvision · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Imgsaves to integer #664

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

Merged
merged 7 commits into from
Dec 31, 2022
Merged

Imgsaves to integer #664

merged 7 commits into from
Dec 31, 2022

Conversation

gerth2
Copy link
Contributor
@gerth2 gerth2 commented Dec 29, 2022

Update image save technique to use integers, which should improve robustness under NT4

@gerth2 gerth2 requested a review from a team as a code owner December 29, 2022 15:28
@gerth2 gerth2 force-pushed the imgsaves_to_integer branch from 326e971 to 888a894 Compare December 30, 2022 22:14
@gerth2 gerth2 force-pushed the imgsaves_to_integer branch from 24d0947 to e2baa07 Compare December 30, 2022 22:36
rootTable->GetBooleanTopic("inputSaveImgCmd").Publish()),
rootTable->GetIntegerTopic("inputSaveImgCmd").Publish()),
inputSaveImgSubscriber(
rootTable->GetIntegerTopic("inputSaveImgCmd").Subscribe(0)),
outputSaveImgEntry(
Copy link
Contributor

Choose a reason for hiding this comment

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

Nit, for another PR: these are publishers not entries, lol

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.

outputSaveImgCmd and inputSaveImgCmd is not reset to false when calling takeOutputSnapshot() or takeInputSnapshot() twice in a row
2 participants
0