Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
51 changes: 0 additions & 51 deletions Dockerfile

This file was deleted.

2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ rclnodejs.init().then(() => {
- [Node.js](https://nodejs.org/en/) version >= 16.13.0
- [ROS 2 SDK](https://docs.ros.org/en/jazzy/Installation.html) - **Don't forget to [source the setup file](https://docs.ros.org/en/jazzy/Tutorials/Beginner-CLI-Tools/Configuring-ROS2-Environment.html#source-the-setup-files)**

> **Docker:** Use official ROS images from [hub.docker.com/\_/ros](https://hub.docker.com/_/ros) for containerized builds.
Copy link

Copilot AI Sep 16, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The URL contains an unnecessary backslash escape before the underscore. The underscore doesn't need to be escaped in markdown links.

Suggested change
> **Docker:** Use official ROS images from [hub.docker.com/\_/ros](https://hub.docker.com/_/ros) for containerized builds.
> **Docker:** Use official ROS images from [hub.docker.com/_/ros](https://hub.docker.com/_/ros) for containerized builds.

Copilot uses AI. Check for mistakes.

### Install rclnodejs

```bash
Expand Down
2 changes: 2 additions & 0 deletions scripts/npmjs-readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ rclnodejs.init().then(() => {
- [Node.js](https://nodejs.org/en/) version >= 16.13.0
- [ROS 2 SDK](https://docs.ros.org/en/jazzy/Installation.html) - **Don't forget to [source the setup file](https://docs.ros.org/en/jazzy/Tutorials/Beginner-CLI-Tools/Configuring-ROS2-Environment.html#source-the-setup-files)**

> **Docker:** Use official ROS images from [hub.docker.com/\_/ros](https://hub.docker.com/_/ros) for containerized builds.
Copy link

Copilot AI Sep 16, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The URL contains an unnecessary backslash escape before the underscore. The underscore doesn't need to be escaped in markdown links.

Suggested change
> **Docker:** Use official ROS images from [hub.docker.com/\_/ros](https://hub.docker.com/_/ros) for containerized builds.
> **Docker:** Use official ROS images from [hub.docker.com/_/ros](https://hub.docker.com/_/ros) for containerized builds.

Copilot uses AI. Check for mistakes.

### Install rclnodejs

```bash
Expand Down
Loading