isaac-patterns

Define Isaac Sim and Isaac ROS integration patterns for Physical AI workflows.

2|Updated Nov 28, 2025
One-click install
npx skills add https://github.com/uneezaismail/Physical-AI-Humanoid-Robotics --skill isaac-patterns
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: isaac-patterns
Source: https://github.com/uneezaismail/Physical-AI-Humanoid-Robotics/tree/main/.claude/skills/issac_patterns
Command: npx skills add https://github.com/uneezaismail/Physical-AI-Humanoid-Robotics --skill isaac-patterns

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides NVIDIA Isaac ROS integration patterns for sim-to-real robotics workflows.

Core Features & Use Cases

  • VSLAM and ROS 2 bridge patterns
  • GPU-accelerated perception and navigation integrations

Quick Start

Set up an isaac_ros pattern example with dnn_inference and vslam on a simulated robot.

Frequently Asked Questions about isaac-patterns

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

FAQPage Schema
How do I set up Isaac Sim and ROS 2 integration for sim-to-real robotics workflows?

Isaac Sim and ROS 2 integration uses standardized bridge patterns to connect simulated environments with ROS 2 nodes. This Skill provides scene organization, sensor configuration, and bridge setup patterns that enable GPU-accelerated perception pipelines and navigation on Jetson Orin hardware.

Can I run VSLAM pipelines on simulated robots with GPU acceleration?

Yes. VSLAM pipelines execute on GPU-accelerated Isaac Sim environments through ROS 2 bridges. This Skill defines performance budgets, hardware allocations, and example code patterns for configuring visual SLAM across simulated sensor feeds and Jetson Orin deployments.

What does domain randomization in Isaac Sim do for robotics training?

Domain randomization modifies simulated scene parameters across training runs to improve sim-to-real transfer. This Skill applies randomization patterns to scene assets and sensor configurations, reducing the domain gap when deploying learned behaviors to physical robots.

How do I structure USD scenes for robotics applications in Isaac Sim?

Universal Scene Description (USD) scenes require standardized structure for sensor and robot asset definitions. This Skill provides a universal USD scene structure pattern that defines functional requirements, asset hierarchy, and sensor placement for consistent robotics simulations.

What Python API patterns work best for Isaac Sim GPU workflows?

Python API patterns in Isaac Sim automate scene creation, sensor configuration, and simulation control. This Skill provides example code patterns for GPU-accelerated workflows, enabling efficient scene setup and programmatic control across Jetson Orin deployments.

Does Isaac Sim support DNN inference integration with ROS 2?

Yes. Isaac Sim integrates DNN inference through ROS 2 bridges, allowing deep neural network models to process simulated sensor data. This Skill includes dnn_inference patterns for GPU-accelerated perception pipelines within ROS 2 workflows.