u/Chemical-Hunter-5479

AgenticROS Just Got Much Easier to Install, Run, and Demo
▲ 9 r/ROS

AgenticROS Just Got Much Easier to Install, Run, and Demo

Over the past few days, we’ve made a big push to make AgenticROS easier to try, easier to configure, and easier to use with both real and simulated robots.

Reminder: AgenticROS creates a glue between AI Agents (OpenClaw, Claude, and Gemini) and ROS2 making Physical AI simple and fun.

The biggest update is this:

>npx agenticros

That’s now the starting point (https://www.npmjs.com/package/agenticros).

With a single command, AgenticROS can install itself on a ROS-based system and launch an interactive setup wizard. No manual repo cloning. No stitching together setup scripts by hand. The CLI walks you through first-time setup, robot configuration, OpenClaw integration, skills, simulation, logs, health checks, and clean shutdowns.

The new agenticros command also works as a real CLI, so you can run things directly:

  • agenticros init
  • agenticros up real
  • agenticros up sim-amr
  • agenticros up sim-arm
  • agenticros skills
  • agenticros status
  • agenticros doctor
  • agenticros down

This matters because robotics demos often fail before the robot ever moves. The hard part is usually the setup surface area: ROS workspace builds, config files, transport modes, gateway plugins, API keys, background processes, logs, and matching the right launch files to the right environment.

AgenticROS now gives that whole workflow one front door.

New Simulation Demos

We also added simulation support so developers can experiment with AgenticROS without needing physical robot hardware on day one.

There are now two main simulation paths:

1. AMR Simulation

You can launch a simulated 2-wheel autonomous mobile robot in Gazebo and RViz:

>agenticros up sim-amr

The AMR simulation includes ROS-side topics for movement, sensors, camera/depth data, lidar, odometry, and TF. That means the same AgenticROS tools used against a real robot can be exercised end-to-end against a virtual one.

This is especially useful for testing agent workflows like:

  • listing ROS topics
  • publishing velocity commands
  • reading sensor data
  • taking camera snapshots
  • sampling depth
  • testing follow-me style behaviors
  • validating agent-to-ROS connectivity

2. Robotic Arm Simulation

We also added a simulated 6-DOF robotic arm path:

>agenticros up sim-arm

The arm is UR5e-shaped and exposes per-joint position command topics through ROS/Gazebo bridges. It can be launched with Gazebo and RViz so developers can test arm command flows, inspect TF and robot state, and start building toward more advanced manipulation workflows.

This gives AgenticROS a second major robot category beyond mobile bases: manipulation.

Why This Update Matters

AgenticROS is about making ROS-powered robots accessible to AI agent platforms.

The project already connects ROS 2 robots to tools like OpenClaw, Nvidia's NemoClaw, Claude Code, Claude Desktop, Gemini CLI, and MCP-based agent workflows. But for that ecosystem to be useful, developers need to get from “fresh machine” to “robot responding” quickly.

That’s what this update is about.

You can now:

  • install with npx agenticros
  • configure through a guided wizard
  • launch a real robot stack
  • launch AMR simulation
  • launch robotic arm simulation
  • manage skills
  • check system health
  • tail logs
  • stop everything cleanly

All from one CLI.

A Better On-Ramp for Agentic Robotics

The goal is to make AgenticROS feel less like a research wiring project and more like a usable robotics developer platform.

If you have ROS 2 and Node.js 20+, you can now try AgenticROS with:

>npx agenticros

From there, choose real robot, AMR simulation, or arm simulation.

This is a big step toward making agentic robotics easier to build, test, demo, and share.

More soon. The next layer is making these simulated and real robot workflows increasingly skill-driven, so agents can move from low-level ROS tool use toward higher-level robot behaviors.

▲ 103 r/ROS

Physical AI is Fun!

AgenticROS connects ROS to AI Agents like OpenClaw and Claude and then you simply talk to your robot! Ask it what it sees (via RealSense ) and ask it to find an object in your room or follow you etc and AI figures out how to move itself (embodied as the robot) to accomplish its missions!

u/Chemical-Hunter-5479 — 6 days ago

New RealSense SDK Beta Release!

SDK Highlights

 - Partial-device-allowed is now the default — D400/D500 USB no longer silently drops degraded enumerations

 (configurable).

 - Jetson JP6 / 6.2.2 support added; fixes missing metadata over USB3 on JP6.

 - Bundled D400 firmware removed from the SDK package.

 - NEON acceleration: new BUILD_WITH_NEON flag; CUDA falls back to NEON; pointcloud correction.

 - MIPI driver version exposed via camera_info; new External Sync XU.

 

 Viewer

 - Non-blocking stop-stream, fixes for read-only options, Linux recording load, Win11 taskbar icon, MIPI FW update

 flow.

 

 DFU

 - Correct downgrade-counter opcode, flash-lock detection fix, skip reset on unsigned FW, d401_gmsl min FW → 5.17.2.2.

 

 Bug Fixes

 - Python deadlock, WMF reset crash, Ctrl+C re-entrancy, D435 initial enumeration, D555 DB3 playback, rs-dds-adapter

 Windows leak.

 

 ---

 MIPI Driver

 

 Highlights

 - JetPack 7 on NVIDIA Thor — new platform support (RSDSO-20559).

 - JetPack 5.1.6 and 6.2.2 added (RSDSO-21191, RSDSO-21146).

 - MAX96712 multi-camera: dual-camera per deserializer on JP6.x and quad-D457 via full-slave mode (RSDSO-20613).

 - External sync via TSC PWM (Thor-friendly), restored MAX9296 + consolidated MAX9295 GPIO tunneling (RSDSO-21407).

 - New carrier boards: Advantech (Orin, JP6/JP7) and AVerMedia (JP6.x).

 - Link tuning: MAX96712 lanes raised to 2500 Mbps; MFP6 added for links B–D.

 

 Stability

 - DS5 reset/detection rework, MAX9296 power_off underflow fix (spurious XCLR), JP6.x DTB deploy fix.

 

 ---

 D555

 

 New Features

 - On-camera Object Detection (DamoYolo) — real-time bounding boxes/class/confidence published alongside streams;

 toggle via Color.option.Object_Detection_Enable.

 - UFO (UDP Fragmentation Offload) — higher throughput at high-res/fps; auto-enabled for standard MTU, disabled for

 jumbo frames.

 

 SafeDDS

 - More concurrent viewers per camera, better discovery, high-load stability, reliable notification delivery,

 stream-open timeout fix.

 

 ROS2

 - Topic rename _CompressedColor → _Color/compressed; depth-unit in metadata; reduced topic overhead; CompressedColor

 auto-sync with RGB; better ROS2cli reliability.

 

 DFU

 - Real-time progress to host, pre-update integrity check, improved transfer reliability.

 

 Bug Fixes

 - Stream open timeout (RSDEV-6686), message drops under load (RSDEV-6314), network stall (RSDEV-6955), camera_info

 resolution mismatch (RSDEV-6683), ROS2 param/node CLI issues, 4-stream stability (RSDEV-7109).

More info: https://github.com/realsenseai/librealsense/releases/tag/v2.58.1

u/Chemical-Hunter-5479 — 17 days ago