configuring-radar-sensors

Configure OmniRadar sensor prims and radar PointCloud render outputs in USD scenes.

201|25|Updated Dec 18, 2025
One-click install
npx skills add https://github.com/NVIDIA-Omniverse/ovrtx --skill configuring-radar-sensors
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: configuring-radar-sensors
Source: https://github.com/NVIDIA-Omniverse/ovrtx/tree/main/.agents/skills/configuring-radar-sensors
Command: npx skills add https://github.com/NVIDIA-Omniverse/ovrtx --skill configuring-radar-sensors

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Authoring and configuring OmniRadar sensor prims and radar PointCloud render outputs to enable realistic radar simulations in Omniverse RTX.

Core Features & Use Cases

  • Author and configure OmniRadar prims with sensor parameters and radar output formats.
  • Configure radar scan outputs and PointCloud RenderVar to expose requested channels for visualization.
  • Use cases include setting coordinate frames, output frames, and radar channel configurations for end-to-end simulations.

Quick Start

Create an OmniRadar prim and attach a PointCloud RenderVar to initialize a basic radar 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 for realistic simulation in USD scenes?

Configure radar sensors by authoring OmniRadar prims with sensor parameters and radar output formats in USD scenes. You set coordinate frames, output frames, and radar channel configurations to enable end-to-end radar simulation workflows.

How do I set up a PointCloud render output for an OmniRadar sensor?

Set up PointCloud render output by attaching a PointCloud RenderVar to an OmniRadar prim. This exposes requested radar channels for visualization and configures radar scan outputs within the scene.

Can I configure radar sensor prims using Python or C/C++?

Yes, you can configure radar sensor prims using Python, C/C++, or directly within USD scenes. The configuration process enforces using provided snippets and documentation to ensure correct scene loading and radar workflow.

What radar channel configurations are needed to enable PointCloud visualization?

Radar channel configurations needed for PointCloud visualization involve setting coordinate frames and output frames on the OmniRadar prim. Attaching a PointCloud RenderVar exposes these requested channels for radar scan output visualization.

What is the best way to author OmniRadar prims for end-to-end radar simulations?

The best way to author OmniRadar prims is to apply provided snippets and documentation as the source of truth. This ensures correct scene loading while setting sensor parameters, coordinate frames, and radar output formats for simulations.

Why is my radar PointCloud render output not exposing the requested channels?

Radar PointCloud render output may not expose requested channels if the PointCloud RenderVar is not properly attached to the OmniRadar prim. Ensure coordinate frames, output frames, and radar channel configurations are correctly set.