configuring-radar-sensors

Configure OmniRadar sensor prims and point cloud outputs for simulation scenes.

Updated Apr 29, 2026
One-click install
npx skills add https://github.com/PubCyBerry/SO101-Sim2Real --skill configuring-radar-sensors-pubcyberry
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: configuring-radar-sensors
Source: https://github.com/PubCyBerry/SO101-Sim2Real/tree/main/.agents/skills/configuring-radar-sensors
Command: npx skills add https://github.com/PubCyBerry/SO101-Sim2Real --skill configuring-radar-sensors-pubcyberry

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps developers configure OmniRadar sensor setups correctly by providing guidance for authoring radar primitives, scan behavior, coordinate frames, and point cloud outputs without trial-and-error.

Core Features & Use Cases

  • Radar Scene Configuration: Create and configure OmniRadar sensor prims with appropriate sensor models, poses, scan settings, and output attributes.
  • Point Cloud Output Setup: Define RenderProduct and PointCloud RenderVar configurations with the required detection channels and coordinate behavior.
  • Use Case: Build an autonomous simulation scene where a radar sensor publishes detections with coordinates, velocity, and RCS information for downstream perception workflows.

Quick Start

Use the configuring-radar-sensors skill to create an OmniRadar sensor configuration with the required point cloud channels for my simulation scene.

Frequently Asked Questions about configuring-radar-sensors

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I configure radar sensors and point cloud outputs for simulation environments?

To configure radar sensors for simulation environments, author OmniRadar sensor primitives with appropriate scan settings and define RenderProduct configurations with required point cloud detection channels to ensure validated sensor output.

What is the best way to set up an OmniRadar sensor prim for autonomous simulation?

Setting up an OmniRadar sensor prim requires applying correct USD authoring patterns to define sensor models, poses, scan behavior, and coordinate frames for publishing radar detection data in autonomous simulation scenes.

How do I include velocity and RCS channels in my radar point cloud data?

To include velocity and RCS channels in radar point cloud data, define a PointCloud RenderVar configuration with the required detection channels and coordinate behavior for downstream perception workflows.

Why does my radar sensor configuration output invalid or missing detection data?

Invalid radar sensor detection data typically occurs when USD authoring patterns, RenderProduct configuration, channel selection, or sensor frame setup are applied incorrectly, requiring validated sensor output handling to resolve.

Do I need specific USD authoring patterns to define radar scan behavior?

Yes, defining radar scan behavior requires correct USD authoring patterns to establish sensor frames, coordinate behavior, and output attributes, which prevents trial-and-error during OmniRadar scene authoring.