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

Object server: kill thread on shutdown. #13

Open
JohnSumskas opened this issue Sep 26, 2019 · 0 comments
Open

Object server: kill thread on shutdown. #13

JohnSumskas opened this issue Sep 26, 2019 · 0 comments
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@JohnSumskas
Copy link
Collaborator

Inside of vrx_vision/src/object_server.py:312 a thread is created to process the map every 0.5 seconds. If the program is killed, the thread does not die and needs takes time to be killed. Implement some signal interrupt that kills this subroutine when object_server.py needs to be killed.

@JohnSumskas JohnSumskas added help wanted Extra attention is needed good first issue Good for newcomers labels Sep 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant