What problem does it solve?
Setting up cameras, lidar, radar, acoustic, IMU, and contact sensors in Isaac Sim 6 / Kit 110 requires navigating new experimental namespaces, vendor asset catalogs, and asynchronous GMO output handling, which this Skill codifies into working patterns.
Core Features & Use Cases
- RTX Sensor Setup: Create lidar, radar, acoustic, and RTX camera sensors via
isaacsim.sensors.experimental.rtx, including the SUPPORTED_LIDAR_CONFIGS vendor catalog (Ouster, Hesai, Velodyne, Robosense) and USDA mount attachment.
- Physics Sensors: Instantiate IMU, contact, effort, and joint-state sensors from
isaacsim.sensors.experimental.physics with correct timeline play requirements.
- Synthetic Data Generation: Build Replicator pipelines with annotators, writers (
BasicWriter, KittiWriter, CosmosWriter, PoseWriter), and domain randomization triggers.
- Use Case: Attach an Ouster OS1 lidar variant to a robot mount, consume its GenericModelOutput stream with a custom Writer, and capture randomized RGB/depth/segmentation data for training a perception model.
Quick Start
Use the isaac-sim-sensor skill to create an Ouster OS1 lidar on my robot and stream its point cloud output through a Replicator writer.