isaac-sim

Set up NVIDIA Isaac Sim environments, import URDF/MJCF assets, and configure sensors.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/AmirTlinov/magray-marketplace --skill isaac-sim
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: isaac-sim
Source: https://github.com/AmirTlinov/magray-marketplace/tree/main/isaac-robotics/skills/isaac-sim
Command: npx skills add https://github.com/AmirTlinov/magray-marketplace --skill isaac-sim

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides comprehensive guidance and code examples for using NVIDIA Isaac Sim, a powerful physics simulation platform for robotics development, testing, and synthetic data generation.

Core Features & Use Cases

  • Simulation Setup: Launching Isaac Sim, creating simulation worlds, and configuring physics.
  • Asset Integration: Importing robots (URDF, MJCF) and other assets into the simulation.
  • Sensor Simulation: Setting up and utilizing various sensors like cameras, LiDAR, and IMUs.
  • Troubleshooting: Addressing common errors and performance bottlenecks.
  • Use Case: You need to simulate a robot arm picking and placing objects in a virtual factory environment. This Skill helps you set up the robot, the environment, and the sensors to achieve realistic simulation results.

Quick Start

Use the isaac-sim skill to import a URDF robot model from '/path/to/robot.urdf' into the simulation.

Frequently Asked Questions about isaac-sim

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

FAQPage Schema
How do I import a URDF robot model into NVIDIA Isaac Sim?

NVIDIA Isaac Sim supports importing URDF robot models by specifying the file path during world creation. This skill facilitates the integration process, allowing you to configure the robot and prepare it for physics simulation and sensor setup.

How do I configure cameras and LiDAR sensors for robotics simulation in Isaac Sim?

Isaac Sim allows you to configure cameras and LiDAR by adding sensor components to your robot assets. This skill covers setting up these sensors to capture realistic environmental data for robotics testing and synthetic data generation.

What is the best way to tune PhysX physics for a robot arm simulation?

Tuning PhysX in Isaac Sim involves adjusting parameters like friction and joint damping for realistic robot arm interactions. This skill provides guidance on configuring the physics engine to ensure stable and accurate simulation results.

Why does my NVIDIA Isaac Sim physics simulation fail during runtime?

Runtime physics simulation failures in Isaac Sim often stem from configuration or PhysX tuning errors. This skill helps troubleshoot common runtime errors, ensuring seamless development and stable simulation performance.

Can I use MJCF files for asset integration in NVIDIA Isaac Sim?

Yes, NVIDIA Isaac Sim supports asset integration using MJCF files alongside URDF formats. This skill provides the necessary guidance to import and configure your robot models from MJCF definitions into the simulation environment.

Does NVIDIA Isaac Sim support synthetic data generation for virtual factory environments?

Yes, NVIDIA Isaac Sim supports synthetic data generation by simulating robots and sensors in virtual environments like factories. This skill helps you set up the world, configure sensors, and capture the data needed for machine learning.