rosbag2 plugin for replaying ros1 version2 bag files

1 Open Issue Need Help Last updated: Jul 26, 2025

Open Issues Need Help

View All on GitHub

AI Summary: The task involves resolving a discrepancy between the `package.xml` file and `CMakeLists.txt` in the `ros1_rosbag_storage_vendor` package. The `package.xml` lists `ament_lint` test dependencies, but the `CMakeLists.txt` lacks the necessary testing section to utilize them. The solution requires either adding the missing testing section to `CMakeLists.txt` to enable the linting or removing the redundant test dependencies from `package.xml` if linting is not required.

Complexity: 3/5
help wanted good first issue

rosbag2 plugin for replaying ros1 version2 bag files

C++