mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-01 12:46:12 +00:00
d/opengloves: Remove left-over code
This commit is contained in:
parent
1d1af807e4
commit
570a5513be
|
@ -97,7 +97,6 @@ opengloves_device_get_hand_tracking(struct xrt_device *xdev,
|
|||
|
||||
enum xrt_hand hand = od->hand;
|
||||
|
||||
struct xrt_vec3 static_offset = {0, 0, 0};
|
||||
struct u_hand_tracking_values values = {.little =
|
||||
{
|
||||
.splay = od->last_input->splay[4],
|
||||
|
@ -138,9 +137,6 @@ opengloves_device_get_hand_tracking(struct xrt_device *xdev,
|
|||
XRT_SPACE_RELATION_ORIENTATION_VALID_BIT |
|
||||
XRT_SPACE_RELATION_POSITION_VALID_BIT;
|
||||
|
||||
struct xrt_pose hand_on_handle_pose;
|
||||
u_hand_joints_offset_valve_index_controller(hand, &static_offset, &hand_on_handle_pose);
|
||||
|
||||
*out_timestamp_ns = requested_timestamp_ns;
|
||||
out_joint_set->is_active = true;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue