July 17, 2025
Is DDS suitable for RF datalink communication with intermittent connection?

I’m not using ROS myself, but I understand that ROS 2 relies on DDS as its middleware, so I thought this community might be a good place to ask.

I’m working on a UAV system that includes a secondary datalink between the drone and the ground segment, used for control/status messages. The drone flies up to 35 km away and communicates over an RF-based datalink with an estimated bandwidth of around 2 Mbps, though the link is prone to occasional disconnections and packet loss due to the nature of the environment.

I’m considering whether DDS is a suitable protocol for this kind of scenario, or if its overhead and discovery/heartbeat mechanisms might cause issues in a lossy or intermittent RF link.

Has anyone here tried using DDS over real-world RF communication (not simulated Wi-Fi or Ethernet), and can share experiences or advice?

Thanks in advance!
S.

4 posts - 3 participants

Read full topic

by Santana27 on July 17, 2025 10:09 PM

Feature freeze for Gazebo Jetty (x-post from Gazebo Community)

Hello everyone!

The feature freeze period for Gazebo Jetty starts on Fri, Jul 25, 2025 12:00 AM UTC.

During the feature freeze period, we will not accept new features to Gazebo. This includes new features to Jetty as well as to currently stable versions. If you have a new feature you want to contribute, please open a PR before we go into feature freeze noting that changes can be made to open PRs during the feature freeze period. This period will be close when we go into code freeze on Mon, Aug 25, 2025 12:00 AM UTC.

Bug fixes and documentation changes will still be accepted after the freeze date.

More information on the release timeline can be here: Release Jetty · Issue #1271 · gazebo-tooling/release-tools · GitHub

The Gazebo Dev Team :gazebo:

1 post - 1 participant

Read full topic

by azeey on July 17, 2025 02:40 AM

July 15, 2025
Donate your rosbag (Cloudini benchmark)

Hi,

as my presentation about Cloudini was accepted at ROSCon 2025, I want to come prepared with an automated benchmarking suite that measure performance over a wide range of datasets.

You can contribute to this donating a rosbag!!!

Thanks for your help. Let’s make pointcloud smaller together :pinched_fingers:

How to

Data Donation Disclaimer: Public Availability for CI Benchmarking

By donating your data files, you acknowledge and agree to the following terms regarding their use and public availability:

Purpose: The donated data will be used for research purposes, specifically to perform and validate benchmarking within Continuous Integration (CI) environments.

Public Availability: You understand and agree that the donated data, or subsets thereof, will be made publicly available. This public release is essential for researchers and the wider community to reproduce, verify, and build upon the benchmarking results, fostering transparency and collaborative progress in pointcloud compression.

Anonymization/Pseudonymization: Please ensure that no personally identifiable information is included in the data you submit, as it will be made public as-is.

5 posts - 3 participants

Read full topic

by facontidavide on July 15, 2025 01:35 PM

Everything I Know About ROS Interfaces: Explainer Video

I made a video about everything I’ve learned about ROS Interfaces (messages/services/actions) in my fifteen years of working with ROS.

The ROS Interface Primer

Text Version: ROS Interface Primer - Google Docs (Google Doc)

Featuring:
:information_source: Information about Interfaces, from Super Basic to Complex Design Issues
:microscope:Original Research analyzing all the interfaces in ROS 2 Humble
:magic_wand:Best Practices for designing new interfaces
:supervillain:Hot takes (i.e. the things that I think ROS 2 Interfaces do wrong)
:name_badge: Three different ways to divide information among topics
:waffle: Fun with multidimensional arrays
:nine: Nine different recipes for “optional” components of interfaces
:thought_balloon: Strong opinions that defy the ROS Orthodoxy
:prohibited: Zero content generated by AI/LLM

Making video is hard, and so I’m calling this version 1.0 of the video, so please let me know what I got wrong and what I’m missing, and I may make another version in the future.

In closing: bring back Pose2D you monsters.

2 posts - 2 participants

Read full topic

by DLu on July 15, 2025 11:18 AM

July 14, 2025
ROS and ROS2 Logging Severity Level

Hi All!

I’m working on an application for containerizing ROS (1 & 2) projects.

I’m asking for the help of everyone experienced with ROS loggers.
In particular, I’m looking for a solution to generalize the definition of the minimum severity level for all the nodes running in a project.

This configuration should be possible outside of the node source code, so using parameters, environmental variables, or configuration files.
I know that In ROS 1 (C++ base nodes) it is possible to set the minimum severity level from rosconsole.config. (What about ROS 1 Python nodes? It still uses rosconsole.config?)

Also I may have some doubts about how named loggers works, each node has its own logger? In principle it is not possible to define the minimum severity level for all the nodes running in a project?

In ROS 2 (C++ and Python nodes) I know that the --log-level args works to configure the severity when running a node. But again I’m looking for a global solution…

Anyone with useful resources or insights on this aspect?
As anticipated before, the final goal is having an environmental variable or a configuration file that can be used to set the severity level of all the nodes that will be executed when the project start (so for example multiple nodes running from a launch file).
Moreover, I want it to be independent of the language used to write the node (Python or C++).
I’m not referring to a “global parameters” because I know that ROS 2 is structured such that each node has its parameters.

Thanks to all of you!
(I hope the question is not badly formulated, I?m not very experienced with this aspects and the different structure of ROS 1 and ROS 2 in managing loggers… So also study resources on this aspects can be very helpful for me)

1 post - 1 participant

Read full topic

by AlePuglisi on July 14, 2025 03:06 PM

Ros2top - top-like utility for ROS2

Hi everyone!

Repo: GitHub - AhmedARadwan/ros2top

I’ve always found it hard to track each node’s resource usage, so I thought it might be a good idea to build a tool that works for ROS 2 and essentially any Python or C++ process to monitor resource usage in real time. The goal? Quickly see which processes are consuming the most resources and gain better visibility into a running system.

This is an initial release: it relies on the node registering itself to become visible and tracked by the ros2top utility.

What it does so far:

  • Shows per-node CPU, RAM, GPU, and GPU Mem usage.
  • Get active nodes based on registration.
  • Offers a simple terminal UI interface similar to htop to monitor everything in one place.

How it works:

  • Node imports/includes ros2top and register itself.
  • ros2top then polls resource stats.
  • It displays a list of processes, so you can spot hot resource consumers at a glance.

Why it might help:

  • Instead of juggling htop, nvtop, ros2 node info, etc., you get everything in one screen.
  • Ideal for multi‑node systems where it’s easy to lose track of who’s using what.

I’d love to hear your thoughts:

  • Does this sound helpful in your debugging or monitoring workflow?
  • Any ideas for features, UI improvements, or integrations?
  • Thoughts on automatic registration vs. manual config?

This is very early-stage, but I hope it can evolve into a valuable tool for the ROS 2 community. Feedback, suggestions, or even contributions are all welcome! :blush:

9 posts - 7 participants

Read full topic

by Ahmed_Ali on July 14, 2025 09:43 AM

Best GPU for Large-Scale Multi-Robot Simulation (20–50 Robots) with Open RMF in ROS2

Hello everyone,

I’m planning to run a large-scale multi-robot simulation using ROS2. The setup involves simulating 100 and more robots in a shared environment, using:

Simulation tools like Gazebo or Ignition

Visualization through RViz2

Open RMF for fleet coordination, traffic scheduling, and path planning

I’m looking for suggestions regarding a suitable GPU that can smoothly handle the simulation load without performance issues.

Specifically, I’d like to ask:

Which NVIDIA GPU models are recommended for this scale of simulation?

Would GPUs like RTX 3060 / 3070 / 3080 / 4090 or Quadro series be sufficient?

Is CUDA support helpful for improving performance in Gazebo/Ignition + RViz2?

What minimum VRAM (GPU memory) is advisable (e.g., 8GB vs 16GB+)?

Will the suggested GPU models work well across all ROS2 distributions and Ubuntu versions, including future upgrades?

My aim is to choose a future-ready GPU that supports high-scale multi-robot simulation involving Open RMF logic and visual rendering, with consistent performance.

Any guidance or shared experiences would be greatly appreciated.

And also how many robot Gazebo and Rviz realistically handle in simulation?

Thank you!d

7 posts - 2 participants

Read full topic

by Apurva_Nikhare on July 14, 2025 12:59 AM

July 12, 2025
Installation and configuration of the Raspberry Pi Camera on a ROS 2/Jazzy Raspberry Pi 5

We are pleased to release the following information in a document posted in a repository on Raspberry Pi Camera ROS Install that describes the steps to get a Raspberry Pi ™ (or compliant 3rd party) V1, V2, or V3 Camera working on a Raspberry Pi 5 configured with Ubuntu 24.04/ROS 2 Jazzy. It may also be applicable on selected Raspberry Pi 4 configurations . The document was the result of an ongoing dialog on content, posted on the HBRobotics Forum HBRobotics , from notes, Linux Terminal scripts and libraries contributed by Alan Federman, Marco Walther, Sergei Grichine, Ross Lunan. The necessary libraries are installed from downloaded binaries. The purpose was to enable the functioning of the “camera_ros" package developed by Christian Rauch camera_ros , which publishes the camera image as ROS 2 messages: /camera/camera_info, /camera/image_raw, /camera/image_compressed, /parameter_events and /rosout .

3 posts - 2 participants

Read full topic

by RossBots on July 12, 2025 01:31 AM

July 11, 2025
ROS 2 Rust Meeting: July 2025

The next ROS 2 Rust Meeting will be Mon, Jul 14, 2025 2:00 PM UTC

The meeting room will be at https://meet.google.com/rxr-pvcv-hmu

In the unlikely event that the room needs to change, we will update this thread with the new info!

1 post - 1 participant

Read full topic

by jhdcs on July 11, 2025 11:49 AM

July 10, 2025
🌉 California ROS Events for July 2025 (including Open Sauce!)

ROS Events in California for July 2025

Hi Everyone,

I’ve put together a string of exciting ROS and open source events in California this July!

I had a fantastic time at Open Sauce last year talking to other open source projects (like OpenSCAD, and FreeCAD). This year I’ve organized a joint Open Robotics / ROS / Open Source Hardware Association / OpenCV booth. If you are attending Open Sauce we would love for you to stop by (we’ll have tons of free OSHWA / OpenCV / ROS Stickers).

I’ve also worked with our friends at Hackster.io to organize an open source @ Open Sauce after party at the Studio 45 fabrication space in San Francisco on Saturday night. The after party is open to everyone, regardless of whether you are planning to attend Open Sauce.


RSVP for After Party Here

ROS By-The-Bay

We’re planning to hold our next ROS By-The-Bay Meetup on Fri, Jul 25, 2025 1:00 AM UTC. I’ve lined up two fantastic speakers from Ember Robotics and Orangewood Robotics.


ROS By-The-Bay Meetup

ROS Meetup in LA

Finally, @mrpollo and I will be in LA the last week of July for IEEE SCM-IT/SCC 2025. @mrpollo and @ivanperez have organized a workshop on open source software for space missions..

We are tentatively planning to hold a joint ROS / Dronecode meetup on July 31st but we’re still looking for space and speakers (we just had our venue fall through). We were hoping to find a space in the El Segundo / Long Beach area but we’re open to anything right about now (perhaps Pasadena?). If you have suggestions please reach out.

I’ll post additional information as we figure it out.

2 posts - 2 participants

Read full topic

by Katherine_Scott on July 10, 2025 09:06 PM

July 08, 2025
Embodied AI Community group meeting #9

The Embodied AI Community Group dedicated to the topic of applications of Generative AI to ROS 2 robotics will have a ninth meeting on 9 July 16:00 UTC (9:00 am PST) - in less than 24h!

Join us to keep up with the newest advancements in embodied AI field.
We have some exciting topics in the agenda:

  • OSRA Technical Governance Committee Special Interest Group on Physical AI by Adam Dąbrowski
  • LeRobot framework: what is it, how to use it with ROS and integrate with Agentic AI by Kacper Dąbrowski
  • Agentic AI literature review (5 minutes) by Bartłomiej Boczek (myself) and Kajetan Rachwał
  • Quick RAI framework update (3 minutes) by Bartłomiej Boczek
  • Free discussion

Here is the meeting link, meetings take place every month, so feel free to subscribe to the calendar and visit the group landing page.
Detailed agenda can be found in the meeting document. You can also find there all materials and recordings of past meetings.

See you there!

4 posts - 2 participants

Read full topic

by boczekbartek on July 08, 2025 11:10 PM

🏎️ ROS 2 Online Robot Racing Contest — Fun & Challenge Await This July!

Hi community!

This July, we’ve prepared something fun for you — an Online ROS 2 Robot Racing Contest!

Robot Racing Contest

This 100% free, simulation-based competition invites robotics developers from around the world to compete. Build your fastest robot lap — and the winner will receive a real ROS 2 robot equipped with a camera, LiDAR, and a hot-swappable battery system!

:chequered_flag: How to Participate

  • Open the simulation project in your browser: https://app.theconstruct.ai/l/6c3e7d72/
    (No installation needed — everything runs directly in your browser.)

  • Build your project and complete a full lap in the shortest time possible.

  • Use any tech you like — ROS 2, OpenCV, line following, deep learning…

  • When you finished, submit your project link to contest@theconstruct.ai by July 28th

:trophy: Winners will be announced** during a live online event on July 31st


This contest is more than just a race — it’s a fun way to strengthen your ROS 2 skills and connect with the global ROS community.

We invite you to race, learn, and enjoy with this robot contest!

The Construct Robotics Institute
theconstruct.ai

1 post - 1 participant

Read full topic

by Sonia_W on July 08, 2025 11:55 AM

AI Worker Redefines Agility in Logistics with Swerve Drive

:robot: AI Worker Redefines Agility in Logistics with Swerve Drive :rocket:

AI WORKER #4: Swerve Drive at Work – Logistics Task Demo

Are you interested in the logistics and distribution environment? Our team is thrilled to finally release a new video showcasing our AI Worker’s enhanced driving and operational capabilities!

This video vividly demonstrates how our AI Worker, equipped with Swerve Drive technology, moves with incredible flexibility and intelligence in a real-world logistics setting. While “Omni-Directional” methods typically include Omni wheels and Mecanum wheels, both rely on friction with the floor, which can lead to lower positional accuracy and even floor damage. In contrast, the Swerve Drive type offers superior positional accuracy, a significant advantage in terms of reduced data noise from a Physical AI perspective. After all, if the data crucial for learning isn’t accurate, the learning outcomes won’t be good either. This Swerve Drive technology allows the AI Worker to navigate narrow spaces within the work area, and most importantly, its horizontal movement capability significantly enhances efficiency for tasks involving conveyor belts or tabletop operations.

While this video still features some teleoperated segments, our ultimate goal is for this AI Worker to evolve into a fully autonomous system, capable of self-judgment and movement, by integrating with Robot Foundation Models (RFM). Your continued support and encouragement as we pursue this journey would mean a great deal to us! :folded_hands:

As with all ROBOTIS robot systems, this AI Worker is also open-source and built on Open Robotics ROS 2 and Hugging Face LeRobot, so those interested in the technical aspects will find it engaging.

You can watch the original YouTube video at the link below:

AI WORKER #4: Swerve Drive at Work – Logistics Task Demo
:backhand_index_pointing_right: https://youtu.be/WNpRlIr4zbw

Our open-source GitHub repositories are here:
:backhand_index_pointing_right: GitHub - ROBOTIS-GIT/ai_worker: AI Worker: FFW (Freedom From Work)
:backhand_index_pointing_right: GitHub - ROBOTIS-GIT/physical_ai_tools: ROBOTIS Physical AI Tools: Physical AI Development Interface with LeRobot and ROS 2
:backhand_index_pointing_right: GitHub - ROBOTIS-GIT/robotis_lab: robotis_lab

A comprehensive overview of the AI Worker is available on our webpage:
:backhand_index_pointing_right: https://ai.robotis.com/

Please feel free to leave any questions or feedback in the comments after watching the video! :wink:

#ROBOTIS #AIWorker #Humanoid #DYNAMIXEL robot #OpenSource ROS #PhysicalAI #EmbodiedAI

1 post - 1 participant

Read full topic

by Pyo on July 08, 2025 10:32 AM

July 07, 2025
New ROS2 Package: ros2_teleoperation

Hello ROS2 Community,

dashboard_compressed

I just release the ros2_teleoperation package, a ROS2 package that allows to visualize different information under one UI, based on QT, this package provides a clean and efficient graphical interface to monitor and teleoperate your robot in real time. With built-in support for GPS visualization, waypoint creation, camera streaming, LiDAR point clouds, IMU data, and more, you can easily select any topic and start visualizing the data you need, all in a few clicks!

Whether you’re debugging, monitoring, or controlling your robot remotely, ros2_teleoperation offers the flexibility and clarity you need.

More viewers will be added soon, and if there’s a specific data type you’d like to see, let me know, let’s build the ultimate open-source visualization tool together!

LINK: ros2_teleoperation

2 posts - 2 participants

Read full topic

by CDonosoK on July 07, 2025 05:30 PM

Discussion with Bruno Mendes De Silva | Cloud Robotics WG Meeting 2025-07-14

The next meeting for the Cloud Robotics Working Group will be at 1600-1700 UTC on Monday 14th July 2025, where Bruno Mendes De Silva, Co-Founder and CEO of Heex Technologies, has agreed to join us as a guest expert in Logging and Observability.

Heex Technologies is a cloud data platform accelerating Physical AI adoption. The company helps customers with their autonomous systems by collecting and presenting only the most relevant data for a required view. We will see some slides and demos, plus gather as much information from Bruno as possible for writing a community guide on Logging and Observability.

Last meeting, we invited Benji Barash, Co-Founder and CEO of Roboto AI, as a guest expert, also for Logging & Observability. The meeting became more of a presentation and Q&A, as Benji had slides and demos ready to run. He showed very impressive tech from Roboto.AI, including the ability to select a clip of robot data and search other datasets for similar clips to find similar motions! If you would like to see the meeting, the recording is available on YouTube.

The meeting link is here, and you can sign up to our calendar or our Google Group for meeting notifications or keep an eye on the Cloud Robotics Hub.

Hopefully we will see you there!

P.S. I couldn’t find the control to insert a date/time, hence writing it in UTC. Has something happened to that?

1 post - 1 participant

Read full topic

by mikelikesrobots on July 07, 2025 09:37 AM

July 06, 2025
New contact message for sensor_msgs

Hi!

This post will be about the proposal of a Contact.msg for the sensor_msgs package.

If you have any ideas for changes or usage, please share it in this post and send PR to my message-only package contact_msgs.

Motivation

I could not find simple message that defines whether there is contact between some defined sensor and other undefined object/objects. Messages like /ros_gz_interfaces/msg/Contact.msg are too complicated and simulator specific for simple contact detection. For contact sensor with force and torque readings geometry_msgs/WrenchStamped.msg would be enough.

Design / Implementation Considerations

# This is a message to hold data from simple contact

std_msgs/Header header      # timestamp is the time the contact was measured
                                        # frame_id is the location of the contact sensor


bool contact                # True if there is contact

Additional Information

I believe that this message could be used for creating future hardware interfaces and broadcasters for ros2_control framework. It also would be helpful for fields where contact sensors are widely used, such as legged robotics.

Links

Contact message repository
common_interfaces issue related to message
common_interfaces PR related to message
Old issue related to message

2 posts - 2 participants

Read full topic

by BartlomiejK on July 06, 2025 10:56 PM

July 05, 2025
Real-time Raspberry Pi ROS 2 image updated for Jazzy and 24.04

Some of you may remember the ROS 2 real-time image for Raspberry Pi that I presented at ROScon 2022 or in a previous post. @razr and I have worked on it and updated it to support ROS 2 Jazzy and Ubuntu 24.04. I just created a release for it here: Releases · ros-realtime/ros-realtime-rpi4-image · GitHub

Contrary to the previous efforts, this image now supports Raspberry Pi 3, 4, and 5! This gives a wider range of choices for people interested in running ROS on Raspberry Pis. I’m particularly excited to start using this on the Raspberry Pi 5 which gives exceptional performance both for normal code and in-terms of delivering a low scheduling latency.

Here are some preliminary real-time scheduling latency results based on measuring cyclictest latency during a heavy CPU stress test.

Model Result
Raspberry Pi 3
Raspberry Pi 4
Raspberry Pi 5

Enjoy!

4 posts - 3 participants

Read full topic

by shuhao on July 05, 2025 03:25 PM

July 04, 2025
Introduction to OMY and Physical AI Tool

The Beginning of Physical AI Research: Easily Learn Robotics with OMY & Physical AI Tools!

Hello everyone! In today’s video, we’re excited to introduce an innovative solution that lowers the barrier to Physical AI research: OMY and Physical AI Tool

:backhand_index_pointing_right: Introducing OMY
Our OMY is a 6-axis manipulator & gripper specifically designed for Physical AI research. Notably, its Leader-Follower configuration provides an optimized environment for Imitation Learning. Equipped with collision detection and gravity compensation, OMY enables safe and efficient acquisition of training data.

:hammer_and_wrench: Introducing Physical AI Tools
Physical AI Tools is a user-friendly software developed to allow anyone to easily participate in Physical AI research. Built upon ROS 2 and LeRobot, it offers intuitive UI-based data acquisition and monitoring without complex procedures. It’s designed to be easily usable by beginners in robotics learning and part-time data acquisition specialists. Furthermore, with Web UI support, it can be accessed from various devices like mobile phones and tablets.

:light_bulb: What You’ll See in This Video:
In this video, we’ll walk you through the entire workflow, from introducing OMY to the detailed processes of data acquisition, training, and inference using Physical AI Tools. For the inference, we are currently utilizing the ACT Policy model.

:sparkles: The Future of Physical AI Tools:
While currently focused on data acquisition and inference, we will soon be adding training functionalities. We also plan to integrate various open-source models like NVIDIA GR00T N1.5 to provide even more powerful features. All the code for our Physical AI Tools is open-source, emphasizing transparency and extensibility.

We kindly ask for your continued interest and anticipation for our future contributions to the advancement of Physical AI research.

Thank you so much for watching the video! Please feel free to leave any questions in the comments.

:inbox_tray: GitHub Repo

#ROBOTIS #OMY ROS nvidia #HuggingFace #LeRobot robotics #physicalai ai #artificialIntelligence robot #opensource #robotarm #LeaderFollower #ImitationLearning

1 post - 1 participant

Read full topic

by Pyo on July 04, 2025 07:02 AM

July 03, 2025
Need of ROS in Industry

I wanted everyone’s opinion of using ROS in Industry. After working for about 3 years in robotics industry I have few questions popped up in mind and would like to hear perspectives and answers of others on this:

During my work with industrial robotic arms in industry I have seen very few sources using ROS. Most of the industry in robotic arms is dominated by PLC-Robot communication. My question is why do we need ROS if PLC -Robot is used in industry? What are advantages of using ROS compared to standard robot motion programming of industrial robots (which has motion planners integrated with their controllers)?

I would like to hear everyone’s thoughts on this.

6 posts - 6 participants

Read full topic

by ros_wizard on July 03, 2025 06:12 AM

June 30, 2025
Meson Project Support

Hi all,

For a while now, I have worked on supporting the Meson build system in colcon and bloom. The colcon-meson extension was available for some time now, but the bloom support was only merged recently, and I think now is a good time to announce this to gain some broader usage.

For a long time, the “ROS build and distribution system” (i.e. catkin, colcon, bloom, ament macros, …) only supported CMake projects. Meson is a relative new build system and there are multiple reasons why projects use Meson. Some claim improved performance over the default CMake/Make combination (A simple comparison) and some just prefer the Python-like syntax over CMake. I found Meson to perform better for frequent rebuilds of projects where many targets do not change. I also spent a fair amount of time figuring out the correct import/export of CMake targets and their properties and dependencies, and found this to be much easier in Meson.

I added Meson support to colcon and bloom in order to develop and use third-party Meson projects directly in a colcon workspace without the need for a CMake wrapper around the Meson project. Note that the support only covers “plain” Meson projects (build type meson) and does not include ament macros, i.e. there is no ament_meson support yet.

colcon

The colcon extension (colcon-meson) is available on PyPI (pip install colcon-meson) and as Debian/RPM package (sudo apt install python3-colcon-meson / sudo dnf install python3-colcon-meson). Once installed, you can check out a Meson project, e.g. libcamera, in your workspace and colcon list should then identify this as

libcamera	src/libcamera	(meson)

This also works with a package.xml (identified as type ros.meson) and you can provide additional arguments to Meson via --meson-args in the same way as you would via --cmake-args for CMake packages. From thereon, you can use this like any other package in the colcon workspace, including .meta files:

names:
  libcamera:
    meson-args:
    - --warnlevel=2
    - --werror
    - --buildtype=debug
    - --auto-features=disabled
    - -Dcam=enabled

bloom

Meson support is now part of the bloom upstream repo. Hence, you only have to install a recently new bloom version:

pip install git+https://github.com/ros-infrastructure/bloom.git

and can then use the standard bloom CLI commands to generate (bloom-generate) and release (bloom-release) Debian or RPM packages. To have bloom select the correct package templates, you have to switch the build type to meson:

<package format="3">
  <buildtool_depend>meson</buildtool_depend>
  <export>
    <build_type>meson</build_type>
  </export>
</package>

I am frequently using colcon-meson to build libcamera in my workspace and I have used the bloom support a few times to release libcamera to the ROS repos (ros-jazzy-libcamera, ros-rolling-libcamera). With this, I am quite confident in its basic functionality to handle pure Meson projects.

As already mentioned, this does not include support for ament_meson or anything that would replicate the functionality of the ament CMake macros in Meson. I would like to see a wider adaption of Meson in ROS and hope this sparked your interest in Meson and maybe motivated you to start working on ament_meson :slight_smile:

3 posts - 3 participants

Read full topic

by christian on June 30, 2025 10:18 PM

June 29, 2025
New packages for Jazzy Jalisco 2024-07-29

Hello there everyone!

We’re happy to announce 63 new packages and 728 updates are now available in ROS 2 Jazzy Jalisco :jazzy: :jazzy: :jazzy: .

This sync was tagged as jazzy/2025-06-29 .

Package Updates for jazzy

Added Packages [63]:

Updated Packages [728]:

  • ros-jazzy-ackermann-steering-controller: 4.25.0-1 → 4.27.0-1
  • ros-jazzy-ackermann-steering-controller-dbgsym: 4.25.0-1 → 4.27.0-1
  • ros-jazzy-admittance-controller: 4.25.0-1 → 4.27.0-1
  • ros-jazzy-admittance-controller-dbgsym: 4.25.0-1 → 4.27.0-1
  • ros-jazzy-apriltag-detector: 3.0.1-1 → 3.0.2-1
  • ros-jazzy-apriltag-detector-dbgsym: 3.0.1-1 → 3.0.2-1
  • ros-jazzy-apriltag-detector-mit: 3.0.1-1 → 3.0.2-1
  • ros-jazzy-apriltag-detector-mit-dbgsym: 3.0.1-1 → 3.0.2-1
  • ros-jazzy-apriltag-detector-umich: 3.0.1-1 → 3.0.2-1
  • ros-jazzy-apriltag-detector-umich-dbgsym: 3.0.1-1 → 3.0.2-1
  • ros-jazzy-apriltag-draw: 3.0.1-1 → 3.0.2-1
  • ros-jazzy-apriltag-draw-dbgsym: 3.0.1-1 → 3.0.2-1
  • ros-jazzy-apriltag-tools: 3.0.1-1 → 3.0.2-1
  • ros-jazzy-apriltag-tools-dbgsym: 3.0.1-1 → 3.0.2-1
  • ros-jazzy-aruco-opencv: 6.0.1-1 → 6.0.2-1
  • ros-jazzy-aruco-opencv-dbgsym: 6.0.1-1 → 6.0.2-1
  • ros-jazzy-aruco-opencv-msgs: 6.0.1-1 → 6.0.2-1
  • ros-jazzy-aruco-opencv-msgs-dbgsym: 6.0.1-1 → 6.0.2-1
  • ros-jazzy-autoware-common-msgs: 1.7.0-1 → 1.8.0-1
  • ros-jazzy-autoware-common-msgs-dbgsym: 1.7.0-1 → 1.8.0-1
  • ros-jazzy-autoware-control-msgs: 1.7.0-1 → 1.8.0-1
  • ros-jazzy-autoware-control-msgs-dbgsym: 1.7.0-1 → 1.8.0-1
  • ros-jazzy-autoware-internal-debug-msgs: 1.8.1-1 → 1.10.0-1
  • ros-jazzy-autoware-internal-debug-msgs-dbgsym: 1.8.1-1 → 1.10.0-1
  • ros-jazzy-autoware-internal-metric-msgs: 1.8.1-1 → 1.10.0-1
  • ros-jazzy-autoware-internal-metric-msgs-dbgsym: 1.8.1-1 → 1.10.0-1
  • ros-jazzy-autoware-internal-msgs: 1.8.1-1 → 1.10.0-1
  • ros-jazzy-autoware-internal-msgs-dbgsym: 1.8.1-1 → 1.10.0-1
  • ros-jazzy-autoware-internal-perception-msgs: 1.8.1-1 → 1.10.0-1
  • ros-jazzy-autoware-internal-perception-msgs-dbgsym: 1.8.1-1 → 1.10.0-1
  • ros-jazzy-autoware-internal-planning-msgs: 1.8.1-1 → 1.10.0-1
  • ros-jazzy-autoware-internal-planning-msgs-dbgsym: 1.8.1-1 → 1.10.0-1
  • ros-jazzy-autoware-localization-msgs: 1.7.0-1 → 1.8.0-1
  • ros-jazzy-autoware-localization-msgs-dbgsym: 1.7.0-1 → 1.8.0-1
  • ros-jazzy-autoware-map-msgs: 1.7.0-1 → 1.8.0-1
  • ros-jazzy-autoware-map-msgs-dbgsym: 1.7.0-1 → 1.8.0-1
  • ros-jazzy-autoware-msgs: 1.7.0-1 → 1.8.0-1
  • ros-jazzy-autoware-perception-msgs: 1.7.0-1 → 1.8.0-1
  • ros-jazzy-autoware-perception-msgs-dbgsym: 1.7.0-1 → 1.8.0-1
  • ros-jazzy-autoware-planning-msgs: 1.7.0-1 → 1.8.0-1
  • ros-jazzy-autoware-planning-msgs-dbgsym: 1.7.0-1 → 1.8.0-1
  • ros-jazzy-autoware-sensing-msgs: 1.7.0-1 → 1.8.0-1
  • ros-jazzy-autoware-sensing-msgs-dbgsym: 1.7.0-1 → 1.8.0-1
  • ros-jazzy-autoware-system-msgs: 1.7.0-1 → 1.8.0-1
  • ros-jazzy-autoware-system-msgs-dbgsym: 1.7.0-1 → 1.8.0-1
  • ros-jazzy-autoware-utils: 1.4.1-1 → 1.4.2-1
  • ros-jazzy-autoware-utils-debug: 1.4.1-1 → 1.4.2-1
  • ros-jazzy-autoware-utils-diagnostics: 1.4.1-1 → 1.4.2-1
  • ros-jazzy-autoware-utils-diagnostics-dbgsym: 1.4.1-1 → 1.4.2-1
  • ros-jazzy-autoware-utils-geometry: 1.4.1-1 → 1.4.2-1
  • ros-jazzy-autoware-utils-geometry-dbgsym: 1.4.1-1 → 1.4.2-1
  • ros-jazzy-autoware-utils-logging: 1.4.1-1 → 1.4.2-1
  • ros-jazzy-autoware-utils-logging-dbgsym: 1.4.1-1 → 1.4.2-1
  • ros-jazzy-autoware-utils-math: 1.4.1-1 → 1.4.2-1
  • ros-jazzy-autoware-utils-math-dbgsym: 1.4.1-1 → 1.4.2-1
  • ros-jazzy-autoware-utils-pcl: 1.4.1-1 → 1.4.2-1
  • ros-jazzy-autoware-utils-rclcpp: 1.4.1-1 → 1.4.2-1
  • ros-jazzy-autoware-utils-system: 1.4.1-1 → 1.4.2-1
  • ros-jazzy-autoware-utils-system-dbgsym: 1.4.1-1 → 1.4.2-1
  • ros-jazzy-autoware-utils-tf: 1.4.1-1 → 1.4.2-1
  • ros-jazzy-autoware-utils-uuid: 1.4.1-1 → 1.4.2-1
  • ros-jazzy-autoware-utils-visualization: 1.4.1-1 → 1.4.2-1
  • ros-jazzy-autoware-utils-visualization-dbgsym: 1.4.1-1 → 1.4.2-1
  • ros-jazzy-autoware-v2x-msgs: 1.7.0-1 → 1.8.0-1
  • ros-jazzy-autoware-v2x-msgs-dbgsym: 1.7.0-1 → 1.8.0-1
  • ros-jazzy-autoware-vehicle-msgs: 1.7.0-1 → 1.8.0-1
  • ros-jazzy-autoware-vehicle-msgs-dbgsym: 1.7.0-1 → 1.8.0-1
  • ros-jazzy-battery-state-broadcaster: 1.0.0-1 → 1.0.2-1
  • ros-jazzy-battery-state-broadcaster-dbgsym: 1.0.0-1 → 1.0.2-1
  • ros-jazzy-battery-state-rviz-overlay: 1.0.0-1 → 1.0.2-1
  • ros-jazzy-battery-state-rviz-overlay-dbgsym: 1.0.0-1 → 1.0.2-1
  • ros-jazzy-bicycle-steering-controller: 4.25.0-1 → 4.27.0-1
  • ros-jazzy-bicycle-steering-controller-dbgsym: 4.25.0-1 → 4.27.0-1
  • ros-jazzy-camera-calibration: 5.0.10-1 → 5.0.11-1
  • ros-jazzy-camera-calibration-parsers: 5.1.6-1 → 5.1.7-1
  • ros-jazzy-camera-calibration-parsers-dbgsym: 5.1.6-1 → 5.1.7-1
  • ros-jazzy-camera-info-manager: 5.1.6-1 → 5.1.7-1
  • ros-jazzy-camera-info-manager-dbgsym: 5.1.6-1 → 5.1.7-1
  • ros-jazzy-camera-info-manager-py: 5.1.6-1 → 5.1.7-1
  • ros-jazzy-canopen: 0.3.0-1 → 0.3.1-1
  • ros-jazzy-canopen-402-driver: 0.3.0-1 → 0.3.1-1
  • ros-jazzy-canopen-402-driver-dbgsym: 0.3.0-1 → 0.3.1-1
  • ros-jazzy-canopen-base-driver: 0.3.0-1 → 0.3.1-1
  • ros-jazzy-canopen-base-driver-dbgsym: 0.3.0-1 → 0.3.1-1
  • ros-jazzy-canopen-core: 0.3.0-1 → 0.3.1-1
  • ros-jazzy-canopen-core-dbgsym: 0.3.0-1 → 0.3.1-1
  • ros-jazzy-canopen-fake-slaves: 0.3.0-1 → 0.3.1-1
  • ros-jazzy-canopen-fake-slaves-dbgsym: 0.3.0-1 → 0.3.1-1
  • ros-jazzy-canopen-interfaces: 0.3.0-1 → 0.3.1-1
  • ros-jazzy-canopen-interfaces-dbgsym: 0.3.0-1 → 0.3.1-1
  • ros-jazzy-canopen-master-driver: 0.3.0-1 → 0.3.1-1
  • ros-jazzy-canopen-master-driver-dbgsym: 0.3.0-1 → 0.3.1-1
  • ros-jazzy-canopen-proxy-driver: 0.3.0-1 → 0.3.1-1
  • ros-jazzy-canopen-proxy-driver-dbgsym: 0.3.0-1 → 0.3.1-1
  • ros-jazzy-canopen-ros2-control: 0.3.0-1 → 0.3.1-1
  • ros-jazzy-canopen-ros2-control-dbgsym: 0.3.0-1 → 0.3.1-1
  • ros-jazzy-canopen-utils: 0.3.0-1 → 0.3.1-1
  • ros-jazzy-cartographer: 2.0.9003-2 → 2.0.9004-1
  • ros-jazzy-cartographer-dbgsym: 2.0.9003-2 → 2.0.9004-1
  • ros-jazzy-clearpath-bt-joy: 2.3.2-1 → 2.5.1-1
  • ros-jazzy-clearpath-common: 2.3.2-1 → 2.5.1-1
  • ros-jazzy-clearpath-config: 2.4.0-1 → 2.5.0-1
  • ros-jazzy-clearpath-control: 2.3.2-1 → 2.5.1-1
  • ros-jazzy-clearpath-customization: 2.3.2-1 → 2.5.1-1
  • ros-jazzy-clearpath-description: 2.3.2-1 → 2.5.1-1
  • ros-jazzy-clearpath-generator-common: 2.3.2-1 → 2.5.1-1
  • ros-jazzy-clearpath-generator-common-dbgsym: 2.3.2-1 → 2.5.1-1
  • ros-jazzy-clearpath-manipulators: 2.3.2-1 → 2.5.1-1
  • ros-jazzy-clearpath-manipulators-description: 2.3.2-1 → 2.5.1-1
  • ros-jazzy-clearpath-mounts-description: 2.3.2-1 → 2.5.1-1
  • ros-jazzy-clearpath-nav2-demos: 2.4.0-1 → 2.5.0-1
  • ros-jazzy-clearpath-platform-description: 2.3.2-1 → 2.5.1-1
  • ros-jazzy-clearpath-ros2-socketcan-interface: 2.1.1-2 → 2.1.4-1
  • ros-jazzy-clearpath-ros2-socketcan-interface-dbgsym: 2.1.1-2 → 2.1.4-1
  • ros-jazzy-clearpath-sensors-description: 2.3.2-1 → 2.5.1-1
  • ros-jazzy-control-msgs: 5.4.0-1 → 5.4.1-1
  • ros-jazzy-control-msgs-dbgsym: 5.4.0-1 → 5.4.1-1
  • ros-jazzy-control-toolbox: 4.3.0-1 → 4.5.0-1
  • ros-jazzy-control-toolbox-dbgsym: 4.3.0-1 → 4.5.0-1
  • ros-jazzy-controller-interface: 4.29.0-1 → 4.32.0-1
  • ros-jazzy-controller-interface-dbgsym: 4.29.0-1 → 4.32.0-1
  • ros-jazzy-controller-manager: 4.29.0-1 → 4.32.0-1
  • ros-jazzy-controller-manager-dbgsym: 4.29.0-1 → 4.32.0-1
  • ros-jazzy-controller-manager-msgs: 4.29.0-1 → 4.32.0-1
  • ros-jazzy-controller-manager-msgs-dbgsym: 4.29.0-1 → 4.32.0-1
  • ros-jazzy-costmap-queue: 1.3.6-1 → 1.3.7-1
  • ros-jazzy-costmap-queue-dbgsym: 1.3.6-1 → 1.3.7-1
  • ros-jazzy-depth-image-proc: 5.0.10-1 → 5.0.11-1
  • ros-jazzy-depth-image-proc-dbgsym: 5.0.10-1 → 5.0.11-1
  • ros-jazzy-diagnostic-aggregator: 4.2.4-1 → 4.2.6-1
  • ros-jazzy-diagnostic-aggregator-dbgsym: 4.2.4-1 → 4.2.6-1
  • ros-jazzy-diagnostic-common-diagnostics: 4.2.4-1 → 4.2.6-1
  • ros-jazzy-diagnostic-remote-logging: 4.2.4-1 → 4.2.6-1
  • ros-jazzy-diagnostic-remote-logging-dbgsym: 4.2.4-1 → 4.2.6-1
  • ros-jazzy-diagnostic-updater: 4.2.4-1 → 4.2.6-1
  • ros-jazzy-diagnostic-updater-dbgsym: 4.2.4-1 → 4.2.6-1
  • ros-jazzy-diagnostics: 4.2.4-1 → 4.2.6-1
  • ros-jazzy-diff-drive-controller: 4.25.0-1 → 4.27.0-1
  • ros-jazzy-diff-drive-controller-dbgsym: 4.25.0-1 → 4.27.0-1
  • ros-jazzy-dwb-core: 1.3.6-1 → 1.3.7-1
  • ros-jazzy-dwb-core-dbgsym: 1.3.6-1 → 1.3.7-1
  • ros-jazzy-dwb-critics: 1.3.6-1 → 1.3.7-1
  • ros-jazzy-dwb-critics-dbgsym: 1.3.6-1 → 1.3.7-1
  • ros-jazzy-dwb-msgs: 1.3.6-1 → 1.3.7-1
  • ros-jazzy-dwb-msgs-dbgsym: 1.3.6-1 → 1.3.7-1
  • ros-jazzy-dwb-plugins: 1.3.6-1 → 1.3.7-1
  • ros-jazzy-dwb-plugins-dbgsym: 1.3.6-1 → 1.3.7-1
  • ros-jazzy-dynamixel-hardware-interface: 1.4.3-1 → 1.4.8-1
  • ros-jazzy-dynamixel-hardware-interface-dbgsym: 1.4.3-1 → 1.4.8-1
  • ros-jazzy-dynamixel-sdk: 3.8.3-1 → 3.8.4-1
  • ros-jazzy-dynamixel-sdk-custom-interfaces: 3.8.3-1 → 3.8.4-1
  • ros-jazzy-dynamixel-sdk-custom-interfaces-dbgsym: 3.8.3-1 → 3.8.4-1
  • ros-jazzy-dynamixel-sdk-dbgsym: 3.8.3-1 → 3.8.4-1
  • ros-jazzy-dynamixel-sdk-examples: 3.8.3-1 → 3.8.4-1
  • ros-jazzy-dynamixel-sdk-examples-dbgsym: 3.8.3-1 → 3.8.4-1
  • ros-jazzy-dynamixel-workbench: 2.2.4-1 → 2.2.5-1
  • ros-jazzy-dynamixel-workbench-toolbox: 2.2.4-1 → 2.2.5-1
  • ros-jazzy-dynamixel-workbench-toolbox-dbgsym: 2.2.4-1 → 2.2.5-1
  • ros-jazzy-effort-controllers: 4.25.0-1 → 4.27.0-1
  • ros-jazzy-effort-controllers-dbgsym: 4.25.0-1 → 4.27.0-1
  • ros-jazzy-event-camera-codecs: 1.3.5-1 → 2.0.0-1
  • ros-jazzy-event-camera-codecs-dbgsym: 1.3.5-1 → 2.0.0-1
  • ros-jazzy-event-camera-msgs: 1.3.6-1 → 2.0.0-1
  • ros-jazzy-event-camera-msgs-dbgsym: 1.3.6-1 → 2.0.0-1
  • ros-jazzy-event-camera-py: 2.0.0-1 → 2.0.1-1
  • ros-jazzy-event-camera-renderer: 1.3.4-1 → 2.0.0-1
  • ros-jazzy-event-camera-renderer-dbgsym: 1.3.4-1 → 2.0.0-1
  • ros-jazzy-examples-tf2-py: 0.36.11-1 → 0.36.12-1
  • ros-jazzy-ffmpeg-encoder-decoder: 2.0.0-1 → 2.0.1-1
  • ros-jazzy-ffmpeg-encoder-decoder-dbgsym: 2.0.0-1 → 2.0.1-1
  • ros-jazzy-ffmpeg-image-transport: 2.0.2-1 → 2.0.3-1
  • ros-jazzy-ffmpeg-image-transport-dbgsym: 2.0.2-1 → 2.0.3-1
  • ros-jazzy-ffmpeg-image-transport-tools: 2.1.1-1 → 2.1.2-1
  • ros-jazzy-ffmpeg-image-transport-tools-dbgsym: 2.1.1-1 → 2.1.2-1
  • ros-jazzy-ffw-bringup: 1.0.5-1 → 1.0.9-1
  • ros-jazzy-ffw-description: 1.0.5-1 → 1.0.9-1
  • ros-jazzy-ffw-joint-trajectory-command-broadcaster: 1.0.5-1 → 1.0.9-1
  • ros-jazzy-ffw-joint-trajectory-command-broadcaster-dbgsym: 1.0.5-1 → 1.0.9-1
  • ros-jazzy-ffw-moveit-config: 1.0.5-1 → 1.0.9-1
  • ros-jazzy-ffw-teleop: 1.0.5-1 → 1.0.9-1
  • ros-jazzy-fkie-message-filters: 3.2.0-1 → 3.2.1-1
  • ros-jazzy-fkie-message-filters-dbgsym: 3.2.0-1 → 3.2.1-1
  • ros-jazzy-flex-sync: 2.0.0-1 → 2.0.1-1
  • ros-jazzy-flir-camera-description: 3.0.1-1 → 3.0.2-1
  • ros-jazzy-flir-camera-msgs: 3.0.1-1 → 3.0.2-1
  • ros-jazzy-flir-camera-msgs-dbgsym: 3.0.1-1 → 3.0.2-1
  • ros-jazzy-force-torque-sensor-broadcaster: 4.25.0-1 → 4.27.0-1
  • ros-jazzy-force-torque-sensor-broadcaster-dbgsym: 4.25.0-1 → 4.27.0-1
  • ros-jazzy-forward-command-controller: 4.25.0-1 → 4.27.0-1
  • ros-jazzy-forward-command-controller-dbgsym: 4.25.0-1 → 4.27.0-1
  • ros-jazzy-foxglove-compressed-video-transport: 1.0.2-1 → 1.0.3-1
  • ros-jazzy-foxglove-compressed-video-transport-dbgsym: 1.0.2-1 → 1.0.3-1
  • ros-jazzy-generate-parameter-library: 0.4.0-1 → 0.5.0-1
  • ros-jazzy-generate-parameter-library-example: 0.4.0-1 → 0.5.0-1
  • ros-jazzy-generate-parameter-library-example-dbgsym: 0.4.0-1 → 0.5.0-1
  • ros-jazzy-generate-parameter-library-example-external: 0.4.0-1 → 0.5.0-1
  • ros-jazzy-generate-parameter-library-example-external-dbgsym: 0.4.0-1 → 0.5.0-1
  • ros-jazzy-generate-parameter-library-py: 0.4.0-1 → 0.5.0-1
  • ros-jazzy-generate-parameter-module-example: 0.4.0-1 → 0.5.0-1
  • ros-jazzy-geometry2: 0.36.11-1 → 0.36.12-1
  • ros-jazzy-gpio-controllers: 4.25.0-1 → 4.27.0-1
  • ros-jazzy-gpio-controllers-dbgsym: 4.25.0-1 → 4.27.0-1
  • ros-jazzy-gps-msgs: 2.0.4-1 → 2.1.0-1
  • ros-jazzy-gps-msgs-dbgsym: 2.0.4-1 → 2.1.0-1
  • ros-jazzy-gps-sensor-broadcaster: 4.25.0-1 → 4.27.0-1
  • ros-jazzy-gps-sensor-broadcaster-dbgsym: 4.25.0-1 → 4.27.0-1
  • ros-jazzy-gps-tools: 2.0.4-1 → 2.1.0-1
  • ros-jazzy-gps-tools-dbgsym: 2.0.4-1 → 2.1.0-1
  • ros-jazzy-gps-umd: 2.0.4-1 → 2.1.0-1
  • ros-jazzy-gpsd-client: 2.0.4-1 → 2.1.0-1
  • ros-jazzy-gpsd-client-dbgsym: 2.0.4-1 → 2.1.0-1
  • ros-jazzy-gripper-controllers: 4.25.0-1 → 4.27.0-1
  • ros-jazzy-gripper-controllers-dbgsym: 4.25.0-1 → 4.27.0-1
  • ros-jazzy-gz-cmake-vendor: 0.0.9-1 → 0.0.10-1
  • ros-jazzy-gz-ros2-control: 1.2.12-1 → 1.2.13-1
  • ros-jazzy-gz-ros2-control-dbgsym: 1.2.12-1 → 1.2.13-1
  • ros-jazzy-gz-ros2-control-demos: 1.2.12-1 → 1.2.13-1
  • ros-jazzy-gz-ros2-control-demos-dbgsym: 1.2.12-1 → 1.2.13-1
  • ros-jazzy-hardware-interface: 4.29.0-1 → 4.32.0-1
  • ros-jazzy-hardware-interface-dbgsym: 4.29.0-1 → 4.32.0-1
  • ros-jazzy-hardware-interface-testing: 4.29.0-1 → 4.32.0-1
  • ros-jazzy-hardware-interface-testing-dbgsym: 4.29.0-1 → 4.32.0-1
  • ros-jazzy-hls-lfcd-lds-driver: 2.1.0-1 → 2.1.1-1
  • ros-jazzy-hls-lfcd-lds-driver-dbgsym: 2.1.0-1 → 2.1.1-1
  • ros-jazzy-image-common: 5.1.6-1 → 5.1.7-1
  • ros-jazzy-image-pipeline: 5.0.10-1 → 5.0.11-1
  • ros-jazzy-image-proc: 5.0.10-1 → 5.0.11-1
  • ros-jazzy-image-proc-dbgsym: 5.0.10-1 → 5.0.11-1
  • ros-jazzy-image-publisher: 5.0.10-1 → 5.0.11-1
  • ros-jazzy-image-publisher-dbgsym: 5.0.10-1 → 5.0.11-1
  • ros-jazzy-image-rotate: 5.0.10-1 → 5.0.11-1
  • ros-jazzy-image-rotate-dbgsym: 5.0.10-1 → 5.0.11-1
  • ros-jazzy-image-transport: 5.1.6-1 → 5.1.7-1
  • ros-jazzy-image-transport-dbgsym: 5.1.6-1 → 5.1.7-1
  • ros-jazzy-image-view: 5.0.10-1 → 5.0.11-1
  • ros-jazzy-image-view-dbgsym: 5.0.10-1 → 5.0.11-1
  • ros-jazzy-imu-pipeline: 0.5.0-3 → 0.5.2-1
  • ros-jazzy-imu-processors: 0.5.0-3 → 0.5.2-1
  • ros-jazzy-imu-processors-dbgsym: 0.5.0-3 → 0.5.2-1
  • ros-jazzy-imu-sensor-broadcaster: 4.25.0-1 → 4.27.0-1
  • ros-jazzy-imu-sensor-broadcaster-dbgsym: 4.25.0-1 → 4.27.0-1
  • ros-jazzy-imu-transformer: 0.5.0-3 → 0.5.2-1
  • ros-jazzy-imu-transformer-dbgsym: 0.5.0-3 → 0.5.2-1
  • ros-jazzy-joint-limits: 4.29.0-1 → 4.32.0-1
  • ros-jazzy-joint-limits-dbgsym: 4.29.0-1 → 4.32.0-1
  • ros-jazzy-joint-state-broadcaster: 4.25.0-1 → 4.27.0-1
  • ros-jazzy-joint-state-broadcaster-dbgsym: 4.25.0-1 → 4.27.0-1
  • ros-jazzy-joint-trajectory-controller: 4.25.0-1 → 4.27.0-1
  • ros-jazzy-joint-trajectory-controller-dbgsym: 4.25.0-1 → 4.27.0-1
  • ros-jazzy-kinematics-interface: 1.3.0-1 → 1.4.0-1
  • ros-jazzy-kinematics-interface-dbgsym: 1.3.0-1 → 1.4.0-1
  • ros-jazzy-kinematics-interface-kdl: 1.3.0-1 → 1.4.0-1
  • ros-jazzy-kinematics-interface-kdl-dbgsym: 1.3.0-1 → 1.4.0-1
  • ros-jazzy-kitti-metrics-eval: 1.7.0-1 → 1.9.0-1
  • ros-jazzy-kitti-metrics-eval-dbgsym: 1.7.0-1 → 1.9.0-1
  • ros-jazzy-laser-geometry: 2.7.0-3 → 2.7.1-1
  • ros-jazzy-laser-geometry-dbgsym: 2.7.0-3 → 2.7.1-1
  • ros-jazzy-launch: 3.4.4-1 → 3.4.5-1
  • ros-jazzy-launch-pytest: 3.4.4-1 → 3.4.5-1
  • ros-jazzy-launch-ros: 0.26.7-1 → 0.26.8-1
  • ros-jazzy-launch-testing: 3.4.4-1 → 3.4.5-1
  • ros-jazzy-launch-testing-ament-cmake: 3.4.4-1 → 3.4.5-1
  • ros-jazzy-launch-testing-ros: 0.26.7-1 → 0.26.8-1
  • ros-jazzy-launch-xml: 3.4.4-1 → 3.4.5-1
  • ros-jazzy-launch-yaml: 3.4.4-1 → 3.4.5-1
  • ros-jazzy-ld08-driver: 1.1.3-1 → 1.1.4-1
  • ros-jazzy-ld08-driver-dbgsym: 1.1.3-1 → 1.1.4-1
  • ros-jazzy-lely-core-libraries: 0.3.0-1 → 0.3.1-1
  • ros-jazzy-lely-core-libraries-dbgsym: 0.3.0-1 → 0.3.1-1
  • ros-jazzy-leo-bringup: 2.1.3-1 → 2.3.0-1
  • ros-jazzy-leo-filters: 2.1.3-1 → 2.3.0-1
  • ros-jazzy-leo-filters-dbgsym: 2.1.3-1 → 2.3.0-1
  • ros-jazzy-leo-fw: 2.1.3-1 → 2.3.0-1
  • ros-jazzy-leo-fw-dbgsym: 2.1.3-1 → 2.3.0-1
  • ros-jazzy-leo-robot: 2.1.3-1 → 2.3.0-1
  • ros-jazzy-libcaer-driver: 1.5.0-1 → 1.5.1-1
  • ros-jazzy-libcaer-driver-dbgsym: 1.5.0-1 → 1.5.1-1
  • ros-jazzy-libcaer-vendor: 1.3.0-1 → 2.0.0-1
  • ros-jazzy-libcaer-vendor-dbgsym: 1.3.0-1 → 2.0.0-1
  • ros-jazzy-libcamera: 0.5.0-1 → 0.5.1-1
  • ros-jazzy-libcamera-dbgsym: 0.5.0-1 → 0.5.1-1
  • ros-jazzy-libmavconn: 2.10.0-1 → 2.10.1-1
  • ros-jazzy-libmavconn-dbgsym: 2.10.0-1 → 2.10.1-1
  • ros-jazzy-libphidget22: 2.3.4-1 → 2.4.0-1
  • ros-jazzy-libphidget22-dbgsym: 2.3.4-1 → 2.4.0-1
  • ros-jazzy-mapviz: 2.4.6-1 → 2.5.6-1
  • ros-jazzy-mapviz-dbgsym: 2.4.6-1 → 2.5.6-1
  • ros-jazzy-mapviz-interfaces: 2.4.6-1 → 2.5.6-1
  • ros-jazzy-mapviz-interfaces-dbgsym: 2.4.6-1 → 2.5.6-1
  • ros-jazzy-mapviz-plugins: 2.4.6-1 → 2.5.6-1
  • ros-jazzy-mapviz-plugins-dbgsym: 2.4.6-1 → 2.5.6-1
  • ros-jazzy-mavlink: 2025.5.5-1 → 2025.6.6-1
  • ros-jazzy-mavros: 2.10.0-1 → 2.10.1-1
  • ros-jazzy-mavros-dbgsym: 2.10.0-1 → 2.10.1-1
  • ros-jazzy-mavros-extras: 2.10.0-1 → 2.10.1-1
  • ros-jazzy-mavros-extras-dbgsym: 2.10.0-1 → 2.10.1-1
  • ros-jazzy-mavros-msgs: 2.10.0-1 → 2.10.1-1
  • ros-jazzy-mavros-msgs-dbgsym: 2.10.0-1 → 2.10.1-1
  • ros-jazzy-mecanum-drive-controller: 4.25.0-1 → 4.27.0-1
  • ros-jazzy-mecanum-drive-controller-dbgsym: 4.25.0-1 → 4.27.0-1
  • ros-jazzy-microstrain-inertial-description: 4.6.1-1 → 4.7.0-1
  • ros-jazzy-microstrain-inertial-driver: 4.6.1-1 → 4.7.0-1
  • ros-jazzy-microstrain-inertial-driver-dbgsym: 4.6.1-1 → 4.7.0-1
  • ros-jazzy-microstrain-inertial-examples: 4.6.1-1 → 4.7.0-1
  • ros-jazzy-microstrain-inertial-msgs: 4.6.1-1 → 4.7.0-1
  • ros-jazzy-microstrain-inertial-msgs-dbgsym: 4.6.1-1 → 4.7.0-1
  • ros-jazzy-microstrain-inertial-rqt: 4.6.1-1 → 4.7.0-1
  • ros-jazzy-mola: 1.7.0-1 → 1.9.0-1
  • ros-jazzy-mola-bridge-ros2: 1.7.0-1 → 1.9.0-1
  • ros-jazzy-mola-bridge-ros2-dbgsym: 1.7.0-1 → 1.9.0-1
  • ros-jazzy-mola-common: 0.4.0-1 → 0.4.1-1
  • ros-jazzy-mola-demos: 1.7.0-1 → 1.9.0-1
  • ros-jazzy-mola-imu-preintegration: 1.8.0-1 → 1.9.0-1
  • ros-jazzy-mola-imu-preintegration-dbgsym: 1.8.0-1 → 1.9.0-1
  • ros-jazzy-mola-input-euroc-dataset: 1.7.0-1 → 1.9.0-1
  • ros-jazzy-mola-input-euroc-dataset-dbgsym: 1.7.0-1 → 1.9.0-1
  • ros-jazzy-mola-input-kitti-dataset: 1.7.0-1 → 1.9.0-1
  • ros-jazzy-mola-input-kitti-dataset-dbgsym: 1.7.0-1 → 1.9.0-1
  • ros-jazzy-mola-input-kitti360-dataset: 1.7.0-1 → 1.9.0-1
  • ros-jazzy-mola-input-kitti360-dataset-dbgsym: 1.7.0-1 → 1.9.0-1
  • ros-jazzy-mola-input-mulran-dataset: 1.7.0-1 → 1.9.0-1
  • ros-jazzy-mola-input-mulran-dataset-dbgsym: 1.7.0-1 → 1.9.0-1
  • ros-jazzy-mola-input-paris-luco-dataset: 1.7.0-1 → 1.9.0-1
  • ros-jazzy-mola-input-paris-luco-dataset-dbgsym: 1.7.0-1 → 1.9.0-1
  • ros-jazzy-mola-input-rawlog: 1.7.0-1 → 1.9.0-1
  • ros-jazzy-mola-input-rawlog-dbgsym: 1.7.0-1 → 1.9.0-1
  • ros-jazzy-mola-input-rosbag2: 1.7.0-1 → 1.9.0-1
  • ros-jazzy-mola-input-rosbag2-dbgsym: 1.7.0-1 → 1.9.0-1
  • ros-jazzy-mola-input-video: 1.7.0-1 → 1.9.0-1
  • ros-jazzy-mola-input-video-dbgsym: 1.7.0-1 → 1.9.0-1
  • ros-jazzy-mola-kernel: 1.7.0-1 → 1.9.0-1
  • ros-jazzy-mola-kernel-dbgsym: 1.7.0-1 → 1.9.0-1
  • ros-jazzy-mola-launcher: 1.7.0-1 → 1.9.0-1
  • ros-jazzy-mola-launcher-dbgsym: 1.7.0-1 → 1.9.0-1
  • ros-jazzy-mola-lidar-odometry: 0.7.2-1 → 0.8.0-1
  • ros-jazzy-mola-lidar-odometry-dbgsym: 0.7.2-1 → 0.8.0-1
  • ros-jazzy-mola-metric-maps: 1.7.0-1 → 1.9.0-1
  • ros-jazzy-mola-metric-maps-dbgsym: 1.7.0-1 → 1.9.0-1
  • ros-jazzy-mola-msgs: 1.7.0-1 → 1.9.0-1
  • ros-jazzy-mola-msgs-dbgsym: 1.7.0-1 → 1.9.0-1
  • ros-jazzy-mola-pose-list: 1.7.0-1 → 1.9.0-1
  • ros-jazzy-mola-pose-list-dbgsym: 1.7.0-1 → 1.9.0-1
  • ros-jazzy-mola-relocalization: 1.7.0-1 → 1.9.0-1
  • ros-jazzy-mola-relocalization-dbgsym: 1.7.0-1 → 1.9.0-1
  • ros-jazzy-mola-state-estimation: 1.8.0-1 → 1.9.0-1
  • ros-jazzy-mola-state-estimation-simple: 1.8.0-1 → 1.9.0-1
  • ros-jazzy-mola-state-estimation-simple-dbgsym: 1.8.0-1 → 1.9.0-1
  • ros-jazzy-mola-state-estimation-smoother: 1.8.0-1 → 1.9.0-1
  • ros-jazzy-mola-state-estimation-smoother-dbgsym: 1.8.0-1 → 1.9.0-1
  • ros-jazzy-mola-test-datasets: 0.4.0-1 → 0.4.1-1
  • ros-jazzy-mola-traj-tools: 1.7.0-1 → 1.9.0-1
  • ros-jazzy-mola-traj-tools-dbgsym: 1.7.0-1 → 1.9.0-1
  • ros-jazzy-mola-viz: 1.7.0-1 → 1.9.0-1
  • ros-jazzy-mola-viz-dbgsym: 1.7.0-1 → 1.9.0-1
  • ros-jazzy-mola-yaml: 1.7.0-1 → 1.9.0-1
  • ros-jazzy-mola-yaml-dbgsym: 1.7.0-1 → 1.9.0-1
  • ros-jazzy-motion-capture-tracking: 1.0.3-3 → 1.0.6-1
  • ros-jazzy-motion-capture-tracking-dbgsym: 1.0.3-3 → 1.0.6-1
  • ros-jazzy-motion-capture-tracking-interfaces: 1.0.3-3 → 1.0.6-1
  • ros-jazzy-motion-capture-tracking-interfaces-dbgsym: 1.0.3-3 → 1.0.6-1
  • ros-jazzy-mp2p-icp: 1.6.7-1 → 1.7.1-1
  • ros-jazzy-mp2p-icp-dbgsym: 1.6.7-1 → 1.7.1-1
  • ros-jazzy-mqtt-client: 2.3.0-1 → 2.4.0-1
  • ros-jazzy-mqtt-client-dbgsym: 2.3.0-1 → 2.4.0-1
  • ros-jazzy-mqtt-client-interfaces: 2.3.0-1 → 2.4.0-1
  • ros-jazzy-mqtt-client-interfaces-dbgsym: 2.3.0-1 → 2.4.0-1
  • ros-jazzy-multires-image: 2.4.6-1 → 2.5.6-1
  • ros-jazzy-multires-image-dbgsym: 2.4.6-1 → 2.5.6-1
  • ros-jazzy-mvsim: 0.13.2-1 → 0.13.3-1
  • ros-jazzy-mvsim-dbgsym: 0.13.2-1 → 0.13.3-1
  • ros-jazzy-nav-2d-msgs: 1.3.6-1 → 1.3.7-1
  • ros-jazzy-nav-2d-msgs-dbgsym: 1.3.6-1 → 1.3.7-1
  • ros-jazzy-nav-2d-utils: 1.3.6-1 → 1.3.7-1
  • ros-jazzy-nav-2d-utils-dbgsym: 1.3.6-1 → 1.3.7-1
  • ros-jazzy-nav2-amcl: 1.3.6-1 → 1.3.7-1
  • ros-jazzy-nav2-amcl-dbgsym: 1.3.6-1 → 1.3.7-1
  • ros-jazzy-nav2-behavior-tree: 1.3.6-1 → 1.3.7-1
  • ros-jazzy-nav2-behavior-tree-dbgsym: 1.3.6-1 → 1.3.7-1
  • ros-jazzy-nav2-behaviors: 1.3.6-1 → 1.3.7-1
  • ros-jazzy-nav2-behaviors-dbgsym: 1.3.6-1 → 1.3.7-1
  • ros-jazzy-nav2-bringup: 1.3.6-1 → 1.3.7-1
  • ros-jazzy-nav2-bt-navigator: 1.3.6-1 → 1.3.7-1
  • ros-jazzy-nav2-bt-navigator-dbgsym: 1.3.6-1 → 1.3.7-1
  • ros-jazzy-nav2-collision-monitor: 1.3.6-1 → 1.3.7-1
  • ros-jazzy-nav2-collision-monitor-dbgsym: 1.3.6-1 → 1.3.7-1
  • ros-jazzy-nav2-common: 1.3.6-1 → 1.3.7-1
  • ros-jazzy-nav2-constrained-smoother: 1.3.6-1 → 1.3.7-1
  • ros-jazzy-nav2-constrained-smoother-dbgsym: 1.3.6-1 → 1.3.7-1
  • ros-jazzy-nav2-controller: 1.3.6-1 → 1.3.7-1
  • ros-jazzy-nav2-controller-dbgsym: 1.3.6-1 → 1.3.7-1
  • ros-jazzy-nav2-core: 1.3.6-1 → 1.3.7-1
  • ros-jazzy-nav2-costmap-2d: 1.3.6-1 → 1.3.7-1
  • ros-jazzy-nav2-costmap-2d-dbgsym: 1.3.6-1 → 1.3.7-1
  • ros-jazzy-nav2-dwb-controller: 1.3.6-1 → 1.3.7-1
  • ros-jazzy-nav2-graceful-controller: 1.3.6-1 → 1.3.7-1
  • ros-jazzy-nav2-graceful-controller-dbgsym: 1.3.6-1 → 1.3.7-1
  • ros-jazzy-nav2-lifecycle-manager: 1.3.6-1 → 1.3.7-1
  • ros-jazzy-nav2-lifecycle-manager-dbgsym: 1.3.6-1 → 1.3.7-1
  • ros-jazzy-nav2-loopback-sim: 1.3.6-1 → 1.3.7-1
  • ros-jazzy-nav2-map-server: 1.3.6-1 → 1.3.7-1
  • ros-jazzy-nav2-map-server-dbgsym: 1.3.6-1 → 1.3.7-1
  • ros-jazzy-nav2-mppi-controller: 1.3.6-1 → 1.3.7-1
  • ros-jazzy-nav2-mppi-controller-dbgsym: 1.3.6-1 → 1.3.7-1
  • ros-jazzy-nav2-msgs: 1.3.6-1 → 1.3.7-1
  • ros-jazzy-nav2-msgs-dbgsym: 1.3.6-1 → 1.3.7-1
  • ros-jazzy-nav2-navfn-planner: 1.3.6-1 → 1.3.7-1
  • ros-jazzy-nav2-navfn-planner-dbgsym: 1.3.6-1 → 1.3.7-1
  • ros-jazzy-nav2-planner: 1.3.6-1 → 1.3.7-1
  • ros-jazzy-nav2-planner-dbgsym: 1.3.6-1 → 1.3.7-1
  • ros-jazzy-nav2-regulated-pure-pursuit-controller: 1.3.6-1 → 1.3.7-1
  • ros-jazzy-nav2-regulated-pure-pursuit-controller-dbgsym: 1.3.6-1 → 1.3.7-1
  • ros-jazzy-nav2-rotation-shim-controller: 1.3.6-1 → 1.3.7-1
  • ros-jazzy-nav2-rotation-shim-controller-dbgsym: 1.3.6-1 → 1.3.7-1
  • ros-jazzy-nav2-rviz-plugins: 1.3.6-1 → 1.3.7-1
  • ros-jazzy-nav2-rviz-plugins-dbgsym: 1.3.6-1 → 1.3.7-1
  • ros-jazzy-nav2-simple-commander: 1.3.6-1 → 1.3.7-1
  • ros-jazzy-nav2-smac-planner: 1.3.6-1 → 1.3.7-1
  • ros-jazzy-nav2-smac-planner-dbgsym: 1.3.6-1 → 1.3.7-1
  • ros-jazzy-nav2-smoother: 1.3.6-1 → 1.3.7-1
  • ros-jazzy-nav2-smoother-dbgsym: 1.3.6-1 → 1.3.7-1
  • ros-jazzy-nav2-system-tests: 1.3.6-1 → 1.3.7-1
  • ros-jazzy-nav2-system-tests-dbgsym: 1.3.6-1 → 1.3.7-1
  • ros-jazzy-nav2-theta-star-planner: 1.3.6-1 → 1.3.7-1
  • ros-jazzy-nav2-theta-star-planner-dbgsym: 1.3.6-1 → 1.3.7-1
  • ros-jazzy-nav2-util: 1.3.6-1 → 1.3.7-1
  • ros-jazzy-nav2-util-dbgsym: 1.3.6-1 → 1.3.7-1
  • ros-jazzy-nav2-velocity-smoother: 1.3.6-1 → 1.3.7-1
  • ros-jazzy-nav2-velocity-smoother-dbgsym: 1.3.6-1 → 1.3.7-1
  • ros-jazzy-nav2-voxel-grid: 1.3.6-1 → 1.3.7-1
  • ros-jazzy-nav2-voxel-grid-dbgsym: 1.3.6-1 → 1.3.7-1
  • ros-jazzy-nav2-waypoint-follower: 1.3.6-1 → 1.3.7-1
  • ros-jazzy-nav2-waypoint-follower-dbgsym: 1.3.6-1 → 1.3.7-1
  • ros-jazzy-navigation2: 1.3.6-1 → 1.3.7-1
  • ros-jazzy-neo-nav2-bringup: 1.3.0-1 → 1.3.1-1
  • ros-jazzy-ntrip-client-node: 0.5.5-3 → 0.5.7-1
  • ros-jazzy-ntrip-client-node-dbgsym: 0.5.5-3 → 0.5.7-1
  • ros-jazzy-odom-to-tf-ros2: 1.0.5-1 → 1.0.7-1
  • ros-jazzy-odom-to-tf-ros2-dbgsym: 1.0.5-1 → 1.0.7-1
  • ros-jazzy-om-joint-trajectory-command-broadcaster: 3.2.2-1 → 4.0.1-1
  • ros-jazzy-om-joint-trajectory-command-broadcaster-dbgsym: 3.2.2-1 → 4.0.1-1
  • ros-jazzy-open-manipulator-bringup: 3.2.2-1 → 4.0.1-1
  • ros-jazzy-open-manipulator-description: 3.2.2-1 → 4.0.1-1
  • ros-jazzy-open-manipulator-gui: 3.2.2-1 → 4.0.1-1
  • ros-jazzy-open-manipulator-gui-dbgsym: 3.2.2-1 → 4.0.1-1
  • ros-jazzy-open-manipulator-moveit-config: 3.2.2-1 → 4.0.1-1
  • ros-jazzy-open-manipulator-playground: 3.2.2-1 → 4.0.1-1
  • ros-jazzy-open-manipulator-playground-dbgsym: 3.2.2-1 → 4.0.1-1
  • ros-jazzy-open-manipulator-teleop: 3.2.2-1 → 4.0.1-1
  • ros-jazzy-opennav-docking: 1.3.6-1 → 1.3.7-1
  • ros-jazzy-opennav-docking-bt: 1.3.6-1 → 1.3.7-1
  • ros-jazzy-opennav-docking-bt-dbgsym: 1.3.6-1 → 1.3.7-1
  • ros-jazzy-opennav-docking-core: 1.3.6-1 → 1.3.7-1
  • ros-jazzy-opennav-docking-dbgsym: 1.3.6-1 → 1.3.7-1
  • ros-jazzy-parallel-gripper-controller: 4.25.0-1 → 4.27.0-1
  • ros-jazzy-parallel-gripper-controller-dbgsym: 4.25.0-1 → 4.27.0-1
  • ros-jazzy-parameter-traits: 0.4.0-1 → 0.5.0-1
  • ros-jazzy-phidgets-accelerometer: 2.3.4-1 → 2.4.0-1
  • ros-jazzy-phidgets-accelerometer-dbgsym: 2.3.4-1 → 2.4.0-1
  • ros-jazzy-phidgets-analog-inputs: 2.3.4-1 → 2.4.0-1
  • ros-jazzy-phidgets-analog-inputs-dbgsym: 2.3.4-1 → 2.4.0-1
  • ros-jazzy-phidgets-analog-outputs: 2.3.4-1 → 2.4.0-1
  • ros-jazzy-phidgets-analog-outputs-dbgsym: 2.3.4-1 → 2.4.0-1
  • ros-jazzy-phidgets-api: 2.3.4-1 → 2.4.0-1
  • ros-jazzy-phidgets-api-dbgsym: 2.3.4-1 → 2.4.0-1
  • ros-jazzy-phidgets-digital-inputs: 2.3.4-1 → 2.4.0-1
  • ros-jazzy-phidgets-digital-inputs-dbgsym: 2.3.4-1 → 2.4.0-1
  • ros-jazzy-phidgets-digital-outputs: 2.3.4-1 → 2.4.0-1
  • ros-jazzy-phidgets-digital-outputs-dbgsym: 2.3.4-1 → 2.4.0-1
  • ros-jazzy-phidgets-drivers: 2.3.4-1 → 2.4.0-1
  • ros-jazzy-phidgets-gyroscope: 2.3.4-1 → 2.4.0-1
  • ros-jazzy-phidgets-gyroscope-dbgsym: 2.3.4-1 → 2.4.0-1
  • ros-jazzy-phidgets-high-speed-encoder: 2.3.4-1 → 2.4.0-1
  • ros-jazzy-phidgets-high-speed-encoder-dbgsym: 2.3.4-1 → 2.4.0-1
  • ros-jazzy-phidgets-ik: 2.3.4-1 → 2.4.0-1
  • ros-jazzy-phidgets-magnetometer: 2.3.4-1 → 2.4.0-1
  • ros-jazzy-phidgets-magnetometer-dbgsym: 2.3.4-1 → 2.4.0-1
  • ros-jazzy-phidgets-motors: 2.3.4-1 → 2.4.0-1
  • ros-jazzy-phidgets-motors-dbgsym: 2.3.4-1 → 2.4.0-1
  • ros-jazzy-phidgets-msgs: 2.3.4-1 → 2.4.0-1
  • ros-jazzy-phidgets-msgs-dbgsym: 2.3.4-1 → 2.4.0-1
  • ros-jazzy-phidgets-spatial: 2.3.4-1 → 2.4.0-1
  • ros-jazzy-phidgets-spatial-dbgsym: 2.3.4-1 → 2.4.0-1
  • ros-jazzy-phidgets-stepper: 2.3.4-1 → 2.4.0-1
  • ros-jazzy-phidgets-stepper-dbgsym: 2.3.4-1 → 2.4.0-1
  • ros-jazzy-phidgets-temperature: 2.3.4-1 → 2.4.0-1
  • ros-jazzy-phidgets-temperature-dbgsym: 2.3.4-1 → 2.4.0-1
  • ros-jazzy-pid-controller: 4.25.0-1 → 4.27.0-1
  • ros-jazzy-pid-controller-dbgsym: 4.25.0-1 → 4.27.0-1
  • ros-jazzy-pinocchio: 3.5.0-1 → 3.6.0-1
  • ros-jazzy-pinocchio-dbgsym: 3.5.0-1 → 3.6.0-1
  • ros-jazzy-pose-broadcaster: 4.25.0-1 → 4.27.0-1
  • ros-jazzy-pose-broadcaster-dbgsym: 4.25.0-1 → 4.27.0-1
  • ros-jazzy-position-controllers: 4.25.0-1 → 4.27.0-1
  • ros-jazzy-position-controllers-dbgsym: 4.25.0-1 → 4.27.0-1
  • ros-jazzy-rai-interfaces: 0.2.2-1 → 0.3.0-1
  • ros-jazzy-rai-interfaces-dbgsym: 0.2.2-1 → 0.3.0-1
  • ros-jazzy-range-sensor-broadcaster: 4.25.0-1 → 4.27.0-1
  • ros-jazzy-range-sensor-broadcaster-dbgsym: 4.25.0-1 → 4.27.0-1
  • ros-jazzy-rcl: 9.2.6-1 → 9.2.7-1
  • ros-jazzy-rcl-action: 9.2.6-1 → 9.2.7-1
  • ros-jazzy-rcl-action-dbgsym: 9.2.6-1 → 9.2.7-1
  • ros-jazzy-rcl-dbgsym: 9.2.6-1 → 9.2.7-1
  • ros-jazzy-rcl-lifecycle: 9.2.6-1 → 9.2.7-1
  • ros-jazzy-rcl-lifecycle-dbgsym: 9.2.6-1 → 9.2.7-1
  • ros-jazzy-rcl-yaml-param-parser: 9.2.6-1 → 9.2.7-1
  • ros-jazzy-rcl-yaml-param-parser-dbgsym: 9.2.6-1 → 9.2.7-1
  • ros-jazzy-rclcpp: 28.1.9-1 → 28.1.10-1
  • ros-jazzy-rclcpp-action: 28.1.9-1 → 28.1.10-1
  • ros-jazzy-rclcpp-action-dbgsym: 28.1.9-1 → 28.1.10-1
  • ros-jazzy-rclcpp-components: 28.1.9-1 → 28.1.10-1
  • ros-jazzy-rclcpp-components-dbgsym: 28.1.9-1 → 28.1.10-1
  • ros-jazzy-rclcpp-dbgsym: 28.1.9-1 → 28.1.10-1
  • ros-jazzy-rclcpp-lifecycle: 28.1.9-1 → 28.1.10-1
  • ros-jazzy-rclcpp-lifecycle-dbgsym: 28.1.9-1 → 28.1.10-1
  • ros-jazzy-realtime-tools: 3.5.1-1 → 3.7.0-1
  • ros-jazzy-realtime-tools-dbgsym: 3.5.1-1 → 3.7.0-1
  • ros-jazzy-rmw-desert: 2.0.2-1 → 2.0.3-1
  • ros-jazzy-rmw-desert-dbgsym: 2.0.2-1 → 2.0.3-1
  • ros-jazzy-rmw-zenoh-cpp: 0.2.3-1 → 0.2.5-1
  • ros-jazzy-rmw-zenoh-cpp-dbgsym: 0.2.3-1 → 0.2.5-1
  • ros-jazzy-ros-gz: 1.0.12-1 → 1.0.15-1
  • ros-jazzy-ros-gz-bridge: 1.0.12-1 → 1.0.15-1
  • ros-jazzy-ros-gz-bridge-dbgsym: 1.0.12-1 → 1.0.15-1
  • ros-jazzy-ros-gz-image: 1.0.12-1 → 1.0.15-1
  • ros-jazzy-ros-gz-image-dbgsym: 1.0.12-1 → 1.0.15-1
  • ros-jazzy-ros-gz-interfaces: 1.0.12-1 → 1.0.15-1
  • ros-jazzy-ros-gz-interfaces-dbgsym: 1.0.12-1 → 1.0.15-1
  • ros-jazzy-ros-gz-sim: 1.0.12-1 → 1.0.15-1
  • ros-jazzy-ros-gz-sim-dbgsym: 1.0.12-1 → 1.0.15-1
  • ros-jazzy-ros-gz-sim-demos: 1.0.12-1 → 1.0.15-1
  • ros-jazzy-ros2-control: 4.29.0-1 → 4.32.0-1
  • ros-jazzy-ros2-control-cmake: 0.1.1-1 → 0.2.1-1
  • ros-jazzy-ros2-control-test-assets: 4.29.0-1 → 4.32.0-1
  • ros-jazzy-ros2-controllers: 4.25.0-1 → 4.27.0-1
  • ros-jazzy-ros2-controllers-test-nodes: 4.25.0-1 → 4.27.0-1
  • ros-jazzy-ros2controlcli: 4.29.0-1 → 4.32.0-1
  • ros-jazzy-ros2launch: 0.26.7-1 → 0.26.8-1
  • ros-jazzy-rqt-controller-manager: 4.29.0-1 → 4.32.0-1
  • ros-jazzy-rqt-joint-trajectory-controller: 4.25.0-1 → 4.27.0-1
  • ros-jazzy-rsl: 1.1.0-3 → 1.2.0-1
  • ros-jazzy-rsl-dbgsym: 1.1.0-3 → 1.2.0-1
  • ros-jazzy-rtabmap: 0.21.10-1 → 0.22.0-1
  • ros-jazzy-rtabmap-conversions: 0.21.10-1 → 0.22.0-1
  • ros-jazzy-rtabmap-conversions-dbgsym: 0.21.10-1 → 0.22.0-1
  • ros-jazzy-rtabmap-dbgsym: 0.21.10-1 → 0.22.0-1
  • ros-jazzy-rtabmap-demos: 0.21.10-1 → 0.22.0-1
  • ros-jazzy-rtabmap-examples: 0.21.10-1 → 0.22.0-1
  • ros-jazzy-rtabmap-launch: 0.21.10-1 → 0.22.0-1
  • ros-jazzy-rtabmap-msgs: 0.21.10-1 → 0.22.0-1
  • ros-jazzy-rtabmap-msgs-dbgsym: 0.21.10-1 → 0.22.0-1
  • ros-jazzy-rtabmap-odom: 0.21.10-1 → 0.22.0-1
  • ros-jazzy-rtabmap-odom-dbgsym: 0.21.10-1 → 0.22.0-1
  • ros-jazzy-rtabmap-python: 0.21.10-1 → 0.22.0-1
  • ros-jazzy-rtabmap-ros: 0.21.10-1 → 0.22.0-1
  • ros-jazzy-rtabmap-rviz-plugins: 0.21.10-1 → 0.22.0-1
  • ros-jazzy-rtabmap-rviz-plugins-dbgsym: 0.21.10-1 → 0.22.0-1
  • ros-jazzy-rtabmap-slam: 0.21.10-1 → 0.22.0-1
  • ros-jazzy-rtabmap-slam-dbgsym: 0.21.10-1 → 0.22.0-1
  • ros-jazzy-rtabmap-sync: 0.21.10-1 → 0.22.0-1
  • ros-jazzy-rtabmap-sync-dbgsym: 0.21.10-1 → 0.22.0-1
  • ros-jazzy-rtabmap-util: 0.21.10-1 → 0.22.0-1
  • ros-jazzy-rtabmap-util-dbgsym: 0.21.10-1 → 0.22.0-1
  • ros-jazzy-rtabmap-viz: 0.21.10-1 → 0.22.0-1
  • ros-jazzy-rtabmap-viz-dbgsym: 0.21.10-1 → 0.22.0-1
  • ros-jazzy-rviz-2d-overlay-msgs: 1.3.0-3 → 1.3.1-1
  • ros-jazzy-rviz-2d-overlay-msgs-dbgsym: 1.3.0-3 → 1.3.1-1
  • ros-jazzy-rviz-2d-overlay-plugins: 1.3.0-3 → 1.3.1-1
  • ros-jazzy-rviz-2d-overlay-plugins-dbgsym: 1.3.0-3 → 1.3.1-1
  • ros-jazzy-rviz-assimp-vendor: 14.1.11-1 → 14.1.12-1
  • ros-jazzy-rviz-common: 14.1.11-1 → 14.1.12-1
  • ros-jazzy-rviz-common-dbgsym: 14.1.11-1 → 14.1.12-1
  • ros-jazzy-rviz-default-plugins: 14.1.11-1 → 14.1.12-1
  • ros-jazzy-rviz-default-plugins-dbgsym: 14.1.11-1 → 14.1.12-1
  • ros-jazzy-rviz-ogre-vendor: 14.1.11-1 → 14.1.12-1
  • ros-jazzy-rviz-ogre-vendor-dbgsym: 14.1.11-1 → 14.1.12-1
  • ros-jazzy-rviz-rendering: 14.1.11-1 → 14.1.12-1
  • ros-jazzy-rviz-rendering-dbgsym: 14.1.11-1 → 14.1.12-1
  • ros-jazzy-rviz-rendering-tests: 14.1.11-1 → 14.1.12-1
  • ros-jazzy-rviz-visual-testing-framework: 14.1.11-1 → 14.1.12-1
  • ros-jazzy-rviz2: 14.1.11-1 → 14.1.12-1
  • ros-jazzy-rviz2-dbgsym: 14.1.11-1 → 14.1.12-1
  • ros-jazzy-scenario-execution: 1.2.0-5 → 1.3.0-1
  • ros-jazzy-scenario-execution-control: 1.2.0-5 → 1.3.0-1
  • ros-jazzy-scenario-execution-coverage: 1.2.0-5 → 1.3.0-1
  • ros-jazzy-scenario-execution-gazebo: 1.2.0-5 → 1.3.0-1
  • ros-jazzy-scenario-execution-interfaces: 1.2.0-5 → 1.3.0-1
  • ros-jazzy-scenario-execution-interfaces-dbgsym: 1.2.0-5 → 1.3.0-1
  • ros-jazzy-scenario-execution-nav2: 1.2.0-5 → 1.3.0-1
  • ros-jazzy-scenario-execution-os: 1.2.0-5 → 1.3.0-1
  • ros-jazzy-scenario-execution-ros: 1.2.0-5 → 1.3.0-1
  • ros-jazzy-scenario-execution-x11: 1.2.0-5 → 1.3.0-1
  • ros-jazzy-self-test: 4.2.4-1 → 4.2.6-1
  • ros-jazzy-self-test-dbgsym: 4.2.4-1 → 4.2.6-1
  • ros-jazzy-septentrio-gnss-driver: 1.4.3-1 → 1.4.4-1
  • ros-jazzy-septentrio-gnss-driver-dbgsym: 1.4.3-1 → 1.4.4-1
  • ros-jazzy-sick-scan-xd: 3.6.0-1 → 3.7.0-1
  • ros-jazzy-sick-scan-xd-dbgsym: 3.6.0-1 → 3.7.0-1
  • ros-jazzy-spinnaker-camera-driver: 3.0.1-1 → 3.0.2-1
  • ros-jazzy-spinnaker-camera-driver-dbgsym: 3.0.1-1 → 3.0.2-1
  • ros-jazzy-spinnaker-synchronized-camera-driver: 3.0.1-1 → 3.0.2-1
  • ros-jazzy-spinnaker-synchronized-camera-driver-dbgsym: 3.0.1-1 → 3.0.2-1
  • ros-jazzy-steering-controllers-library: 4.25.0-1 → 4.27.0-1
  • ros-jazzy-steering-controllers-library-dbgsym: 4.25.0-1 → 4.27.0-1
  • ros-jazzy-stereo-image-proc: 5.0.10-1 → 5.0.11-1
  • ros-jazzy-stereo-image-proc-dbgsym: 5.0.10-1 → 5.0.11-1
  • ros-jazzy-swri-cli-tools: 3.7.4-1 → 3.8.4-1
  • ros-jazzy-swri-console: 2.0.6-1 → 2.0.7-1
  • ros-jazzy-swri-console-dbgsym: 2.0.6-1 → 2.0.7-1
  • ros-jazzy-swri-console-util: 3.7.4-1 → 3.8.4-1
  • ros-jazzy-swri-console-util-dbgsym: 3.7.4-1 → 3.8.4-1
  • ros-jazzy-swri-dbw-interface: 3.7.4-1 → 3.8.4-1
  • ros-jazzy-swri-geometry-util: 3.7.4-1 → 3.8.4-1
  • ros-jazzy-swri-geometry-util-dbgsym: 3.7.4-1 → 3.8.4-1
  • ros-jazzy-swri-image-util: 3.7.4-1 → 3.8.4-1
  • ros-jazzy-swri-image-util-dbgsym: 3.7.4-1 → 3.8.4-1
  • ros-jazzy-swri-math-util: 3.7.4-1 → 3.8.4-1
  • ros-jazzy-swri-math-util-dbgsym: 3.7.4-1 → 3.8.4-1
  • ros-jazzy-swri-opencv-util: 3.7.4-1 → 3.8.4-1
  • ros-jazzy-swri-opencv-util-dbgsym: 3.7.4-1 → 3.8.4-1
  • ros-jazzy-swri-roscpp: 3.7.4-1 → 3.8.4-1
  • ros-jazzy-swri-roscpp-dbgsym: 3.7.4-1 → 3.8.4-1
  • ros-jazzy-swri-route-util: 3.7.4-1 → 3.8.4-1
  • ros-jazzy-swri-route-util-dbgsym: 3.7.4-1 → 3.8.4-1
  • ros-jazzy-swri-serial-util: 3.7.4-1 → 3.8.4-1
  • ros-jazzy-swri-serial-util-dbgsym: 3.7.4-1 → 3.8.4-1
  • ros-jazzy-swri-transform-util: 3.7.4-1 → 3.8.4-1
  • ros-jazzy-swri-transform-util-dbgsym: 3.7.4-1 → 3.8.4-1
  • ros-jazzy-test-ros-gz-bridge: 1.0.12-1 → 1.0.15-1
  • ros-jazzy-tf2: 0.36.11-1 → 0.36.12-1
  • ros-jazzy-tf2-bullet: 0.36.11-1 → 0.36.12-1
  • ros-jazzy-tf2-dbgsym: 0.36.11-1 → 0.36.12-1
  • ros-jazzy-tf2-eigen: 0.36.11-1 → 0.36.12-1
  • ros-jazzy-tf2-eigen-kdl: 0.36.11-1 → 0.36.12-1
  • ros-jazzy-tf2-eigen-kdl-dbgsym: 0.36.11-1 → 0.36.12-1
  • ros-jazzy-tf2-geometry-msgs: 0.36.11-1 → 0.36.12-1
  • ros-jazzy-tf2-kdl: 0.36.11-1 → 0.36.12-1
  • ros-jazzy-tf2-msgs: 0.36.11-1 → 0.36.12-1
  • ros-jazzy-tf2-msgs-dbgsym: 0.36.11-1 → 0.36.12-1
  • ros-jazzy-tf2-py: 0.36.11-1 → 0.36.12-1
  • ros-jazzy-tf2-py-dbgsym: 0.36.11-1 → 0.36.12-1
  • ros-jazzy-tf2-ros: 0.36.11-1 → 0.36.12-1
  • ros-jazzy-tf2-ros-dbgsym: 0.36.11-1 → 0.36.12-1
  • ros-jazzy-tf2-ros-py: 0.36.11-1 → 0.36.12-1
  • ros-jazzy-tf2-sensor-msgs: 0.36.11-1 → 0.36.12-1
  • ros-jazzy-tf2-tools: 0.36.11-1 → 0.36.12-1
  • ros-jazzy-tile-map: 2.4.6-1 → 2.5.6-1
  • ros-jazzy-tile-map-dbgsym: 2.4.6-1 → 2.5.6-1
  • ros-jazzy-tracetools-image-pipeline: 5.0.10-1 → 5.0.11-1
  • ros-jazzy-tracetools-image-pipeline-dbgsym: 5.0.10-1 → 5.0.11-1
  • ros-jazzy-transmission-interface: 4.29.0-1 → 4.32.0-1
  • ros-jazzy-transmission-interface-dbgsym: 4.29.0-1 → 4.32.0-1
  • ros-jazzy-tricycle-controller: 4.25.0-1 → 4.27.0-1
  • ros-jazzy-tricycle-controller-dbgsym: 4.25.0-1 → 4.27.0-1
  • ros-jazzy-tricycle-steering-controller: 4.25.0-1 → 4.27.0-1
  • ros-jazzy-tricycle-steering-controller-dbgsym: 4.25.0-1 → 4.27.0-1
  • ros-jazzy-turtlebot3: 2.2.9-1 → 2.3.1-1
  • ros-jazzy-turtlebot3-bringup: 2.2.9-1 → 2.3.1-1
  • ros-jazzy-turtlebot3-cartographer: 2.2.9-1 → 2.3.1-1
  • ros-jazzy-turtlebot3-description: 2.2.9-1 → 2.3.1-1
  • ros-jazzy-turtlebot3-example: 2.2.9-1 → 2.3.1-1
  • ros-jazzy-turtlebot3-fake-node: 2.3.2-1 → 2.3.5-1
  • ros-jazzy-turtlebot3-fake-node-dbgsym: 2.3.2-1 → 2.3.5-1
  • ros-jazzy-turtlebot3-gazebo: 2.3.2-1 → 2.3.5-1
  • ros-jazzy-turtlebot3-gazebo-dbgsym: 2.3.2-1 → 2.3.5-1
  • ros-jazzy-turtlebot3-navigation2: 2.2.9-1 → 2.3.1-1
  • ros-jazzy-turtlebot3-node: 2.2.9-1 → 2.3.1-1
  • ros-jazzy-turtlebot3-node-dbgsym: 2.2.9-1 → 2.3.1-1
  • ros-jazzy-turtlebot3-simulations: 2.3.2-1 → 2.3.5-1
  • ros-jazzy-turtlebot3-teleop: 2.2.9-1 → 2.3.1-1
  • ros-jazzy-turtlebot4-description: 2.0.1-1 → 2.1.0-1
  • ros-jazzy-turtlebot4-msgs: 2.0.1-1 → 2.1.0-1
  • ros-jazzy-turtlebot4-msgs-dbgsym: 2.0.1-1 → 2.1.0-1
  • ros-jazzy-turtlebot4-navigation: 2.0.1-1 → 2.1.0-1
  • ros-jazzy-turtlebot4-node: 2.0.1-1 → 2.1.0-1
  • ros-jazzy-turtlebot4-node-dbgsym: 2.0.1-1 → 2.1.0-1
  • ros-jazzy-tuw-airskin-msgs: 0.2.5-1 → 0.2.6-1
  • ros-jazzy-tuw-airskin-msgs-dbgsym: 0.2.5-1 → 0.2.6-1
  • ros-jazzy-tuw-geo-msgs: 0.2.5-1 → 0.2.6-1
  • ros-jazzy-tuw-geo-msgs-dbgsym: 0.2.5-1 → 0.2.6-1
  • ros-jazzy-tuw-geometry: 0.1.3-1 → 0.1.4-1
  • ros-jazzy-tuw-geometry-dbgsym: 0.1.3-1 → 0.1.4-1
  • ros-jazzy-tuw-geometry-msgs: 0.2.5-1 → 0.2.6-1
  • ros-jazzy-tuw-geometry-msgs-dbgsym: 0.2.5-1 → 0.2.6-1
  • ros-jazzy-tuw-graph-msgs: 0.2.5-1 → 0.2.6-1
  • ros-jazzy-tuw-graph-msgs-dbgsym: 0.2.5-1 → 0.2.6-1
  • ros-jazzy-tuw-msgs: 0.2.5-1 → 0.2.6-1
  • ros-jazzy-tuw-multi-robot-msgs: 0.2.5-1 → 0.2.6-1
  • ros-jazzy-tuw-multi-robot-msgs-dbgsym: 0.2.5-1 → 0.2.6-1
  • ros-jazzy-tuw-nav-msgs: 0.2.5-1 → 0.2.6-1
  • ros-jazzy-tuw-nav-msgs-dbgsym: 0.2.5-1 → 0.2.6-1
  • ros-jazzy-tuw-object-map-msgs: 0.2.5-1 → 0.2.6-1
  • ros-jazzy-tuw-object-map-msgs-dbgsym: 0.2.5-1 → 0.2.6-1
  • ros-jazzy-tuw-object-msgs: 0.2.5-1 → 0.2.6-1
  • ros-jazzy-tuw-object-msgs-dbgsym: 0.2.5-1 → 0.2.6-1
  • ros-jazzy-tuw-std-msgs: 0.2.5-1 → 0.2.6-1
  • ros-jazzy-tuw-std-msgs-dbgsym: 0.2.5-1 → 0.2.6-1
  • ros-jazzy-ublox-dgnss: 0.5.5-3 → 0.5.7-1
  • ros-jazzy-ublox-dgnss-node: 0.5.5-3 → 0.5.7-1
  • ros-jazzy-ublox-dgnss-node-dbgsym: 0.5.5-3 → 0.5.7-1
  • ros-jazzy-ublox-nav-sat-fix-hp-node: 0.5.5-3 → 0.5.7-1
  • ros-jazzy-ublox-nav-sat-fix-hp-node-dbgsym: 0.5.5-3 → 0.5.7-1
  • ros-jazzy-ublox-ubx-interfaces: 0.5.5-3 → 0.5.7-1
  • ros-jazzy-ublox-ubx-interfaces-dbgsym: 0.5.5-3 → 0.5.7-1
  • ros-jazzy-ublox-ubx-msgs: 0.5.5-3 → 0.5.7-1
  • ros-jazzy-ublox-ubx-msgs-dbgsym: 0.5.5-3 → 0.5.7-1
  • ros-jazzy-ur: 3.3.0-1 → 3.3.3-1
  • ros-jazzy-ur-calibration: 3.3.0-1 → 3.3.3-1
  • ros-jazzy-ur-calibration-dbgsym: 3.3.0-1 → 3.3.3-1
  • ros-jazzy-ur-client-library: 2.0.0-1 → 2.1.0-1
  • ros-jazzy-ur-client-library-dbgsym: 2.0.0-1 → 2.1.0-1
  • ros-jazzy-ur-controllers: 3.3.0-1 → 3.3.3-1
  • ros-jazzy-ur-controllers-dbgsym: 3.3.0-1 → 3.3.3-1
  • ros-jazzy-ur-dashboard-msgs: 3.3.0-1 → 3.3.3-1
  • ros-jazzy-ur-dashboard-msgs-dbgsym: 3.3.0-1 → 3.3.3-1
  • ros-jazzy-ur-moveit-config: 3.3.0-1 → 3.3.3-1
  • ros-jazzy-ur-robot-driver: 3.3.0-1 → 3.3.3-1
  • ros-jazzy-ur-robot-driver-dbgsym: 3.3.0-1 → 3.3.3-1
  • ros-jazzy-ur-simulation-gz: 2.2.0-1 → 2.3.0-2
  • ros-jazzy-urg-node: 1.1.1-4 → 1.1.2-1
  • ros-jazzy-urg-node-dbgsym: 1.1.1-4 → 1.1.2-1
  • ros-jazzy-velocity-controllers: 4.25.0-1 → 4.27.0-1
  • ros-jazzy-velocity-controllers-dbgsym: 4.25.0-1 → 4.27.0-1
  • ros-jazzy-web-video-server: 2.0.0-1 → 2.1.0-1
  • ros-jazzy-web-video-server-dbgsym: 2.0.0-1 → 2.1.0-1
  • ros-jazzy-zed-msgs: 5.0.0-1 → 5.0.1-1
  • ros-jazzy-zed-msgs-dbgsym: 5.0.0-1 → 5.0.1-1
  • ros-jazzy-zenoh-cpp-vendor: 0.2.3-1 → 0.2.5-1
  • ros-jazzy-zenoh-cpp-vendor-dbgsym: 0.2.3-1 → 0.2.5-1

Removed Packages [3]:

Thanks to all ROS maintainers who make packages available to the ROS community. The above list of packages was made possible by the work of the following maintainers:

  • Adam Dabrowski
  • Addisu Z. Taddese
  • Aditya Pande
  • Alberto Tudela
  • Alejandro Hernández
  • Alexey Merzlyakov
  • Audrow Nash
  • Austin Hendrix
  • Autoware
  • Bence Magyar
  • Benjamin Binder
  • Berkay Karaman
  • Bernd Pfrommer
  • Brian Wilcox
  • Bruk Gebregziabher
  • Błażej Sowa
  • Carl Delsey
  • Carlos Orduno
  • Chris Iverach-Brereton
  • Chris Lalancette
  • Christian Rauch
  • Christoph Hellmann Santos
  • Daan Wijffels
  • David Brown
  • David V. Lu!!
  • Davide Costa
  • Denis Stogl
  • Denis Štogl
  • Dharini Dutia
  • Felix Exner
  • Fictionlab
  • Frederik Pasch
  • Geoff Sokoll
  • George Stavrinos
  • George Todoran
  • Hilary Luo
  • Ivan Paunovic
  • Jian Kang
  • Jonas Otto
  • Jose Luis Blanco-Claraco
  • Jose Mastrangelo
  • Justin Carpentier
  • Lennart Reiher
  • Lovro Ivanov
  • Luis Camero
  • M. Fatih Cırıt
  • MA Song
  • Markus Bader
  • Martin Günther
  • Matej Vargovcik
  • Mathieu Labbe
  • Mete Fatih Cırıt
  • Michael Ferguson
  • Michael Jeronimo
  • Mohammad Haghighipanah
  • Nick Hortovanyi
  • Paul Bovbel
  • Paul Gesel
  • Pradheep Padmanabhan
  • Pyo
  • Rob Fisher
  • Ryohsuke Mitsudome
  • STEREOLABS
  • Severn Lortie
  • Shigeru Wakida
  • Southwest Research Institute
  • Steve Macenski
  • Takagi, Isamu
  • Team Spatzenhirn
  • Temkei Kem
  • Tibor Dome
  • Timo Röhling
  • Tony Baltovski
  • Tyler Weaver
  • Victor Paléologue
  • Vincent Rabaud
  • Vladimir Ermakov
  • Víctor Mayoral-Vilches
  • Wolfgang Hönig
  • Yadunund
  • Yukihiro Saito
  • paul
  • rostest
  • steve macenski

Enjoy! :jazzy:

2 posts - 2 participants

Read full topic

by marcogg on June 29, 2025 02:46 PM

June 27, 2025
New tutorial package release: MELFA ROS2 iQ Platform

Hi ROS community,

We would like to announce the release of our first tutorial package MELFA ROS2 iQ Platform :tada:

This package provides a guided tutorial with examples to integrate Mitsubishi Electric PLC and HMI with ROS2 via MELFA ROS2 Driver. This package includes a guide to setup your own MELSOFT simulators for system-accurate simulations, connect to ROS2 and create applications with a seamless sim2real transition.

The tutorial explains the various applications and use-cases of iQ Platform (our integrated industrial automation platform) and how it can be used with ROS2. The tutorial explains various technologies such as micro-second memory operations using fibre-optic industrial networks and IoT integrations which can be used to compliment ROS2.

Experience the reliability and consistency of industry proven platforms from the familiarity of ROS2.

Feel free to ask us any questions regarding the tutorial package.

1 post - 1 participant

Read full topic

by offinliu on June 27, 2025 08:14 AM

June 26, 2025
【LIVE】an all-in-one robotics development platform with ROS 2 and 10 TOPS computing capability

Join Make: and D-Robotics for a live look at the future of embedded AI.

Dive Into Robotics with Make: & D-Robotics! Join us as we unveil the RDK X5 and demo its powerful features — an all-in-one robotics development board with open-sourced ROS 2 packages and 10 TOPS computing capability for acceleration.

Whether you’re an educator, hobbyist, or seasoned maker, this livestream will be a great resource for embedded AI and robotics projects.

Stay tuned in for a chance to win a huge giveaway - myCobot 280 RDK X5 robotic arm (1 set worth about 1,000 USD).

Register for the event here: LinkedIn

Can’t make it live? Tune in via YouTube to catch the full event: LinkedIn

5 posts - 4 participants

Read full topic

by Robbin on June 26, 2025 02:20 AM

June 25, 2025
Cloud Robotics WG Meeting 2025-06-30 | Logging & Observability Discussion

Please come and join us for this coming meeting at Mon, Jun 30, 2025 4:00 PM UTC→Mon, Jun 30, 2025 5:00 PM UTC, where we will review the research carried out so far for Logging & Observability. This includes the first preparation session and the previous session, where we hosted a discussion with Benji Barash, Co-Found and CEO of Roboto.AI.

In that meeting, we heard from Benji about Roboto.AI, which provides an analytics engine for physical AI. The meeting became more of a presentation and Q&A, as Benji had slides and demos ready to show. There was very impressive teach from the company, including the ability to select a clip of robot data and search other datasets for similar clips to find the same motions performed by other robots! The recording is available on YouTube.

The meeting link is here, and you can sign up to our calendar or our Google Group for meeting notifications or keep an eye on the Cloud Robotics Hub.

