Prims
Apply Relative Pose
Applies a relative pose to a prim using WS Cartesian format. This modifies the prim's pose by composing it with the input relative transform as a full SE(3) transformation (the relative translation is rotated into the correct frame). If object_first is True, the relative pose is interpreted in the object's local frame (T_new = T_object ∘ T_relative); otherwise it is interpreted in the world frame (T_new = T_relative ∘ T_object).
post/prims/poses/relative
Request body
Response
Relative pose set successfully