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

Fix a bug with the status line progress bar #62

Merged
merged 2 commits into from
Oct 9, 2020

Conversation

mjeronimo
Copy link
Contributor

When loading a bag with lots of topics, the progress bar was not
getting reset to 0 after the load completed. This was due to the
'updated' flag getting overwritten in the index caching thread and
not properly detecting that something had changed with the timeline.
If the last topic evaluated had no entries then it was erroneously
assumed that nothing at all had changed (for any topic).

Signed-off-by: Michael Jeronimo michael.jeronimo@openrobotics.org

When loading a bag with lots of topics, the progress bar was not
getting reset to 0 after the load completed. This was due to the
'updated' flag getting overwritten in the index caching thread and
not properly detecting that something had changed with the timeline.
If the last topic evaluated had no entries then it was erroneously
assumed that nothing at all had changed (for any topic).

Signed-off-by: Michael Jeronimo <michael.jeronimo@openrobotics.org>
Signed-off-by: Michael Jeronimo <michael.jeronimo@openrobotics.org>
@mjeronimo mjeronimo merged commit 962a38c into master Oct 9, 2020
@mjeronimo mjeronimo deleted the mjeronimo/status-line-progress-bug branch October 14, 2020 18:10
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.

None yet

2 participants