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
When calling ros2 bag record -a, really all topics are recorded. This includes also hidden topics.
This became a problem while developing rosbag support for rmw_iceoryx_cpp in which there are reserved internal topics, which don't have an appropriate message definition and thus can't be recorded.
For more details see: ros2/rmw_iceoryx#13
Expected Behavior
Hidden topics are not recorded by default for the above mentioned reasons.
Actual Behavior
rosbag2 is crashing due to not finding appropriate message definition packages.
Additional context
An ideal solution would be to have an option --include-hidden-topics which explicitly records the internal topics as well.
The text was updated successfully, but these errors were encountered:
Description
When calling
ros2 bag record -a
, really all topics are recorded. This includes also hidden topics.This became a problem while developing rosbag support for
rmw_iceoryx_cpp
in which there are reserved internal topics, which don't have an appropriate message definition and thus can't be recorded.For more details see: ros2/rmw_iceoryx#13
Expected Behavior
Hidden topics are not recorded by default for the above mentioned reasons.
Actual Behavior
rosbag2 is crashing due to not finding appropriate message definition packages.
Additional context
An ideal solution would be to have an option
--include-hidden-topics
which explicitly records the internal topics as well.The text was updated successfully, but these errors were encountered: