[Docs] Surface ROS 2 Lyrical and the 2.0.0-beta.0 baseline#1507
Merged
minggangw merged 2 commits intoRobotWebTools:developfrom May 7, 2026
Merged
[Docs] Surface ROS 2 Lyrical and the 2.0.0-beta.0 baseline#1507minggangw merged 2 commits intoRobotWebTools:developfrom
minggangw merged 2 commits intoRobotWebTools:developfrom
Conversation
There was a problem hiding this comment.
Pull request overview
Note
Copilot was unable to run its full agentic suite in this review.
Updates user-facing documentation to reflect ROS 2 Lyrical support introduced in 2.0.0-beta.0, including Ubuntu 26.04 (Resolute) prebuilt binaries and updated ROS 2 SDK links.
Changes:
- Add ROS 2 Lyrical to supported distro lists and the README CI badge.
- Document Ubuntu 26.04 (Resolute) as a prebuilt-binaries platform for Lyrical.
- Update ROS 2 SDK prerequisite links (Jazzy → Lyrical) and clarify rosocket availability.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
scripts/npmjs-readme.md |
Adds Lyrical to supported distro/platform lists and updates ROS 2 SDK link. |
docs/BUILDING.md |
Adds Lyrical to the supported ROS 2 distributions list. |
README.md |
Updates ROS 2 distro badge, prerequisite link, supported prebuilt platforms, and rosocket availability note. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
5
to
9
| 1.Install ROS 2 from binary package. | ||
|
|
||
| ROS 2 is a cross-platform system, which covers Linux, macOS and Windows, and the `rclnodejs` module is developed against the [`master`](https://github.com/ros2/ros2/blob/master/ros2.repos) branch of ROS 2. You can download the latest binary packages from [ROS 2 build farm](http://ci.ros2.org/view/packaging/) and follow the instructions of [Linux](https://docs.ros.org/en/rolling/Installation/Ubuntu-Install-Debians.html)/[Windows](https://docs.ros.org/en/rolling/Installation/Windows-Install-Binary.html) to setup the environment. Supported ROS 2 distributions: Rolling, Kilted, Jazzy, and Humble. | ||
| ROS 2 is a cross-platform system, which covers Linux, macOS and Windows, and the `rclnodejs` module is developed against the [`master`](https://github.com/ros2/ros2/blob/master/ros2.repos) branch of ROS 2. You can download the latest binary packages from [ROS 2 build farm](http://ci.ros2.org/view/packaging/) and follow the instructions of [Linux](https://docs.ros.org/en/rolling/Installation/Ubuntu-Install-Debians.html)/[Windows](https://docs.ros.org/en/rolling/Installation/Windows-Install-Binary.html) to setup the environment. Supported ROS 2 distributions: Rolling, Lyrical, Kilted, Jazzy, and Humble. | ||
|
|
||
| 2.Build ROS 2 from scratch. |
|
|
||
| - [Node.js](https://nodejs.org/en/) version >= 20.20.2 | ||
| - [ROS 2 SDK](https://docs.ros.org/en/jazzy/Installation.html) | ||
| - [ROS 2 SDK](https://docs.ros.org/en/lyrical/Installation.html) |
|
|
||
| - [Node.js](https://nodejs.org/en/) version >= 20.20.2 | ||
| - [ROS 2 SDK](https://docs.ros.org/en/jazzy/Installation.html) | ||
| - [ROS 2 SDK](https://docs.ros.org/en/lyrical/Installation.html) |
28 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Roll Lyrical Luth into the user-facing docs now that 2.0.0-beta.0 ships Lyrical support and Linux x64/arm64 prebuilds for Ubuntu 26.04 (Resolute). Tracks the "After beta, before Lyrical GA" tasks in #1458.
Ubuntu 26.04 (Resolute) - ROS 2 Lyricalto the Prebuilt Binaries supported-platforms list; flip the Prerequisites ROS 2 SDK link fromen/jazzy/toen/lyrical/; replace the rosocket "experimental, develop-only" availability note with "new in 2.0.0-beta.0".Rolling, Lyrical, Kilted, Jazzy, and Humble).en/jazzy/toen/lyrical/.Fix: #1458