ibaiGorordo / AWR1642-Read-Data-Python-MMWAVE-SDK-2

Python program to read and plot the data in real time from the AWR1642 and IWR1642 mmWave radar boards (Texas Instruments).
MIT License
137 stars 57 forks source link

about z-axis #26

Closed akbkon closed 4 years ago

akbkon commented 4 years ago

hello!

My problem is that when I use AWR1642 to collect data, the value of z[objectNum] is always being 0. Could you please tell me what I can do to solve the problem?

Hope for your reply! Thanks!

ibaiGorordo commented 4 years ago

Hello,

If you are using the normal AWR1642 BOOST, it only measures the 2D position, that is why the Z value is 0. You will have to use another board like the AWR1843 for the 3D point cloud.

Regards, Ibai

akbkon commented 4 years ago

Oh, I see. I really appreciate for your help!