@lichtblick/rosbag2
v1.0.0
Published
ROS2 (Robot Operating System) bag reader and writer abstract implementation
Downloads
3,377
Maintainers
Readme
@lichtblick/rosbag2
ROS2 (Robot Operating System) legacy SQLite bag reader abstract implementation
NOTICE: The SQLite rosbag2 recording format has been replaced by MCAP. This package is only useful for reading legacy rosbag2 .db3
files.
Developers: Use @lichtblick/rosbag2-node or @lichtblick/rosbag2-web
This package contains the subset of the full rosbag2 SQLite implementation that can be shared across node.js and web environments. It cannot read rosbag2 .db3
files on its own. You are probably looking for the @lichtblick/rosbag2-node or @lichtblick/rosbag2-web package unless you are writing your own bag parsing implementation.
License
@lichtblick/rosbag2 is licensed under the MIT License.
Releasing
- Run
yarn version --[major|minor|patch]
to bump version - Run
git push && git push --tags
to push new tag - GitHub Actions will take care of the rest