ROS 2 News Today: The 2026 Release Map, Noetic Migration and Production Status Briefing

A white research robot photographed against a dark background

Image: Illustrative photo — Unsplash.

ROS 2 news today comes down to one chart: five named releases running side by side, from Humble in May 2022 to Lyrical Luth, the long-term-support (LTS) edition released on May 22, 2026, which trackers such as endoflife.date project will be patched until May 31, 2031. Kilted Kaiju, released May 23, 2025, is supported until late 2026 according to Open Robotics, and Jazzy until May 2029. Iron closed its window in November 2024. Anyone who missed one of those clocks is running an unsupported platform.

That is what this briefing is for: the state of the Robot Operating System 2 ecosystem in September 2026 — the release map with support dates, the year's headlines, the migration off ROS 1's Noetic, the production-grade push, which release to target, and where credible ROS 2 news appears first.

Table of Contents

  1. ROS 2 Today at a Glance
  2. The 2026 Headlines So Far
  3. After Noetic: The Great ROS 1 Migration
  4. Production Robotics: Real-Time, Security and Scalability
  5. Which Release Should Your Project Target?
  6. Where to Follow Credible ROS 2 News
  7. Key Takeaways
  8. FAQ: Frequently Asked Questions
  9. Sources
  10. Read Also

ROS 2 Today at a Glance

The most useful artifact for anyone tracking ROS 2 news is the release-and-support table. According to the official roadmap on docs.ros.org and the support data aggregated at endoflife.date, the ecosystem in September 2026 looks like this:

Release Released Support ends
Humble May 2022 May 2027
Iron May 2023 November 2024
Jazzy May 2024 May 2029
Kilted Kaiju May 23, 2025 Late 2026
Lyrical Luth May 22, 2026 May 2031

Three things stand out. First, the newest release, Lyrical Luth, is an LTS: five years of support until May 2031 make it the natural anchor for anything with a long service life. Second, Iron is already gone — any project still pinned to it is running an unsupported distribution. Third, Kilted Kaiju, the 2025 feature release, is inside its final year, so teams that adopted it early should be planning the hop to Lyrical Luth now.

The cadence behind the table — one new distribution every May, every second one an LTS — is the rhythm Open Robotics has stabilized since Humble, and it explains why ROS 2 news today is less about dramatic announcements than calendar discipline: what matters is knowing which clock is ticking and how fast.

The 2026 Headlines So Far

Lyrical Luth Arrives — and Gets Its Second Patch

The defining event of the year was the release of ROS 2 Lyrical Luth on May 22, 2026, which became the newest supported version of the platform and, as an LTS, the release industrial and academic users are expected to standardize on for the rest of the decade. Patch cadence has already begun on a normal schedule: Lyrical Luth Patch Release 2 shipped on August 7, 2026, according to the releases page of the ros2/ros2 repository on GitHub. A second patch within three months of launch is the expected shape of post-release stabilization.

Fresh Packages for Kilted Kaiju

On September 17, 2026, maintainers also announced a batch of new packages for Kilted Kaiju on the project's Discourse forum, extending the 2025 release's package set even as its support window winds down. The news serves two audiences: teams pinned to Kilted for hardware-specific dependencies gain components without a distribution jump, while newcomers are reminded that fresh packages do not extend a support clock — Kilted's runway still ends in late 2026, according to Open Robotics.

The Official News Page Has Gone Quiet

One more headline is about communication itself. As of this writing, the news section of openrobotics.org still showcases Jazzy, the May 2024 release, months after two newer distributions shipped — one reason practitioners treat the foundation's site as an archive and watch Discourse and GitHub for current signals.

After Noetic: The Great ROS 1 Migration

The backstory to everything above is the retirement of ROS 1. Noetic Ninjemys, the final ROS 1 distribution, reached end of life in May 2025, according to Robotnik, one of the European integrators that has documented the transition. The date turned migration from a recommendation into a deadline: any fleet or product line still running Noetic now operates without security patches or package updates from upstream, and the risk compounds as ROS 2 tooling moves forward.

Vendors have been explicit about the cutoff. PAL Robotics announced in a March 2026 migration notice that from April 1, 2026 its official support moves exclusively to ROS 2, according to the company's website — a representative example of how vendors are re-anchoring their stacks. For customers the meaning is simple: bug fixes and new features now land on ROS 2 first, and increasingly only there, shrinking the pool of talent and components available for ROS 1 work.

The technical character of the migration is well understood by now. ROS 2 replaced ROS 1's centralized master with decentralized discovery built on DDS (Data Distribution Service), reworked the client libraries' APIs, and adopted a per-package build and release model. Migration is therefore an engineering project with known steps and a shrinking window; teams that inventory their nodes, port package by package and test on an LTS report the smoothest landings.

Production Robotics: Real-Time, Security and Scalability

Migration is only half the story; the other half is the push to make ROS 2 credible outside the lab. Trade coverage such as Robotics and Automation News has framed the ecosystem's recent work around three production requirements: real-time performance, security and scalability. These are the properties that separate a prototype from a robot that can ship inside a commercial product, and they frame how the platform's 2026 work is being judged.

