iGibson icon indicating copy to clipboard operation
iGibson copied to clipboard

get_data_for_vr_tracker() always return an empty tracker_data

Open Colin-KelinLi opened this issue 2 years ago • 0 comments

Hi, I am attempting to call the get_data_for_vr_tracker() function in VR but always get empty data.

I confirm that the serial number is correct. The code is: is_valid, trans, rot = s.get_data_for_vr_tracker(TEST_TRACKER_SERIAL_NUM). And results are Screenshot 2022-07-06 19:34:59

This code can render VR and pybullet correctly but cannot get the tracker data.

Colin-KelinLi avatar Jul 06 '22 18:07 Colin-KelinLi