IIsaacSimSensorsRtx#
Fully qualified name: isaacsim::sensors::rtx::IIsaacSimSensorsRtx
-
struct IIsaacSimSensorsRtx#
Minimal interface.
It doesn’t have any functions, but just implementing it and acquiring will load your plugin, trigger call of carbOnPluginStartup() and carbOnPluginShutdown() methods and allow you to use other Carbonite plugins. That by itself can get you quite far and useful as basic building block for Kit extensions. One can define their own interface with own python python bindings when needed and abandon that one.