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

Added short sleep for rosbag subprocess to clean up after being closed #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ScottyChung
Copy link

Was getting file not exist error from the sanity check. Think it is due to a timing issue with the rosbag subprocess not fully cleaning up before getting to the sanity check.

Tried doing a while p.poll() loop to properly wait on the subprocess but didn't work. Just threw a short sleep after the terminate signal instead.

Adds a second to the runtime, but don't have to manually sanity check.

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

Successfully merging this pull request may close these issues.

1 participant