OpenUSD types
The extension provides a new set of OpenUSD prim types and APIs which represent robots, tools and more to configure prims connected to NOVA.
To utilize these prim types, you need to install the Wandelbots USD extension in NVIDIA Isaac Sim. This extension will automatically be installed as dependency of the IsaacSim extension.

The extension provides OpenUSD types and APIs.
- Activate loading upon Isaac Sim start.
- Restart Isaac Sim after installing the extension.
Motion group API
The motion group API defines properties to connect an articulation root to a NOVA motion group which are, e.g., applied to every robot from the asset library.
The properties can be directly edited in the properties panel of the prim. You can manually add the motion like any other USD API or use Robot Pad to select a motion group from your NOVA instance.
As the values will be stored within your USD file, you can disable the motion group connection by unchecking the enabled checkbox

Tool API
The tool API can be applied to any prim via the context menu.
A tool is a device attached to the flange of the motion group or articulation .
The tool API assumes the tool to be attached via a physical joint , e.g., a fixed joint to the flange link of the robot.
As property, the API defines the rigid tool body as a link body which is connected to the flange link. The extension inspects the robot assembly by traversing the robot’s physical joints. Connections based on tree hierarchy or naming conventions are not ignored.

Ghost object API
You can create a ghost object via the create context menu of a prim with Tool API
applied.
Query the ghost objects via the Teaching endpoint /omniservice/api/v2/teaching/ghost-objects
.
TCP prim
The TCP prim is an explicit Xformable prim which represents a TCP in NOVA. The extension allows Xforms with a tcp_*
name prefix as well.
A TCP represents the tool center point of the motion group articulation.
Defining such types allows the extension to query for TCPs and provide poses for prims.
