
ROS Discourse · 实时热榜
- 01Interop SIG, 06 August 2026: Google Summer of Code for Open-RMF
Meeting Link Calendar Link Thu, Aug 6, 2026 3:00 PM UTC This year the Open-RMF project participated in Google Summer of Code with two contributors to help with different aspects of the Next Generation initiative. At this session of the Interoperability Special Interest Group, these contributors will present what they’ve done so far. 1. Zhen Wan: Crossflow Diagram Editor Crossflow is a recently developed flow-based programming library aimed at making highly asynchronous service-driven systems eas
最高第 1 名00:00 达到当日首次采集时已在榜当日结束时仍在榜累计约23小时46分 - 02ADEL 2.0 – C++/Rust Deterministic Execution Layer for Microsecond Edge Compute & Robotics
Hi ROS Community! We are opening early-access evaluations for ADEL 2.0 (Autonomous Deterministic Executive Layer), a bare-metal C++/Rust execution engine built for ultra-low latency, zero-jitter control loops. While designed for microsecond satellite maneuver planning under severe compute bounds, ADEL 2.0 provides immediate utility for terrestrial robotics, BVLOS drone flight controllers, and autonomous hardware running ROS/ROS2 node topologies. Key Highlights: Microsecond-latency spatial trajec
最高第 1 名00:17 达到00:17 首次观测上榜00:33 观测离榜累计约16分钟 - 03Localization of The Gazebo Documentation
Hello Gazebo Community, I am the author of the Localize The Docs organization. And I’m glad to announce that the gazebosim-docs-l10n project is published now: Preview: gazebosim-docs-l10n Crowdin: gazebosim-docs-l10n GitHub: gazebosim-docs-l10n The goal of this project is to translate The Gazebo Documentation into multiple languages. Translations are contributed via the Crowdin platform, automatically synchronized with the GitHub repository, and can be previewed on GitHub Pages. We welcome anyon
最高第 1 名03:13 达到03:13 首次观测上榜当日结束时仍在榜累计约20小时32分 - 04OpenMantaClaus - Open source low-cost ROS2-based AUV for SAUVC
MantaClaus runs its entire autonomy stack on a Raspberry Pi , a Blue Robotics Navigator Flight Controller , and a single simple USB webcam . I built it independently on a tight budget for the Singapore Autonomous Underwater Vehicle Challenge (SAUVC), where it managed to snag 2nd place ! Key Features & Architecture Software: Built on ROS 2 . I extended and forked the ROS 2 BlueOS Extension to run a containerized environment inside BlueOS for seamless deployment and node management. Vision & Navig
最高第 1 名05:05 达到05:05 首次观测上榜当日结束时仍在榜累计约18小时40分 - 05Gazebo PMC Meeting Minutes 2026-08-03
Hi Gazebo Community! This week’s meeting was held on Mon, Aug 3, 2026 6:00 PM UTC and the following is a summary: PMC Business None New agenda items ROSCon PMC Dinner Meeting : Confirmed a PMC dinner meeting on Mon, Sep 21, 2026 12:00 AM UTC (adjusting evening time to accommodate travel schedules). Location suggestions and a poll to finalize timing are being coordinated on Zulip. Buildfarm Security & Infrastructure : Scraper / Crawler Mitigation : Jenkins buildfarm scrapers caused performance is
最高第 1 名05:21 达到05:21 首次观测上榜当日结束时仍在榜累计约18小时24分 - 06Curobo_ros v2 – GPU-accelerated motion planning wrapper, now on cuRobo v0.8.0
Hello everyone, Some of you may remember my earlier post about curobo_ros , a lightweight ROS 2 wrapper around NVIDIA’s cuRobo planner. I’m happy to share that the package has now been migrated to cuRobo v2 (v0.8.0) , which was a major rewrite upstream, and the wrapper has been updated accordingly. What’s new in v2: Native perception pipeline : cuRobo v2 ships a block-sparse TSDF + GPU ESDF mapper built in, so we could drop our homegrown nvblox / nvblox_torch forks entirely. Depth cameras now fe
最高第 1 名07:13 达到07:13 首次观测上榜当日结束时仍在榜累计约16小时32分 - 07Boston Robot Hackers announces August Monthly Meeting
Boston Robot Hackers is pleased share info about our August meeting: Topic: Forward & Inverse Kinematics: The Math: From joint angles to end-effector poses" Speaker: Shivam Chopra, PhD Date: August 6 2026 Time: 7:00pm to 9:00pm Location: Artisans Asylum, Alston, Boston Shivam will introduce the concepts of Forward and Inverse Kinematics, explain where it fits into robotics (and how important it is!) and get into technical details of how to apply it and how the math works. Also featured two light
最高第 1 名08:49 达到08:49 首次观测上榜当日结束时仍在榜累计约14小时56分 - 08Announcing protoros2: use protobuf in ros2 without compromise
Hi ROS Community! For years, there has been a strong and consistent demand for seamless Protobuf serialization in ROS/ROS 2. While there are excellent existing tools in the community, integrating them cleanly into a high-performance, production-ready pipeline often comes with friction. Today, we’re excited to introduce protoros2 — a middleware wrapper and orchestration engine designed to provide zero-intrusive protobuf support for ROS 2. ZhenshengLee/protoros2: use protobuf in ros2 without compr
最高第 1 名15:13 达到15:13 首次观测上榜当日结束时仍在榜累计约8小时32分 - 09Robotics Technical Support Engineer - San Francisco, CA
Join an Industry Leader in Robotics RealMan Intelligent Technology (Beijing) Co., Ltd. develops robotic technologies that are widely recognized as setting the benchmark in the industry. Our deployable robotic arms and actuator modules account for over 80% of the domestic market, reflecting both our technological leadership and manufacturing excellence. The role We are seeking a Technical Support Engineer to support our collaborative robot (cobot) products for customers across North America. This
最高第 2 名00:00 达到当日首次采集时已在榜当日结束时仍在榜累计约23小时46分 - 10ROS 2 Realtime Support Package
We have been working on adding real-time functionality to rcl and rclcpp since 2022. In response to this proposal, we have created a new package that provides real-time functionality without changing the existing packages. esol-community/ros2_realtime_support Background The previous discussion is as follows: ROS lacks a unified mechanism to formally support real-time functionality, and we have tried to achieve this by adding functionality to rcl and rclcpp . On the other hand, it has been pointe
最高第 3 名00:00 达到当日首次采集时已在榜当日结束时仍在榜累计约23小时46分 - 11Uv on ROS 2: a field report on workspace-level virtual environments — five failure modes and minimal colcon/ament proposals
TL;DR : A workspace-level uv-managed venv works on stock apt-installed ROS 2 — including a PyTorch+CUDA node — but we hit five reproducible failure modes on the way (verified on Jazzy; none of the mechanisms are Jazzy-specific). Key measurement: the known shebang workaround ( [build_scripts] executable = /usr/bin/env python3 ) does not cover --symlink-install , so when colcon is launched from the system Python there is currently no complete workaround. Below are four minimal change proposals for
最高第 4 名00:00 达到当日首次采集时已在榜当日结束时仍在榜累计约23小时46分 - 12QERRA-v2 Classical: Two-Layer Moral & Physical Safety Middleware for ROS 2 & Behavior Trees
QERRA-v2 Classical is an open-source, fully explainable safety middleware layer designed to evaluate autonomous robot actions before execution. The architecture uses a two-layer design: QERRA-HSR (Physical Safety Layer): A zero-ML, pure Python module that evaluates physical hazard proximity and human distress signals to trigger immediate fail-closed safety halts. SEMEV-12 (Moral Deliberation Engine): A hybrid semantic-pattern engine that evaluates prospective natural-language tasks against 12 hu
最高第 5 名00:00 达到当日首次采集时已在榜当日结束时仍在榜累计约23小时46分 - 13Hiring or looking for jobs in Robotics Software Engineering?
Hi all, Robotics software engineering has an oddly scattered job market. Openings end up on a single university page, a company careers site, or a mailing list, and the people who’d be the right fit often never see them. There’s no obvious place to look if you specifically care about the software side of robotics: testing, verification, architecture, middleware, tooling, and so on. So the RoSE community (the Robot Software Engineering workshop, most recently at ICRA) has put together a small job
最高第 6 名00:00 达到当日首次采集时已在榜当日结束时仍在榜累计约23小时46分 - 14Maybe you know someone for our Sydney robotics roles
Not all roles are robotics-centred, some generic software. and DEFINITELY don’t need medical specialisation (I’m pure robotics).. But we all get to say we’re working on a medical robot Impactful roles on Aussie medical imaging robot! Jobs Many robotics engineers were excited to support Vexev’s mission after my ROSCon keynote - now we have space for more team members in Sydney. We work on cutting edge robotics in a real (=impactful) medical device that we are excitedly turning into an FDA-cleared
最高第 7 名00:00 达到当日首次采集时已在榜当日结束时仍在榜累计约23小时46分 - 15Impactful roles on Aussie medical imaging robot!
Many robotics engineers were excited to support Vexev’s mission after my ROSCon keynote - now we have space for more team members in Sydney. We work on cutting edge robotics in a real (=impactful) medical device that we are excitedly turning into an FDA-cleared product. Our robots have made people cry at the impact they will have in dialysis clinics Long-term this work will generalise to worldwide cardiovascular health. We proudly and (gratefully ) use ROS 2 but not all roles are robotics-centre
最高第 8 名00:00 达到当日首次采集时已在榜当日结束时仍在榜累计约23小时46分 - 16ROS OE Community Meeting #61 - August 3, 2026 @ 3pm UTC
Our next meeting is on Monday. All supported combinations have been sync’d and the work for Navigation2, MoveIt2, and ros2_control has been merged in across all combinations. Related work includes adding support for PX4 via meta-px4 as well as improving the developer workflow through enhancements in the Oeros reference distro. Date/Time Monday, August 3rd, 2026 @ 3pm UTC, (5pm CEST / 11am EDT / 8am PDT) Google Meet Video call link: Google Meet meeting Dial-in numbers: https://meet.google.com/tel
最高第 9 名00:00 达到当日首次采集时已在榜当日结束时仍在榜累计约23小时46分 - 17ROS News for the Week of July 27th, 2026
ROS News for the Week of July 27th, 2026 ROSCon Japan in Tsukuba is happening next week! We’re really looking forward to seeing all of the cool projects happening in Japan right now. Our next ROS By-The-Bay will happen on Thursday, August 13th, at the InOrbit Robot Space in Mountain View. We’ve got some great speakers lined up, including InOrbit CEO Florian Pestoni, my colleague @Andrew_Symington , who will tease his new ROS Central Registry, and Ramon Yvarra, who helped build a working Johnny 5
最高第 10 名00:00 达到当日首次采集时已在榜当日结束时仍在榜累计约23小时46分 - 18VectorField Planner: 7 µs global path queries with strict optimality — REST API for occupancy grids, Nav2 plugin on roadmap
Hi all, I’ve been working on a global planning engine aimed at warehouse/fleet deployments, and I just opened a free API tier. I’d love feedback from people running real Nav2 fleets. What it does You upload an occupancy grid once. It solves a field for your goal (charging station, pick station, dock), and from then on every path query — from any start cell — returns a strictly optimal path in microseconds, without re-searching the map. The pitch for fleet operators: the cost of global planning s
最高第 11 名00:00 达到当日首次采集时已在榜当日结束时仍在榜累计约23小时46分 - 19A new tool to create ros2 package with executables, c++ and Python node in one package
site: GitHub - yjphhw/ros2_pkg_create: A utility script for generating ROS 2 package templates that support both C++ and Python nodes, simplifying mixed-language development within a single package. · GitHub useage is very easy, just download the ros2_pkg_create.py and put in a workspace(direction), and run python3 ros2_pkg_create <package_name> such as create demo_pkg: python3 ros2_pkg_create demo_pkg output is : 正在生成混合功能包: my_pkg 已创建: src/my_pkg/CMakeLists.txt 已创建: src/my_pkg/package.xml 已创建:
最高第 12 名00:00 达到当日首次采集时已在榜当日结束时仍在榜累计约23小时46分 - 20Exploring Runtime Trust and Authorization Patterns for ROS2-Based Autonomous Systems
Hello ROS2 community, I’m exploring a challenge that I believe will become increasingly important as ROS2-based autonomous systems move from development environments into large-scale real-world deployments. Today, ROS2 enables powerful robotic applications through communication, orchestration, and ecosystem tooling. However, as autonomy increases, teams are facing additional questions: How do we understand why an autonomous system made a specific decision? How do we determine whether an action s
最高第 13 名00:00 达到当日首次采集时已在榜当日结束时仍在榜累计约23小时46分 - 21How do you understand the architecture of a large ROS 2 workspace?
Hi everyone, I’m curious about how other ROS 2 developers approach understanding a large or unfamiliar workspace. When joining an existing project or reviewing a large codebase, I often find myself asking questions like: Which packages depend on each other? Which nodes communicate together? What topics, services, and actions are used? Are there isolated nodes or communication issues? Does the implementation still match the intended architecture? How do you quickly get a high-level understanding
最高第 14 名00:00 达到当日首次采集时已在榜当日结束时仍在榜累计约23小时46分 - 22Looking for Robotic Perception and Autonomy Engineer (Mid to Senior) - on-site - Lynchburg, VA
Framatome, Inc. Installed Base NDE services team in Lynchburg, VA, USA is hiring a Robotics Perception/Autonomy Software Engineer. This role is crucial for supporting the development of automated processes for non-destructive examination (NDE) that supports commercial nuclear power plants in USA, Canada, and Europe. We are looking for self-driven individuals who are eager to push the boundaries of NDE inspections. The position is on-site in Lynchburg, VA. Software Engineer - Robotic Autonomy and
最高第 15 名00:00 达到当日首次采集时已在榜当日结束时仍在榜累计约23小时46分 - 23Jenkins version upgrade of build.ros2.org [Scheduled Buildfarm Downtime]
Hello ROS Community, The OSRF Infrastructure Project is planning to update the Jenkins version of https://build.ros2.org as part of our ongoing efforts to maintain and improve the ROS buildfarm infrastructure. To facilitate this migration, the following services will experience downtime during the maintenance window: https://build.ros2.org (Jenkins) will be temporarily unavailable or in shutdown mode (not running jobs). The migration is scheduled to begin on Monday Mon, Aug 3, 2026 11:30 AM UTC
最高第 16 名00:00 达到当日首次采集时已在榜当日结束时仍在榜累计约23小时46分 - 24Proposal: `rcl_executors` - a unified, canonical reference executor package for all client libraries
Motivation Since the Lyrical release, the client library working group has been considering various approaches to reduce the amount of bloat in rclcpp and rclpy , remove or re-implement half-baked features, make behavior more consistent and performant across the different client library implementations, and foster more code reuse. I want to propose a concretely scoped step in the direction of “Less is More” with what seems like a fairly obvious candidate for de-duplication. Currently, between rc
最高第 17 名00:00 达到当日首次采集时已在榜当日结束时仍在榜累计约23小时46分 - 25How are you handling firmware updates on fleet robots without bricking one?
Been lurking here for a while, finally posting because this has been eating my week. We run a small fleet of AMRs (nothing fancy, mostly ROS 2 Humble on Jetson Orins with a couple of STM32s handling motor control and safety). The high level stack is fine, we push updates over the air and roll back if something misbehaves. The pain is the low level side. Every time we touch the microcontroller firmware, someone somewhere has to physically plug in a cable. On three robots that’s annoying. On thirt
最高第 18 名00:00 达到当日首次采集时已在榜当日结束时仍在榜累计约23小时46分 - 26ROS Deliberation Community Group Meeting - August 17, 2026
The next ROS Deliberation Community Group meeting will be held on Mon, Aug 17, 2026 3:00 PM UTC . IMPORTANT: This is an “off-cycle” meeting. We are combining the August and September meetings into this one, since we also did not want to have a meeting too close to ROSCon. This means the next meeting after this one is planned for October 5, 2026. Google Meet link: Google Meet meeting Agenda: Tool spotlight: PyTrees release 2.5 Presentation: Contract-Grounded Behavior Tree Synthesis via Coding Age
最高第 19 名00:00 达到当日首次采集时已在榜当日结束时仍在榜累计约23小时46分 - 27Chinese legged/humanoids banned in USA, what are the alternatives?
Just saw that newly imported Chinese legged and humanoid robots are now banned in USA , what other alternatives are there? I know Unitree had ROS interface in both Go2 dog and G1 humanoid (and you could jailbreak cheap base version instead of expensive research one). What other alternatives are there? Will this spur open source/open hardware design? Again, I’m adding poll of what legged/humanoid robots have you used/planned to use What legged/humanoid robots have you used/will use? Chinese( Unit
最高第 20 名00:00 达到当日首次采集时已在榜当日结束时仍在榜累计约23小时46分 - 28Registration for ROSCon UK 2026 is open
Register here - registration is handled by the University of Edinburgh’s ePay service. Partial programme is up as well: three days of workshops, deep dives, talks, lightning talks, tours and demos. Early registration closes on 31 August. Late registration then runs until 14 October. Tickets are limited and go first-come, first-served. That includes workshops, which you pick while registering, so if there’s one you particularly want, don’t leave it too late. Do not worry if you can’t get your pic
最高第 21 名00:00 达到当日首次采集时已在榜当日结束时仍在榜累计约23小时46分 - 29Package.xml, ament, rosdep, and bloom thoughts
Hello, I’m a mechanical engineer/controls guy/self taught C++ programmer (please forgive (and correct) me if I use the wrong terminology). I’ve been using ROS professionally for a few years. I started with humble. It’s got it’s warts but for the most part I love it! The most frequent complaint I hear from my “real” software developer co-workers is that “ROS is bloated”. I never really knew what they were talking about until it came time to actually package and “ship” our code. Here are my though
最高第 22 名00:00 达到当日首次采集时已在榜当日结束时仍在榜累计约23小时46分 - 30ROS PMC Minutes for July 28, 2026
The ROS PMC meeting for this week was on Tuesday, July 28, 2026. The notes from the meeting are available at ROS PMC weekly meeting agenda . ROS PMC Business Async Formal Decision: Rolling sync policy. The proposal has been posted for a week with no negative feedback, so @mjcarroll will send the async vote out this afternoon. It enables automatic Rolling syncs to main. The Rolling ROS Boss will own the threshold, with input from the next release’s ROS Boss once that person exists. @yadunund hold
最高第 23 名00:00 达到当日首次采集时已在榜当日结束时仍在榜累计约23小时46分 - 31This Week at Open Robotics Headquarters (2026-07-20)
Welcome to This Week at Open Robotics Headquarters! This is a new and (hopefully) regular update on what’s happening behind the scenes of Open Robotics. These updates are to give folks some insight into what we do, as well as basic information about what we have in the works. Because I hope to keep them short, I’ll only list some of the highlights from the week. As always, questions/comments/feedback welcome! This first edition will be a little longer though, as I share a quick refresher on the
最高第 24 名00:00 达到当日首次采集时已在榜当日结束时仍在榜累计约23小时46分 - 32Agency Tool Company & ATC Deploy Launch
Hey ROS community! I’m excited to announce today a new company building tools to help everyone fielding robots: Agency Tool Company Our first product, ATC Deploy, will ship your ROS systems onto your robots faster than ever before: https://youtu.be/jx0rLRVa06s?si=iOoZ4FOQL4Fz3v8U Learn more at https://agencytool.com/ and join the waitlist at ATC Waitlist 1 post - 1 participant Read full topic
最高第 25 名00:00 达到当日首次采集时已在榜15:13 观测离榜累计约15小时14分 - 33Aerial Robotics Meeting - 26th August 2026
Hey fellow aerial roboticists! We’re on summer holiday for the month of July 2026 with a really exciting session of the ROS Aerial Robotics community working group meeting lined up for August 2026! Date/Time : Wed, Aug 26, 2026 5:00 PM UTC → Wed, Aug 26, 2026 6:00 PM UTC Meeting link : Google Meet meeting (As announced on the ROS community calendar ) Alongside an update of the aerial robotics landscape and events, we will have a presentation by Sanket Sharma who is a dev-team member at ArduPilot
最高第 26 名00:00 达到当日首次采集时已在榜08:49 观测离榜累计约8小时50分 - 34Learning Zenoh: A New Communication Layer for ROS 2
Hi everyone, Recently, I’ve been learning more about Zenoh and its role in the ROS 2 ecosystem. Since most ROS 2 applications rely on DDS for communication, I was curious about how Zenoh approaches the same problem and where it can provide advantages. From what I’ve learned so far, Zenoh offers a lightweight communication layer that aims to reduce latency, minimize bandwidth usage, and simplify communication across distributed systems. These characteristics make it particularly interesting for r
最高第 27 名00:00 达到当日首次采集时已在榜07:13 观测离榜累计约7小时14分 - 35False-green mobility on firm soil — Dual check on your URDF (PASS or FAIL both count)
Problem I keep hitting: a mobility / traverse claim can look fine on firm ground (or a firm sim) and then die on soft soil — after you’ve already spent hardware time. I open-sourced a small referee for that check (not a Gazebo plugin, not a ROS package yet): same body · two soils · Safe must allow · Hostile must refuse Rust Bekker sinkage · you pass URDF + optional soils JSON Repo: github.com GitHub - StanByriukov02/ha-production-gate: Production Gate v0.2 — Dual Bekker truth before... Productio
最高第 28 名00:00 达到当日首次采集时已在榜05:21 观测离榜累计约5小时22分 - 36Opensource Alternative to ROS 2
I’d like to ask for any feedback or guidance on the framework that we just released. Peppy Open Source — Peppy Robotics Framework Peppy is an open-source robotics framework to build and deploy robot software for AI robots and humanoids. Describe your robot stack as modular nodes in a single config. 3 posts - 4 participants Read full topic
最高第 29 名00:00 达到当日首次采集时已在榜05:05 观测离榜累计约5小时6分 - 37Gazebo PMC Meeting Minutes 2026-07-27
Hi Gazebo Community! This week’s meeting was held on Mon, Jul 27, 2026 6:00 PM UTC and the following is a summary: PMC Business Promoted Luca Della Vedova to full committer. New agenda items ROSCon Planning : Birds of a Feather (BoF) Session : Planning for the BoF session on Tue, Sep 22, 2026 12:00 AM UTC ( Discourse thread ). Ideas include community testimonials, progress updates, next-gen Gazebo overview, and domain-specific check-ins (e.g. maritime, aerial). PMC Meeting Schedule : Discussed a
最高第 30 名00:00 达到当日首次采集时已在榜03:13 观测离榜上榜 2 次(重入 1 次)累计约2小时58分


































































































