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

rqt_bag crash when select all topic to record sometimes #34

Open
jack-wolfs opened this issue Dec 13, 2018 · 1 comment
Open

rqt_bag crash when select all topic to record sometimes #34

jack-wolfs opened this issue Dec 13, 2018 · 1 comment
Labels

Comments

@jack-wolfs
Copy link

i used kinetic on Ubuntu16.04, and when i use rqt_bag to record all the topics it would crash and display the following error msg.
Traceback (most recent call last): File "/home/lupeng/catkin_ws/src/rqt_bag/src/rqt_bag/timeline_frame.py", line 293, in paint self._draw_topic_dividers(painter) File "/home/lupeng/catkin_ws/src/rqt_bag/src/rqt_bag/timeline_frame.py", line 520, in _draw_topic_dividers (x, y, w, h) = self._history_bounds[topic] KeyError: '/usb_cam/image_raw'

@ElonKou
Copy link

ElonKou commented Mar 28, 2019

I have the same question.
what I do is add try catch for these codes.
https://github.com/ros-visualization/rqt_bag/blob/master/rqt_bag/src/rqt_bag/timeline_frame.py#L520-L530
It works ,but I don't know what happened.

@dirk-thomas dirk-thomas added the bug label Aug 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants