Michael Orlov
Michael Orlov
Agree make sense to use log once primitive. ``` RCUTILS_LOG_WARN_ONCE_NAMED( ROSBAG2_TRANSPORT_PACKAGE_NAME, "Hidden topics are not recorded. Enable them with --include-hidden-topics"); ```
Already WIP https://github.com/ros2/rosbag2/pull/1323
@mwcondino The errors coming from Fast-DDS transport layer. Indeed It looks like https://github.com/eProsima/Fast-DDS/pull/2942/files has not been released with Humble in your ROS2 distro version. I've just tried to review relevant...
- Closing this issue as wouldn't fix since the problem on the transport layer i.e., FAST-DDS
It would be ideally if they will be able to test two storage implementations (sqlite3 and mcap) on CI.
- Closing as done. Since `--start-offset` CLI parameter was added in https://github.com/ros2/rosbag2/pull/931
@geoeo Could you please attach your QoS yaml which is giving error on playback?
@geoeo I've tried to reproduce your issue - and wasn't able to reproduce it. I checked out the latest Humble branch, compiled it, recorded new bag file with default qos...
@geoeo If you are using Python interface there are should be a corresponding enum values instead of the names for `reliability` and `durability` fields. This issue looks like duplicate for...
- Closing as duplicate for #1183. - Feel free to reopen if it's not true and issue is still reproducible.