We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When displaying the raw view for multiple topics in a bag file, rqt_bag always uses the same message type for all raw views:
This can be recreated by:
Terminal 1:
source /opt/ros/iron/setup.bash
ros2 run turtlesim turtlesim_node
Terminal 2:
ros2 bag record -a -o rosbag
Ctrl+C
rqt_bag rosbag
/turtle1/color_sensor
/turtle1/pose
turtlesim/msg/Pose
/turtle1/color_sensor__Raw
turtlesim/msg/Color
/turtle1/pose__Raw
The text was updated successfully, but these errors were encountered:
I am having the same issue in ros2 iron. Any updates on this?
Sorry, something went wrong.
I'lll close this ticket since it's a duplicate of #136
No branches or pull requests
When displaying the raw view for multiple topics in a bag file, rqt_bag always uses the same message type for all raw views:
This can be recreated by:
Terminal 1:
source /opt/ros/iron/setup.bash
ros2 run turtlesim turtlesim_node
Terminal 2:
source /opt/ros/iron/setup.bash
ros2 bag record -a -o rosbag
Ctrl+C
to stop the recordingrqt_bag rosbag
/turtle1/color_sensor
and select View and then select Raw/turtle1/pose
and select View and then select Rawturtlesim/msg/Pose
/turtle1/color_sensor__Raw
viewturtlesim/msg/Color
/turtle1/pose__Raw
viewturtlesim/msg/Pose
The text was updated successfully, but these errors were encountered: