
Planet ROS · 实时热榜
- 01ROS Industrial: From URDF to SimReady: What a Robotiq Gripper Taught Us About Simulation Assets
For industrial robotics teams, simulation is useful only when the important parts of the simulated system behave enough like the real system to support better engineering decisions. A robot arm that looks right but reaches to the wrong pose is an obvious problem. A gripper that looks right but responds differently during contact can be harder to notice, and in manipulation work it may matter even more. At Southwest Research Institute, we have been developing and evaluating Physical AI approaches
最高第 9 名00:00 达到当日首次采集时已在榜当日结束时仍在榜累计约23小时50分 - 02ROS Discourse General: YERP + rosbag2 snapshot: can we capture why a ROS perception latency spike happened?
[Update] Thanks to the great feedback in the comments regarding rosbag2 snapshot , I have updated the original post to clarify how YERP and rosbag2 snapshot work perfectly together as a trigger-and-capture pair! Hi everyone, Recently I have been thinking about a very practical debugging problem in ROS / ROS2 perception pipelines, especially for AMRs and mobile robots. When a robot behaves strangely in the field, the usual workflow is often: rosbag record everything. Bring the massive data back.
最高第 22 名00:00 达到当日首次采集时已在榜当日结束时仍在榜累计约23小时50分 - 03ROS Discourse General: Learning 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
最高第 21 名00:00 达到当日首次采集时已在榜当日结束时仍在榜累计约23小时50分 - 04ROS Discourse General: Chinese 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( Un
最高第 20 名00:00 达到当日首次采集时已在榜当日结束时仍在榜累计约23小时50分 - 05ROS Discourse General: Jenkins 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
最高第 19 名00:00 达到当日首次采集时已在榜当日结束时仍在榜累计约23小时50分 - 06ROS Discourse General: How 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
最高第 18 名00:00 达到当日首次采集时已在榜当日结束时仍在榜累计约23小时50分 - 07ROS Discourse General: A 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 已创建:
最高第 17 名00:00 达到当日首次采集时已在榜当日结束时仍在榜累计约23小时50分 - 08ROS Discourse General: VectorField 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
最高第 16 名00:00 达到当日首次采集时已在榜当日结束时仍在榜累计约23小时50分 - 09ROS Discourse General: Uv 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
最高第 15 名00:00 达到当日首次采集时已在榜当日结束时仍在榜累计约23小时50分 - 10ROS Discourse General: ROS 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
最高第 14 名00:00 达到当日首次采集时已在榜当日结束时仍在榜累计约23小时50分 - 11ROS Discourse General: ADEL 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
最高第 13 名00:00 达到当日首次采集时已在榜当日结束时仍在榜累计约23小时50分 - 12ROS Discourse General: Boston 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
最高第 12 名00:00 达到当日首次采集时已在榜当日结束时仍在榜累计约23小时50分 - 13ROS Discourse General: Announcing 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
最高第 11 名00:00 达到当日首次采集时已在榜当日结束时仍在榜累计约23小时50分 - 14ROS Discourse General: Last day to purchase regular price ROSCon Global tickets is Monday, August 24th
Hi Everyone, Quick reminder, the last day to purchase regular price tickets for ROSCon Global in Toronto is Tue, Aug 25, 2026 6:59 AM UTC . 1 post - 1 participant Read full topic
最高第 10 名00:00 达到当日首次采集时已在榜当日结束时仍在榜累计约23小时50分 - 15ROS Discourse General: [GSoC 2026] ROS 2 Client Library Performance Monitoring: Midterm Progress Update
Organization: OSRF Contributor: Ammaar Ahmed ( GitHub , LinkedIn ) Mentors: Kimberly McGuire ( GitHub ) and Skyler Medeiros ( GitHub ) GSoC project: ROS 2 Client Library Performance Monitoring Repository: ros2-performance-monitoring Live dashboard: performance.ammaar.lol Hello everyone, I am Ammaar Ahmed. I am pursuing a bachelor’s degree in Robotics and Automation Engineering at FAST NUCES Islamabad, Pakistan. My interest in ROS began about a year and a half ago, when I started building robots
最高第 8 名00:00 达到当日首次采集时已在榜当日结束时仍在榜累计约23小时50分 - 16ROS Discourse General: Experimental order-sensitive consistency residual for Odometry/TF streams — minimal C++ reproducer
I briefly mentioned an order-sensitive state diagnostic in another thread, but that was the wrong place for it. Posting it separately here with an executable reproducer. The idea is simple: three consecutive pose samples in, one scalar residual out. It quantifies how much the result shifts when you change the nesting order of state composition. Synthetic test results: Smooth linear motion: 4.9848e-08 Abrupt pose/orientation jump: 0.000881456 This is absolutely not a validated anomaly detector ye
最高第 7 名00:00 达到当日首次采集时已在榜当日结束时仍在榜累计约23小时50分 - 17ROS Discourse General: Has a CPU shared-memory backend for rosidl::Buffer been explored?
I have been looking into rosidl::Buffer and the current buffer backend support, particularly for large variable-length payloads such as images and point clouds. One idea I am interested in is a CPU shared-memory backend for rosidl::Buffer . I realize that this overlaps to some extent with functionality that already exists at lower layers. For example, some middleware / RMW implementations already provide shared-memory transport or other zero-copy optimizations. Depending on the implementation, m
最高第 6 名00:00 达到当日首次采集时已在榜当日结束时仍在榜累计约23小时50分 - 18ROS Discourse General: ROS2 Dev Container Feature + Workspace Update
I’ve been working on a ROS2 Dev Container Feature and just updated my VSCode ROS2 Workspace Template to use it instead of my pre-built ROS Docker images. The feature is here: GitHub Build software better, together GitHub is where people build software. More than 150 million people use GitHub to discover, fork, and contribute to over 420 million projects. Source: github.com GitHub - althack/devcontainers: My vscode devcontainers My vscode devcontainers The main thing I wanted was to select the RO
最高第 5 名00:00 达到当日首次采集时已在榜当日结束时仍在榜累计约23小时50分 - 19ROS Discourse General: Advice on breaking into US robotics/embedded industry as a US citizen with no US history
I’m a 4th-year Computer Engineering student in Palestine (Birzeit University, graduating 2027). I focus on embedded systems and robotics. I have US citizenship, but I never lived or worked in the US. There’s no embedded or robotics industry here at all, so I can’t really build experience or a network locally. I’m trying to move to the US, but I’m not sure where to start. My background: ROS2 control software for a multi-agent robotics platform, FreeRTOS firmware on custom boards, and a competitio
最高第 4 名00:00 达到当日首次采集时已在榜当日结束时仍在榜累计约23小时50分 - 20ROS Discourse General: Robotics Student - Perception Systems Question
Hi all, I’m an MEng Robotics & AI student at UCL working on perception/tracking pipelines (recently built a person re-ID and tracking evaluation pipeline, and a Gaussian-splat reconstruction quality evaluator). I’m trying to understand a specific problem better: how do teams currently notice when a perception or sensor-fusion stack has silently degraded in production, before it causes a visible failure? Do you rely on manual spot-checks, logging + alerts, a formal calibration schedule, or someth
最高第 3 名00:00 达到当日首次采集时已在榜当日结束时仍在榜累计约23小时50分 - 21ROS Discourse General: Some Knowledge about ros
Hi everyone! I’m a 2nd-year Mechanical Engineering student at NIT Jalandhar, currently exploring Robotics and Automation. I’m starting my journey with C++/Python, electronics, CAD and eventually ROS 2. My long-term goal is to work on real robotics projects and eventually pursue research/internship opportunities in robotics. I’m looking to connect with: • Students who are also learning Robotics/ROS 2 • People working on interesting robotics projects • Researchers/engineers who are open to collabo
最高第 2 名00:00 达到当日首次采集时已在榜当日结束时仍在榜累计约23小时50分 - 22ROS Discourse General: Exploring a human-reviewed ROS 2 agentic pipeline generator
I am prototyping **EdgeAI Forge**, a local-first engineering architecture intended to help generate, test, benchmark, and document ROS 2 and machine-vision pipelines. The initial target workflow is a ROS 2 vision pipeline generator. Given a requirement such as: > Read frames from a USB camera, run object detection, publish detections, expose health status, benchmark performance, and prepare deployment to Jetson. the system should eventually produce reviewed artifacts including: - package manifes
最高第 1 名00:00 达到当日首次采集时已在榜当日结束时仍在榜累计约23小时50分 - 23ROS Discourse General: Properly close windows processes, discussion about implementation
So I went into a bit of a rabbit whole last week! CI on windows kept on getting this particular error: 2: [WARNING] [python.exe-2]: 'SIGINT' sent to process[python.exe-2] not supported on Windows, escalating to 'SIGTERM' Apparently, windows does not have a proper way to handle SIGINT, which means that it always straight goes to the ungraceful shutdown of SIGTERM. So I thought “oh! is that perhaps the reason why we keep getting all of the unhandy access violation ( 3221225477) that we see ever si
最高第 1 名02:27 达到02:27 首次观测上榜当日结束时仍在榜累计约21小时22分 - 24ROS Discourse General: [Release] Gazebo ROS Text-to-Speech (TTS) Plugin – From Gazebo Classic to Gazebo Harmonic
Hello ROS & Gazebo Community, We’re excited to announce the release of gz_ros_tts, an open-source ROS 2 Text-to-Speech (TTS) Plugin for the latest Gazebo Harmonic. This release is the Gazebo Classic and Gazebo harmonic ROS TTS Plugin, bringing the same idea to the modern Gazebo ecosystem with ROS 2. # Project Evolution ## Version 1 — Gazebo Classic ROS TTS Plugin The first version of the plugin introduced Text-to-Speech support for robots running in Gazebo Classic through ROS. ### Supported
最高第 23 名00:00 达到当日首次采集时已在榜20:43 观测离榜累计约20小时44分 - 25ROS Discourse General: Is this Embodied Agent project useless?
Hello, I was working on a Embodied Agent project in University for last 9 months. The problem is we are using a regular VLM + algorithmic methods to make the robot understand its environment and do missions given by the user. I was misdirected into creating a project that would require a large team and big budget, if this project’s idea would be even considered valid. At the beginning we thought this could be done and cheap AMR’s could benefit from it without data training like humanoid robots.
最高第 1 名06:29 达到06:29 首次观测上榜当日结束时仍在榜累计约17小时20分 - 26ROS Discourse General: What should go in the tag?
I’ve always put just “BSD” in the package.xml of our projects, mostly because it is the exact value mentioned in https://www.ros.org/reps/rep-0149.html#license-multiple-but-at-least-one . However, this value is not SPDX. What’s the current best practice? Should we start putting SPDX identifiers into the license tag? Would it deserve a small update of REP 149? 11 posts - 5 participants Read full topic
最高第 24 名00:00 达到当日首次采集时已在榜06:29 观测离榜累计约6小时30分 - 27ROS Discourse General: Analyzing rosbags with LLMs and SQL + queryable Nav2 behavior trees
A few weeks ago @jopequ shared mcp-rosbags + mcp-lab ( Another MCP Server to analyze your rosbags with LLMs + a UI to benchmark it against different LLM providers ) — an MCP server with purpose-built analysis tools (trajectories, laser scans, tf, plotting) and a neat UI for benchmarking providers on it. We’ve been working on the same problem at Pixel Robotics (AMRs for pallet transport) and just wrote up our approach, which lands on a different point in the design space, so I thought a compariso
最高第 1 名20:43 达到20:43 首次观测上榜当日结束时仍在榜累计约3小时6分 - 28ROS Industrial: A New Chapter for ROS-Industrial Americas
Over the past few months, I've had the privilege of stepping into the role of leading ROS-Industrial Americas. I'm grateful to Matt Robinson for his years of leadership and the strong community he helped build. At our 2026 Annual Meeting, I had the opportunity to share my first impressions and my vision for where we can go next. I've reproduced that welcome letter below, because it captures the direction I hope we'll pursue together. This is my first annual meeting as program director for ROS-In
最高第 25 名00:00 达到当日首次采集时已在榜02:27 观测离榜累计约2小时28分


































































































