The open source OpenXR runtime
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

h/mercury: Remove unused variable to fix warning

-4
-4
src/xrt/tracking/hand/mercury/kine_lm/lm_main.cpp
··· 545 545 546 546 T middlepxmdepth = model_joints_rel_camera[Joint21::INDX_PXM].norm(); 547 547 548 - int djai = 0; 549 - 550 548 for (int i = 0; i < 21; i++) { 551 549 552 550 diff_stereographic<T>(model_joints_rel_camera[i], // ··· 576 574 helper.AddValue(relative_diff * T(pow(out[i].confidence_depth, 3)) * T(1.0f) * 577 575 state.depth_err_mul); 578 576 } 579 - 580 - djai++; 581 577 } 582 578 } 583 579 }