-
Notifications
You must be signed in to change notification settings - Fork 55
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
ros2: rqt_bag shows only one data of multiple topics #136
Comments
This is because I have used python script which uses rosbag2_py.SequentialWriter to create rosbag file. |
I confirm this bug, but I recorded using and verbose output
|
I'm seeing the same bug with two image topics that have identical time stamps. It's very confusing. |
Also happening on Iron as reported #147 |
This happens to me for all messages, not just with the same timestamp. Could something be broken in the qt integration? The events are handled by qt? |
I have a rosbag file which has two topics:
/chatter
(std_msgs/msg/String
) and/number
(std_msgs/msg/Int32
). But when I show it in rqt_bag, there is a case that displays only/chatter
data for both/chatter
and/number
like the following figure.I think this happens when the timestamp of two topics are exactly same. In this case,
/chatter
is 1FPS and/number
is 2FPS. So if I seek timeline to time only/number
is publishing, I can see both/chatter
and/number
correctly.Enviornment
The text was updated successfully, but these errors were encountered: