You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ros2 bag play /testbag results in "rosbag2_recorder" actively publishing discovery log messages.
Expected Behavior
When starting rosbag2_player then "rosbag2_recorder" should not appear to be subscribing to messages according to /rosout topic.
Actual Behavior
When starting rosbag2_player (ros2 bag play /testbag) then "rosbag2_recorder" appears in the /rosout to be subscribing to topics (e.g. rosbag2_recorder: All requested topics are subscribed. Stopping discovery...)
To Reproduce
** Steps to reproduce the behavior, e.g.
run "ros2 bag play /testbag"
and subscribe to /rosout topic
System (please complete the following information)
OS: Ubuntu 24.04
ROS 2 Distro: Jazzy
Install Method: APT
Version: 0.26.4
The text was updated successfully, but these errors were encountered:
When starting rosbag2_player then "rosbag2_recorder" should not appear to be subscribing to messages according to /rosout topic.
In the form how it is written is impossible to implement in the current design because rosbag2_recorder can't know that messages on the /rosout topic coming from the rosbag2_player
I am not sure what the problem is with this issue report... can you rephrase the issue header?
Are you saying that ros2 bag play /testbag should not play rosout topic according to the To Reproduce section in the issue header? if that is so, why do you not specify or exclude the topic to play? the same can be don on ros2 bag record as well, so user can have the full control what needs to be recorded and played?
Description
ros2 bag play /testbag results in "rosbag2_recorder" actively publishing discovery log messages.
Expected Behavior
When starting rosbag2_player then "rosbag2_recorder" should not appear to be subscribing to messages according to /rosout topic.
Actual Behavior
When starting rosbag2_player (ros2 bag play /testbag) then "rosbag2_recorder" appears in the /rosout to be subscribing to topics (e.g. rosbag2_recorder: All requested topics are subscribed. Stopping discovery...)
To Reproduce
** Steps to reproduce the behavior, e.g.
System (please complete the following information)
The text was updated successfully, but these errors were encountered: