I have flashed my IWR1843BOOST with Automative Toolbox 3.6.0>Labs>Medium Range Radar
Following the Tracker output generated by UI in a still indoor room.
According the UI the cluster size is approximately 4m wide and 4m length (from the figure the square is the cluster detected by the sensor)
Log file is as follows
I have also used the python based parser mmr.py mentioned in the thread AWR1843BOOST: Medium Range Radar Data from USB
According to it the parsed information is as follows
{ "header": { "type": 3, "length": 16 }, "body": { "numDetectedObj": 1, "xyzQFormat": 7, "data": [ { "x": 608, "y": 1146, "xd": 12, "yd": -6, "xSize": 261, "ySize": 261 } ] }
According to the parsed log generated the type 3 tlv Cluster Size is xSize and ySize is around 261 .
How is it related to the information in GUI? I was expecting some values related to 4m in parsed information. Also is the value 261 in cm ? Where can I get more details about it?