Other Parts Discussed in Thread: MMWAVEICBOOST,
Tool/software: Code Composer Studio
hi!
I am using IWR6843ISK-ODS+MMWAVEICBOOST to detect objects and develeop on it,there is some questions for out-of-box demo:
1、I want to export 3D point cloud data and restore the three-dimensional model of objects,
and export a dat file from mmWave_Demo_Visualizer. Do I want to ask if the dat file contains 3D point cloud data? How to analyze? I use PCL library to reconstruct three-dimensional point clouds,
2、I export the dat file from out-of-box DEMO, and the analysis shows that the following data is a complete PACKAGE:
0201 0403 0605 0807 0600 0003 8000 0000
43680a00 2C01 0000 c88f 6848 0200 0000
0300 0000 0000 0000 0100 0000 2000 0000
2c07 983d 0000 0000 2ada e3bd 0000 0000
Ed07 a83d f7c8 933d 54e1 783d 0000 000
0700 0000 0800 0000 BF00 7802 BF00 7802
0600 0000 1800 0000 0A 0b 0000 8805 0000
60b8 0000 0000 0000 0000 0000 0000 0400 0000
According to the structure description of the derived data, the X coordinate is 933d, which is 2 bytes. Is it directly converted from hexadecimal to 10-decimal, and get the X coordinate?
3、Another problem is that if we detect a static object, no matter how we change the position, we can't see the change of object coordinates in DEMO.