|
Monado OpenXR Runtime
|
Result of a locate call. More...
#include <xrt/xrt_body_tracker.h>
Data Fields | |
| struct xrt_body_joint_set | joint_set |
| struct xrt_space_relation | base_body |
| bool | is_active |
Result of a locate call.
joint_set is the RAW device joint set (joint relations still expressed relative to the body pose). base_body is the body pose resolved into the requested base space (T_base_body). The caller chains each joint relation with base_body, exactly as oxr does today.