Structs#

Bounds

Axis-aligned bounding box representation using lower and upper corner points.

Matrix22

2x2 matrix representation with column-major storage.

Matrix33

3x3 matrix representation with column-major storage.

Transform

3D transformation represented by position and rotation.

isaacsim::asset::gen::conveyor::IOmniIsaacConveyor

Interface for the OmniIsaacConveyor plugin.

isaacsim::asset::gen::omap::OccupancyMap

Interface for occupancy map generation.

isaacsim::core::experimental::prims::FieldEntry

Per-field state: buffer, host staging copy, fill callback, and dirty tracking.

isaacsim::core::experimental::prims::IArticulationDataView

Read-only view for Articulation data.

isaacsim::core::experimental::prims::IPrimDataReader

Factory interface for creating typed read-only prim data views.

isaacsim::core::experimental::prims::IPrimDataReaderManager

Shared lifecycle manager for IPrimDataReader .

isaacsim::core::experimental::prims::IRigidBodyDataView

Read-only view for RigidPrim data.

isaacsim::core::experimental::prims::IXformDataView

Read-only view for XformPrim data (positions, orientations, scales).

isaacsim::core::simulation_manager::ISimulationManager

Interface for managing simulation state and callbacks.

isaacsim::robot::schema::custom::hash

Hash function object for enum types.

isaacsim::robot::schema::details::DeprecatedDofAttributeDescriptor

Descriptor for deprecated DOF (Degree of Freedom) attributes.

isaacsim::robot::surface_gripper::PhysxAction

Queued PhysX action to be executed serially by the manager.

isaacsim::robot::surface_gripper::SurfaceGripperInterface

Interface for controlling surface gripper functionality.

isaacsim::robot::surface_gripper::UsdAction

Queued USD action to be executed serially by the manager.

isaacsim::robot::wheeled_robots::IWheeledRobots

Interface for wheeled robot control functionality.

isaacsim::ros2::core::DynamicMessageField

Structure that encapsulates a dynamic message field.

isaacsim::ros2::core::Ros2QoSProfile

ROS 2 QoS Profile configuration.

isaacsim::ros2::core::Ros2QoSTime

ROS 2 QoS time representation.

isaacsim::ros2::core::TfTransformStamped

Structure that encapsulates geometry_msgs/msg/TransformStamped data.

isaacsim::ros2::nodes::IRos2Nodes

Interface for ROS2 nodes functionality.

isaacsim::sensors::experimental::physics::ContactRawData

Raw contact data from a single contact point.

isaacsim::sensors::experimental::physics::ContactSensorReading

Contact sensor reading with force value and contact state.

isaacsim::sensors::experimental::physics::EffortSensorReading

Effort sensor reading with joint effort value, time, and validity.

isaacsim::sensors::experimental::physics::IContactSensor

Carbonite interface for managing C++ contact sensors.

isaacsim::sensors::experimental::physics::IEffortSensor

Carbonite interface for managing C++ effort sensors.

isaacsim::sensors::experimental::physics::IImuSensor

Carbonite interface for managing C++ IMU sensors.

isaacsim::sensors::experimental::physics::IJointStateSensor

Carbonite interface for managing C++ joint state sensors.

isaacsim::sensors::experimental::physics::ImuRawData

Raw per-step IMU data stored in the circular buffer before filtering.

isaacsim::sensors::experimental::physics::ImuSensorReading

IMU sensor reading with acceleration, angular velocity, and orientation.

isaacsim::sensors::experimental::physics::JointStateSensorReading

Complete joint state reading for all DOFs of an articulation.

isaacsim::sensors::physics::ContactPair

Represents a pair of bodies in contact.

isaacsim::sensors::physics::CsProperties

Properties configuration for a contact sensor.

isaacsim::sensors::physics::CsRawData

Raw contact data from the physics simulation.

isaacsim::sensors::physics::CsReading

Contact sensor reading data structure.

isaacsim::sensors::physics::IsProperties

Properties configuration for an IMU sensor.

isaacsim::sensors::physics::IsRawData

Raw IMU data from the physics simulation.

isaacsim::sensors::physics::IsReading

IMU sensor reading data structure.

isaacsim::sensors::physics::nodes::IPhysicsSensorNodes

isaacsim::sensors::rtx::IIsaacSimSensorsRtx

Minimal interface.

isaacsim::ucx::nodes::ClockData

Data structure for clock message payload.

isaacsim::ucx::nodes::IUcxNodes

Minimal Carbonite interface for Isaac UCX Nodes extension.

isaacsim::ucx::nodes::ImageMetadata

Metadata structure for image messages (non-pixel data).

isaacsim::ucx::nodes::ImuData

Data structure for IMU message payload.

isaacsim::ucx::nodes::JointCommandData

Data structure for joint command message payload.

isaacsim::ucx::nodes::JointStateData

Data structure for joint state message payload.

isaacsim::ucx::nodes::OdometryData

Data structure for odometry message payload.

omni::kit::IRunLoopRunnerImpl

Interface for controlling the run loop execution.