Skip to content

Latest commit

 

History

History
45 lines (31 loc) · 1.44 KB

File metadata and controls

45 lines (31 loc) · 1.44 KB

Add Your URDF with Isaac Sim GUI

26.01.13
Written by Chanyoung Ahn

1. Add and Control Robot

This tutorial shows how to 1) add your own URDF file with Isaac Sim 2) validate DOF and 3) run a simple simulation.

  1. Open Isaac Sim and import your urdf (File -> Import -> your_robot.urdf) t1_1

  1. Load your urdf with customized options..

    • ([x] Allow Self-Collisions, [x] Convex Hull)
    t1_2
  2. Add robot joint controller

    • (Tools > Robotics > OmniGraph Controllers > Joint Position)
    t1_3
  3. Add Robot Root Prim

    • (i.g., ur10 (defaultPrime))
    t1_4 t1_5
  4. Open Graph
    t1_6

  5. Click JointCommandArray and set the desired joint angles in Value field. t1_7

    • Try your robot joint movement!
    • (Turn on play button for watching real-time movement)
    t1_8

2. Check Robot Collsion Mesh

  1. Turn on collision mesh view
    • Eye Icon > Show By Type > Physics > Colliders > All
    t1_9
    t1_9