-
Notifications
You must be signed in to change notification settings - Fork 0
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
Flood Visualization #83
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add remapping for flooding topic and update README.md for gui package.
On linux the Qlabel of emojis does not seem to work. Surely there is some QShape thing that can be used as circles or something. |
Appears emoji support is more spotty than I thought... There unfortunately isn't a good way to do a QShape as described, but I'll look into it further. |
I think something from here might work. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Rename flood_visual.py
to flood_warning.py
to match new class name
Pull Request
What type of PR is this? (check all applicable)
Description
Adds functionality that detects flooding on a ROS2 topic /flooding and displays that information on the pilot display as a red dot rather than the default green state. The functionality is latching until the GUI is reset, as afaik, there isn't really a reason where a flood would not cause a system reset of some kind...
Related Tickets & Documents