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

ros2 Iron: rqt_bag displays wrong type in raw view #147

Closed
tcm0116 opened this issue Jan 19, 2024 · 2 comments
Closed

ros2 Iron: rqt_bag displays wrong type in raw view #147

tcm0116 opened this issue Jan 19, 2024 · 2 comments

Comments

@tcm0116
Copy link

tcm0116 commented Jan 19, 2024

When displaying the raw view for multiple topics in a bag file, rqt_bag always uses the same message type for all raw views:

Screenshot from 2024-01-19 10-48-42

This can be recreated by:

Terminal 1:

  1. source /opt/ros/iron/setup.bash
  2. ros2 run turtlesim turtlesim_node

Terminal 2:

  1. source /opt/ros/iron/setup.bash
  2. ros2 bag record -a -o rosbag
  3. After several seconds, press Ctrl+C to stop the recording
  4. rqt_bag rosbag
  5. Right-click on /turtle1/color_sensor and select View and then select Raw
  6. Right-click on /turtle1/pose and select View and then select Raw
  7. Select the Next frame button in the main toolbar until data is displayed in the raw views
  8. The message type and data layout in both raw views will be turtlesim/msg/Pose
  9. Select the Next frame button in the /turtle1/color_sensor__Raw view
  10. The message type and data layout in both raw views will be turtlesim/msg/Color
  11. Select the Next frame button in the /turtle1/pose__Raw view
  12. The message type and data layout in both raw views will be turtlesim/msg/Pose
@arneboe
Copy link

arneboe commented Feb 14, 2024

I am having the same issue in ros2 iron.
Any updates on this?

@Yadunund
Copy link
Member

I'lll close this ticket since it's a duplicate of #136

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

No branches or pull requests

3 participants