This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

IWRL6432BOOST: UART data structure

Part Number: IWRL6432BOOST

Hi

I parsed the tlv for 301- MMWDEMO_OUTPUT_EXT_MSG_DETECTED_POINTS.

I am getting the Point Cloud Unit Values struct as


1.0e+09 *

0.9576 0.9904 1.0486 1.0654 0.0014


I am getting x as before multiplication with  xyzUnit



I want to know the xyzUnit actual unit 
Thus the conversion xyzUnit=957621741 
is correct that I obtained?

  • Hi,

    I would check the values in pUnit in "parsePointCloudExtTLV" in the Industrial Visualizer source code. You can also check the xyzUnit that the data is being compressed with on the device in motion_detect.c in the 5.2 SDK.

    Regards,

    Tim