
Planet ROS · 实时热榜
- 01ROS Discourse General: Community event calendar; Get updates to only the selected events
On the community event calendar (introduced in discourse.openrobotics.org#48220 ), is there a way to 1) select only the events of my interest, 2) receive updates if such event gets updated (time change etc.)? Each event seems to offer “Copy to my calendar”, which does copy a particular event on to my calendar, but the event doesn’t seem to get updates from the original event entity. Also even if the original event is recurring, the copied event seems to be one-time. Choosing “Add to Google Calen
最高第 1 名00:00 达到当日首次采集时已在榜当日结束时仍在榜累计约23小时47分 - 02ROS Discourse General: A Fully Automated CAD-to-URDF Pipeline with Built-in Gazebo Verification
How much time did you spend on your last robot before it actually moved in Gazebo? Not designing it. Bringing it up. Writing URDFs. Configuring ros2_control . Fixing TF trees. Debugging controllers that refuse to activate. Chasing launch issues. Finding out a single missing parameter prevented the entire robot from moving. After repeating that workflow enough times, I started building a tool to automate it. Supported CAD sources STEP SolidWorks assemblies Onshape assemblies The generated model i
最高第 1 名01:16 达到01:16 首次观测上榜14:46 观测离榜累计约13小时30分 - 03ROS Discourse General: Seeking advice on reaching ROS 2 developers
I’ve spent the last few months building ������� to automate one of the most repetitive parts of robotics development. Instead of manually converting CAD assemblies, configuring joints, generating robot descriptions, and debugging the first setup, the goal is a verified, ready-to-use robotics workspace automatically in ������ and ����. But now I’m at a point where the technical part feels solid. The new challenge is figuring out how to reach
最高第 1 名05:16 达到05:16 首次观测上榜当日结束时仍在榜累计约18小时30分 - 04ROS Discourse General: Nvidia Jetson price increase by up to 100%, what other boards are you using to run ROS?
As avid Jetson user, I just saw there has been 50-100% price increases across all Nvidia Jetson kit/module lineup , what other boards/SoCs/PCs are you using for running ROS on real world robots? I saw recent posts by @smac with AMD Strix , Intel also made some robotics computers recently , there’s also upcoming Qualcomm’s Arduino HW , but that’s more on EDU/DIY side… Jetsons seemed to me to have the most mature ecosystem, but some of those price increases surely puts them away from reach of stud
最高第 2 名00:00 达到当日首次采集时已在榜当日结束时仍在榜累计约23小时47分 - 05ROS Discourse General: PyZeROS: a Python-first alternative to `rclpy` over Zenoh
Hi everyone, I am releasing PyZeROS , an experimental alternative to rclpy for communicating with ROS from Python. This is not a Python wheel packaging rclpy : I bit the bullet and wrote a client from scratch in pure Python. github.com GitHub - 2lian/pyzeros2: An alternative to ROS 2 rclpy. Minimal... An alternative to ROS 2 rclpy. Minimal dependencies, no ROS installation, asyncio executor. You can install PyZeROS like a standard python package: pip install pyzeros It does not require a ROS ins
最高第 3 名00:00 达到当日首次采集时已在榜当日结束时仍在榜累计约23小时47分 - 06ROS Discourse General: OnSLAM: Run LiDAR-inertial mapping on ROS1 bags directly from Windows
Hi everyone, I recently released OnSLAM , an open-source Windows application for running LiDAR-inertial odometry and mapping on ROS1 bag files. It automatically detects compatible LiDAR and IMU topics, runs the mapping pipeline locally, visualizes the trajectory and point-cloud map in the browser, and exports PLY and PCD files. The main goal is to make it easier to inspect datasets, demonstrate LIO mapping, and generate maps without rebuilding a complete Linux and ROS environment. The project is
最高第 4 名00:00 达到当日首次采集时已在榜当日结束时仍在榜累计约23小时47分 - 07ROS Discourse General: AgileX NERO Robotic Arm Control with OpenClaw
1.Introduction The recent popularity of OpenClaw has sparked a wave of enthusiasm for building personal robotic assistants. In this tutorial, we’ll demonstrate how to write an OpenClaw Skill that enables simple control of the AgileX NERO robotic arm. Before proceeding, make sure you have already installed and configured the OpenClaw environment. Please refer to the official OpenClaw documentation for installation instructions. 2. Writing an OpenClaw Skill Inside your OpenClaw agent workspace, cr
最高第 5 名00:00 达到当日首次采集时已在榜当日结束时仍在榜累计约23小时47分 - 08ROS Discourse General: Opportunity for ROS Developers: AMD AI DevMaster Hackathon Physical AI Track
AMD AI DevMaster Hackathon Official Registration: AMD AI DevMaster Hackathon · Luma Overview Join developers, researchers, students, AI practitioners, and open-source contributors worldwide to build innovative AI applications on AMD Radeon™ GPUs and the ROCm™ software stack. The AMD AI DevMaster Hackathon is a fully online global competition featuring three innovation tracks: Agentic AI, Multimodal AI, and Physical AI. Participants can build individually or in teams of up to three members and c
最高第 6 名00:00 达到当日首次采集时已在榜当日结束时仍在榜累计约23小时47分 - 09ROS Discourse General: ROS2-DDSConfig-Optimizer Support CycloneDDS Now!
Previously, we introduced a new tool — ROS2-DDSConfig-Optimizer, which is an AI-driven tool that automatically tunes DDS configuration for ROS2 applications. Initially, it only supported Fast DDS, but now it supports Cyclone DDS as well! Here we show a comparison between traditional manual tuning and using this tool: More improvement showcase and details: GitHub - qualcomm-qrb-ros/ROS2-DDSConfig-Optimizer: An AI-driven tool that automatically tunes DDS configuration for ROS2 applications. · GitH
最高第 7 名00:00 达到当日首次采集时已在榜当日结束时仍在榜累计约23小时47分 - 10ROS Discourse General: Ros2_info — a terminal workspace lens for ROS 2 (TUI + optional local AI)
Hi all, Sharing a tool I’ve been building: ros2_info — a fastfetch-style ROS 2 workstation dashboard with a full-screen terminal UI. Written in Rust, so it runs headless over SSH and on Pi/Jetson-class hardware without any Electron/webview overhead. Repo: GitHub - Gaurav-x111/ros2_info: fastfetch for ROS2 — distro info, live nodes, workspaces, web dashboard. One command. Everything you need. · GitHub It’s not trying to replace your editor or your terminal — it’s trying to replace the five termin
最高第 8 名00:00 达到当日首次采集时已在榜当日结束时仍在榜累计约23小时47分 - 11ROS Discourse General: LinkForge: Exploring an Intermediate Representation (IR) for Robot Descriptions
Hi everyone, LinkForge recently passed 5,000 downloads on the Blender Extensions platform, which encouraged me to share a broader idea behind the project rather than just another release announcement. Over the past year, I’ve been working on LinkForge, which started as a Blender extension for creating robot models. As the project evolved, I realized the more interesting problem wasn’t Blender itself, it was the way we author robot descriptions. Today, formats like URDF and XACRO often become the
最高第 9 名00:00 达到当日首次采集时已在榜当日结束时仍在榜累计约23小时47分 - 12ROS Discourse General: OpenAMRobot v0.0.1: An open-source ROS 2 Jazzy mobile robotics platform
Hi everyone! We’re excited to announce the release of OpenAMRobot v0.0.1 , an MIT-licensed, open-source mobile robotics platform built with ROS 2 Jazzy . OpenAMRobot is intended for education, research, experimentation, and rapid prototyping. The current release includes: Autonomous navigation SLAM and map creation Simulation support Autonomous docking A web-based operator interface Tools and examples for working with the robot through ROS 2 We would greatly appreciate feedback from the ROS co
最高第 10 名00:00 达到当日首次采集时已在榜当日结束时仍在榜累计约23小时47分 - 13ROS Discourse General: RoboShield: A Low-Latency Out-of-Band RTPS Watchdog in Rust
Hey everyone! I’ve been working on something I’m pretty excited about and wanted to share it with the community. RoboShield is a real-time RTPS security watchdog I wrote in Rust. It basically sits on the wire (like on a NanoPi R2S with dual ethernet) and sniffs DDS/RTPS packets to catch stuff like rogue nodes joining your network, someone flooding /cmd_vel , or unauthorized publishers trying to hijack topics. GitHub : GitHub - Amin-Ahmed-G/robotshield · GitHub What it does Parses raw RTPS submes
最高第 11 名00:00 达到当日首次采集时已在榜当日结束时仍在榜累计约23小时47分 - 14ROS Discourse General: Avoid dynamic loading of libraries (on Windows)
Hello. I am currently working on a recipe to build a ros2-godot plugin ( GitHub - Kotakku/ros2-for-godot · GitHub ) on Windows. The goal is to have a ‘standalone’ plugin embedding all the needed dll (so without needing to install a ROS environment). Please note that I do not know a lot about ROS2… I have an issue with dynamically loaded libraries, because the plugin directory in not in the PATH envvar, and so those dlls are not found. The RMW implementation can be made static, thanks to CMake va
最高第 12 名00:00 达到当日首次采集时已在榜当日结束时仍在榜累计约23小时47分 - 15ROS Discourse General: Complete Guide: Teleoperating the AgileX NERO Arm with Pika Sense (Single & Dual Arm)
0. Preface Pika Sense provides an intuitive teleoperation interface for robotic manipulation and data collection. Combined with Pika Station, Pika Gripper, and the AgileX NERO robotic arm, it enables low-latency end-effector teleoperation for both single-arm and dual-arm systems. This tutorial walks through the complete setup process, and serves as a reference for developers who want to integrate Pika Sense with their own robotic arms. warning: Pika Sense currently supports: AgileX PiPER AgileX
最高第 13 名00:00 达到当日首次采集时已在榜当日结束时仍在榜累计约23小时47分 - 16ROS Discourse General: Update on BAGEL (BAG ExpLoration): What's New
Hi again, Following up on my earlier post about BAGEL, a browser-based ROS bag viewer/editor with no native dependencies and no ROS install. Since v1.0 it’s grown from a viewer into something closer to a full robotics debugging tool. Quick links for anyone new here: Link: https://bagel-ros2.vercel.app Source: GitHub - Hussain004/BAGEL: ROS Bag Visualizer · GitHub Full changelog with design rationale: BAGEL/FEATURES.md at main · Hussain004/BAGEL · GitHub What’s new since v1.0: Bag editing (v1.1,
最高第 14 名00:00 达到当日首次采集时已在榜当日结束时仍在榜累计约23小时47分 - 17ROS Discourse General: Last Day for ROSCon Global Early Bird Tickets is Sunday, July 12th
Hi Everyone, Quick reminder that the last day to purchase early bird tickets for ROSCon Global 2026 is this coming Sunday Sun, Jul 12, 2026 7:00 AM UTC . Our early bird tickets are $150 off our regular ticket price and make your ROSCon workshop effectively free! 1 post - 1 participant Read full topic
最高第 15 名00:00 达到当日首次采集时已在榜当日结束时仍在榜累计约23小时47分 - 18ROS Discourse General: Adaptation needs in robotic systems
Hi robotic developers, Are you working with Behavior Trees, robotics, ROS/ROS 2, autonomous systems, or robot decision-making ? We are conducting a research study on adaptation needs in robotic systems that use Behavior Trees. If you work with robotic systems, we’d greatly appreciate your input. We’re conducting a short survey to answer two key questions: The relevance of different adaptation needs in robotic systems. The suitability of different BT adaptation approaches for addressing those nee
最高第 16 名00:00 达到当日首次采集时已在榜当日结束时仍在榜累计约23小时47分 - 19ROS Discourse General: Announcing ros-env: Access ROS 2 messages from Rust with just Cargo
Hey all! I’m one of the maintainers of ros2_rust , and we recently released a new crate, ros-env , that aims to unify ROS 2 message consumption in Rust. If you’re already generating Rust code for your message interfaces with rosidl_generator_rs , you can add ros-env as a regular Cargo dependency and access the message types from any packages in your sourced ROS 2 environment. // Assuming the Rust crate for `shape_msgs` is in `AMENT_PREFIX_PATH` use ros_env::shape_msgs::msg::Plane; You don’t need
最高第 17 名00:00 达到当日首次采集时已在榜当日结束时仍在榜累计约23小时47分 - 20ROS Discourse General: Real-time robot dashboards in React without a separate visualization server
If you’ve built an operator UI or ground station in React, you’ve probably hit the same wall I did: the moment you need real-time telemetry visualization, your options are to run Foxglove or Grafana as separate infrastructure and iframe them in, or hand-roll canvas components from scratch. Neither is great when what you actually want is telemetry views that live natively inside the app you’re already building. So I built Altara: a set of MIT-licensed React components for real-time telemetry, wit
最高第 18 名00:00 达到当日首次采集时已在榜当日结束时仍在榜累计约23小时47分 - 21ROS Discourse General: Plotjuggler 4 (beta!) is here. Unleashing multi-modal data
After few months of hard work, PlotJuggler 4 is finally ready for an early preview! Expect bugs and missing features, but also ton of awesomeness unleashed. plotjuggler.io PlotJuggler 4 — Juggle with data The fast, open-source timeseries visualization tool for robotics. GitHub Release Plotjuggler 4: beta 1 · PlotJuggler/PlotJuggler The Time Series Visualization Tool that you deserve. - Release Plotjuggler 4: beta 1 · PlotJuggler/PlotJuggler Everything was brutally optimized. Playing a compressed
最高第 19 名00:00 达到当日首次采集时已在榜当日结束时仍在榜累计约23小时47分 - 22ROS Discourse General: Mastering NERO | How to Configure CAN Leader–Follower Linkage for Dual 7-DoF Robotic Arms
Dual-arm robots are becoming increasingly important in embodied AI, teleoperation, imitation learning, and collaborative manipulation research. This tutorial demonstrates how to configure two AgileX NERO 7-DOF robotic arms in a leader-follower setup using CAN bus communication. Once configured, the follower arm will automatically replicate the motion of the leader arm in real time. What You’ll Build By the end of this guide, you’ll be able to: Synchronize two NERO robot arms Enable real-time lea
最高第 20 名00:00 达到当日首次采集时已在榜当日结束时仍在榜累计约23小时47分 - 23ROS Industrial: ros2_canopen: Natively Integrating CANopen Devices into the ROS 2 Ecosystem
CANopen has long been one of the most widely used communication standards in industrial automation. Built on top of the CAN bus and standardised by CAN in Automation (CiA), it connects motor drives, I/O modules, sensors and other field devices across machines, robots and vehicles. The ros2_canopen stack, maintained under the ROS-Industrial umbrella, brings this ecosystem natively into ROS 2. It lets developers describe a CAN bus, bring up a CANopen master, and talk to every device on the bus thr
最高第 21 名00:00 达到当日首次采集时已在榜当日结束时仍在榜上榜 2 次(重入 1 次)累计约15小时17分 - 24ROS Discourse General: Offboard Control with PX4 & ROS 2 (Micro XRCE-DDS)
I wanted to share an architectural pattern for handling autonomous drone navigation using ROS 2 (Jazzy) and PX4 Autopilot via Micro XRCE-DDS, specifically regarding the Offboard mode failsafe. The Problem: When developing an autonomous flight node in C++, transitioning to PX4’s Offboard mode can be tricky. PX4 implements a strict failsafe: it will reject any VEHICLE_CMD_DO_SET_MODE to Offboard unless it detects a continuous stream of setpoints (e.g., TrajectorySetpoint and OffboardControlMode )
最高第 22 名00:00 达到当日首次采集时已在榜当日结束时仍在榜累计约23小时47分 - 25ROS Discourse General: Pyspacemouse axis conventions
Thanks to new contributor, we have documentation of, and several options for, axis conventions in pyspacemouse not yet released to pypi, but please try it out (you can pip install directly from github!) and let me know what you think. Longer term, the plan is to change the default convention to HID , because the LEGACY convention is, frankly, insane, and I don’t want all users to have to “fix it” on their own. spacemouse.kubaandrysek.cz Axis Conventions - API documentation for this tool - PySpac
最高第 23 名00:00 达到当日首次采集时已在榜当日结束时仍在榜累计约23小时47分 - 26ROS Discourse General: Guidelines for AI-Assisted Contributions in the ROS Project
Hello fellow ROS users, maintainers, contributors and anyone else who may be passing by. Due to a recent uptick in LLM-authored pull requests, the ROS PMC has elected to extend the upstream OSRF policy on the use of generative tools to help provide some boundaries/guidelines on the use of these tools. These tools and technologies are constantly changing, so this isn’t intended to serve as a permanent policy, but rather it is to provide a framework for how to interact on ROS-related projects. The
最高第 24 名00:00 达到当日首次采集时已在榜当日结束时仍在榜上榜 2 次(重入 1 次)累计约18小时47分 - 27ROS Discourse General: Logging and Observability Guide Review | Cloud Robotics WG Meeting 2026-07-13
The group is not meeting today (2026-06-29) due to lack of available members! Please come and join us for this coming meeting at Mon, Jul 13, 2026 4:00 PM UTC → Mon, Jul 13, 2026 5:00 PM UTC , where we will be editing the first draft of the Logging and Observability guide, generated by AI. The AI used the skeleton of the guide from the previous session and transcripts from all meeting recordings to generate a guide. The group will edit this starting point together in the coming session. Please n
最高第 25 名00:00 达到当日首次采集时已在榜05:16 观测离榜累计约5小时17分


































































































