-
Notifications
You must be signed in to change notification settings - Fork 18
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
laptop_battery_monitor: Cannot run multiple instances for diagnostics #3
Comments
You have multiple batteries in your system? |
While it is definitely possible to have multiple batteries, I don't. I was more talking about a system with multiple laptops in it (for example a turtlebot with a laptop on it that is controlled by another laptop). |
@mitchellwills Is this resolved by #2? |
No there is an issue here: https://github.com/ros-drivers/linux_peripheral_interfaces/blob/master/laptop_battery_monitor/scripts/laptop_battery.py#L203. |
Currently you cannot run multiple instances of laptop_battery_monitor for diagnostics because every instance of the node assigns the same name to the diagnostics status message. It might make sense to switch to either use the hostname or use diagnostic updater, which puts the node name in the status name.
The text was updated successfully, but these errors were encountered: