configuring-lidar-sensors

Automate OmniLidar prim configuration and PointCloud channel mapping in USD scenes.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Authoring and configuring OmniLidar sensor prims and lidar PointCloud render outputs in USD scenes is error-prone and time-consuming, so this skill streamlines setup and reduces manual wiring.

Core Features & Use Cases

  • Author OmniLidar prims with standard sensor attributes and ensure consistent frame of reference.
  • Configure RenderProduct and PointCloud RenderVar channels to expose selected lidar outputs (Coordinates, Intensity, TimeOffsetNs, Flags, etc.).
  • Use cases include creating lidar scenes, choosing output frames, and querying lidar channels for downstream visualization or processing.

Quick Start

Configure an OmniLidar scene by following the included example and adjust the output channels to match your visualization needs.

Frequently Asked Questions about configuring-lidar-sensors

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

FAQPage Schema
How do I configure OmniLidar sensors and pointcloud outputs in USD scenes?

To configure OmniLidar sensors, you can automate the setup of OmniLidar prims with standard sensor attributes and map selected PointCloud channels to a RenderProduct and RenderVar. This streamlines USD scene authoring and reduces manual wiring errors.

What lidar pointcloud channels can I expose for downstream visualization?

You can expose specific PointCloud channels such as Coordinates, Intensity, TimeOffsetNs, and Flags. Mapping these channels to a RenderVar allows you to query lidar outputs for downstream visualization or processing tasks.

Can I use Python and C/C++ workflows to author lidar scenes with OmniSensorCoreAPI?

Yes, configuring OmniLidar prims and exposing desired PointCloud channels is supported across both Python and C/C++ workflows. This allows you to author USD scenes and define sensor attributes using OmniSensorCoreAPI in your preferred environment.

What's the best way to select output frames for lidar pointcloud generation?

The best way to select output frames is to apply the sensor configuration logic to define the frame of reference for OmniLidar prims. This ensures consistent pointcloud generation by properly mapping the RenderVar to the chosen frame.