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

Fix QT timer call that was broken by formatting PR #100

Merged
merged 9 commits into from
Jan 19, 2024
Merged

Conversation

Flova
Copy link
Member

@Flova Flova commented Jan 17, 2024

Summary

PR #96 made all camel case to snake case. Sadly this camel case was an override of a parent function. This resulted in the rqt viz not updating automatically unless somethings was clicked.

Also removes some unused files

@Flova
Copy link
Member Author

Flova commented Jan 17, 2024

Contrary to the black documentation this does not work:

    def timerEvent(self, timer_event): # fmt: skip # noqa: N802

one instead needs to use the multiline variant....

Maybe the black version is too old

@Flova Flova added the bug Something isn't working label Jan 17, 2024
@Flova Flova merged commit 92a55af into master Jan 19, 2024
1 check passed
@Flova Flova deleted the fix_dsd_gui branch January 19, 2024 09:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: ✅ Done
Development

Successfully merging this pull request may close these issues.

None yet

2 participants