Hopefully we will see you there!

2 posts - 1 participant

Read full topic

by mikelikesrobots on June 25, 2025 05:33 PM

June 23, 2025
Introducing Robotin R2: A Modular Home Robot Platform for Developers

Hello Open Robotics community!

I’m reaching out to share an exciting project we’ve been working on: Robotin R2, a modular home robot platform designed to support a range of household tasks, starting with carpet washing and deep vacuuming. We believe there’s a real opportunity to evolve this platform into something much more versatile, and we’re excited to open up the potential for developers to contribute to its growth.

Here’s a bit about what we’re doing:

Versatile and Expandable:
Robotin R2 is designed with expansion in mind. While it currently focuses on carpet washing and vacuuming, the system can accommodate additional modules, like autonomous arms for tasks such as organizing or even storing items.

Developer-Centric:
Our goal is to create an ecosystem where developers can design and integrate new features, whether for home automation, cleaning solutions, or other novel applications. The flexibility of the platform allows for endless possibilities for innovation.

VLA (Versatile Living Assistant):
We envision Robotin R2 evolving into a multi-functional household assistant. Our ultimate goal is to reduce the burden of everyday chores—making “Robot In, Chores Out” a reality. And we hope to collaborate with you all to make that happen.

Why is this exciting?

  • Collaborate on innovative solutions: Help shape the future of home robotics.
  • Developer-friendly integration: With user-friendly APIs and SDKs, integrating your own modules is straightforward.
  • A global community: We’re aiming to unite developers worldwide to shape the next generation of home robotics and intelligent living.

If you’re interested in exploring this further or contributing, feel free to follow along as we continue to develop the platform. We’re also open to any feedback, ideas, or collaborations that align with our vision.

Looking forward to connecting with the community!

Best regards,
The Robotin Team

5 posts - 3 participants

Read full topic

by Jun_Long on June 23, 2025 05:10 PM


Powered by the awesome: Planet