@foxglove/rosbag2-node
Version:
ROS 2 (Robot Operating System) bag reader and writer for node.js
24 lines (13 loc) • 967 B
Markdown
# @foxglove/rosbag2-node
> _ROS 2 (Robot Operating System) bag reader and writer for node.js 👜_
[](https://www.npmjs.com/package/@foxglove/rosbag2-node)
## Introduction
`rosbag2-node` enables [Node.js](https://nodejs.org/en/) to read the contents of ROS 2 SQLite files. It is used by [Foxglove](https://foxglove.dev) to support reading data in this legacy file format. This SQLite format has been superseded by [MCAP](https://mcap.dev).
## License
@foxglove/rosbag2-node is licensed under the [MIT License](https://opensource.org/licenses/MIT).
## Releasing
1. Run `yarn version --[major|minor|patch]` to bump version
2. Run `git push && git push --tags` to push new tag
3. GitHub Actions will take care of the rest
## Stay in touch
Join our [Slack channel](https://foxglove.dev/slack) to ask questions, share feedback, and stay up to date on what our team is working on.