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

LEDs are not turned off after ROS stack shuts down #42

Open
sskorol opened this issue Oct 19, 2023 · 3 comments
Open

LEDs are not turned off after ROS stack shuts down #42

sskorol opened this issue Oct 19, 2023 · 3 comments

Comments

@sskorol
Copy link
Contributor

sskorol commented Oct 19, 2023

LED node resources aren't correctly released on ROS node shutdown.

Steps:

  • run luxonis/rae-ros-robot:humble
  • run bringup.launch.py
  • press ctrl + c when nodes are started

Expected: LEDs are turned off.
Actual: LEDs remain active.

@sskorol
Copy link
Contributor Author

sskorol commented Oct 20, 2023

Seems like there's the same issue with LCD node. The progress bar remains on the screen after shutdown.
Also, note that LEDs state persists even after reboot.

@sskorol
Copy link
Contributor Author

sskorol commented Oct 20, 2023

Another observation: sometimes it correctly releases resources. So, we need to wait for some processes to finish before shutting down the nodes.

@danilo-pejovic
Copy link
Collaborator

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.

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

No branches or pull requests

2 participants