On the industrial side, the ros2_canopen stack maintained under the ROS-Industrial umbrella gives teams a standardized ROS 2 path to CANopen bus devices — the drives, sensors and I/O modules that populate factory floors — shortening the distance between a ROS 2 control stack and the hardware it must command. For integrators, that is a decisive signal: industrial tooling once confined to ROS 1 ecosystems is being rebuilt on ROS 2 foundations.

Community infrastructure is getting the same attention. One recurring Discourse proposal is a one-command installer for the apt-based ROS 2 path — an idea aimed at compressing installation, which newcomers describe as their first week of friction, down to a single step. According to the discussion thread, the motivation is onboarding: every hour spent on setup is an hour not spent on robotics. Taken together, 2026 is the year the LTS calendar, the post-Noetic deadline and the production push converged on the same timeline.

Which Release Should Your Project Target?

The practical question is which distribution to target, and the answer depends less on preference than on a team's position in the lifecycle:

Your situation Sensible target Why
New product, fleet or long-lived deployment Lyrical Luth (LTS) Supported until May 2031
Maintaining an existing Humble deployment Stay on Humble, plan the exit Support ends May 2027
Testbed or research experiments Kilted Kaiju Freshest packages; support ends late 2026
Still pinned to Iron Migrate immediately Unsupported since November 2024
Still on ROS 1 Noetic Full ROS 2 migration program Noetic end of life May 2025

Two caveats sharpen the table. An LTS is a promise about maintenance, not freezing: Lyrical Luth will keep receiving patch releases, as the August 7 update showed. And Kilted Kaiju's late-2026 horizon is a planning date, not a technical cliff — the move to Lyrical Luth is a like-for-like step between neighboring ROS 2 generations, and starting it early is cheap.

Where to Follow Credible ROS 2 News

Because the official news page is slow-moving, bookmark these five working channels — you will see everything that matters, usually before the aggregators do:

  • The Discourse forum at discourse.openrobotics.org — release announcements, package notices such as the September 17 Kilted Kaiju batch, and installer proposals.
  • The official documentation at docs.ros.org — the roadmap and release pages remain the canonical reference for supported distributions and their dates.
  • GitHub release pages, above all the ros2/ros2 repository, where patch releases are tagged with dates and changelogs.
  • End-of-life trackers such as endoflife.date, which aggregate support windows into a table you can check in seconds before committing to a target release.
  • Vendor and trade channels — PAL Robotics' migration notices, Robotnik's write-ups, ROS-Industrial's stacks, and trade outlets such as Robotics and Automation News.

The pattern across all five is the same: ROS 2 news today lives in dated, verifiable artifacts — a release tag, a forum post, a roadmap row. Every key fact in this briefing, from Lyrical Luth's May 2031 horizon to Noetic's May 2025 retirement, can be checked against a primary source in under a minute.

Key Takeaways

  • ROS 2 Lyrical Luth, released May 22, 2026, is the newest supported release and an LTS supported until May 31, 2031 (endoflife.date; docs.ros.org).
  • Kilted Kaiju, released May 23, 2025, is supported until late 2026 according to Open Robotics; new packages for it were announced on Discourse on September 17, 2026.
  • Lyrical Luth Patch Release 2 shipped on August 7, 2026, according to the ros2/ros2 releases page on GitHub.
  • ROS 1 Noetic reached end of life in May 2025, turning the ROS 1 to ROS 2 migration into a deadline rather than a recommendation (Robotnik).
  • PAL Robotics moved its official support exclusively to ROS 2 from April 1, 2026 (pal-robotics.com).
  • The production push centers on real-time performance, security and scalability, with ros2_canopen under ROS-Industrial and a one-command installer idea on Discourse.

FAQ: Frequently Asked Questions

What is the latest ROS 2 release?

The newest supported release is ROS 2 Lyrical Luth, released on May 22, 2026. It is a long-term-support (LTS) edition, and according to endoflife.date and the official roadmap on docs.ros.org it will be supported until May 31, 2031. Its second patch release followed on August 7, 2026, according to GitHub.

Is ROS 1 still supported?

No. Noetic Ninjemys, the final ROS 1 distribution, reached end of life in May 2025, according to Robotnik. Systems still running it receive no security patches or package updates from the upstream project, which is why vendors such as PAL Robotics moved official support exclusively to ROS 2 as of April 1, 2026.

Which ROS 2 version should I use in 2026?

For new products, fleets and anything with a long service life, the answer is Lyrical Luth, the LTS supported until May 2031. Teams maintaining Humble deployments can stay until support ends in May 2027 while planning the exit, and research testbeds can run Kilted Kaiju, though its window closes in late 2026. Iron, unsupported since November 2024, should not be used for new work.

How long will Kilted Kaiju be supported?

Kilted Kaiju, released on May 23, 2025 according to Open Robotics, is a standard rather than LTS release, and its support runs until late 2026 — Open Robotics lists November 2026, while some third-party trackers list the end of December. Either way, teams on Kilted Kaiju should plan their move to Lyrical Luth within the coming months.

Where can I follow credible ROS 2 news today?

The fastest channels are the community's working surfaces: the Discourse forum for announcements and package news, the roadmap at docs.ros.org, the ros2/ros2 releases page on GitHub for patch dates, endoflife.date for support windows, and vendor and trade channels such as PAL Robotics and Robotnik. The foundation's own news page has been quiet since the Jazzy era — treat it as an archive rather than a feed.

Sources

Read Also