-
Notifications
You must be signed in to change notification settings - Fork 13
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
LEDs are not turned off after ROS stack shuts down #42
Comments
Seems like there's the same issue with LCD node. The progress bar remains on the screen after shutdown. |
Another observation: sometimes it correctly releases resources. So, we need to wait for some processes to finish before shutting down the nodes. |
I cant replicate LEDs staying on - but screen does show battery even after turned on. That shouldn't be too hard to fix up - thanks for reporting. |
Signed-off-by: sskorol <[email protected]>
LED node resources aren't correctly released on ROS node shutdown.
Steps:
luxonis/rae-ros-robot:humble
bringup.launch.py
Expected: LEDs are turned off.
Actual: LEDs remain active.
The text was updated successfully, but these errors were encountered: