From dc2c3f1b20f26b7e939b34a37532fe668b37f0af Mon Sep 17 00:00:00 2001 From: Jacob Bandes-Storch Date: Mon, 11 Mar 2024 16:56:13 -0700 Subject: [PATCH] Update links (#12) --- .vscode/settings.json | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 9107ebb..abe4525 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,7 +1,7 @@ // -*- jsonc -*- { "editor.codeActionsOnSave": { - "source.fixAll.eslint": true + "source.fixAll.eslint": "explicit" }, "editor.defaultFormatter": "esbenp.prettier-vscode", "editor.formatOnSave": true, diff --git a/README.md b/README.md index 2b8bf57..fd79511 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ ## Introduction -`rosbag2-node` enables [Node.js](https://nodejs.org/en/) to read the contents of ROS 2 SQLite files. It is currently being used in the [Foxglove Studio app](https://studio.foxglove.dev) to support reading data in this legacy file format. This SQLite format has been superseded by [MCAP](https://mcap.dev). +`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