DcAttractor#

Fully qualified name: omni::isaac::dynamic_control::DcAttractor

struct DcAttractor#

Represents an attractor in the physics simulation.

Contains all the information needed to represent and manipulate an attractor, which is used to apply forces to rigid bodies to attract them to a target pose.

Public Members

DcHandle handle = kDcInvalidHandle#

Handle to this attractor.

DcContext *ctx = nullptr#

Pointer to the context this attractor belongs to.

::physx::PxD6Joint *pxJoint = nullptr#

Pointer to the PhysX D6 joint used to implement the attractor.

DcAttractorProperties props = {}#

Properties of the attractor.

pxr::SdfPath path#

USD path of the attractor.