Hi,
I tested using Long Range People Detect demo with a sensorPosition and boundaryBox command changes in IWR6843ISK.
I used the 100m cfg provided by the Industrial toolbox 4.7.0.
In some cases, we found that the object was not allocated. Below is my test cases.
case 1: BoundaryBox -15 15 0.5 220 0 2, sensorPosition 2 0 0 -> not allocated
case 2: BoundaryBox -15 15 0.5 220 -6 2, sensorPosition 1.5 0 0 -> allocated
case 3: BoundaryBox -15 15 0.5 220 -6 0, sensorPosition 1.5 0 0 -> not allocated
case 4: BoundaryBox -15 15 0.5 220 -6 0.5, sensorPosition 1.5 0 0 -> not allocated
case 5: BoundaryBox -15 15 0.5 220 -6 1, sensorPosition 1.5 0 0 -> not allocated
case 6: BoundaryBox -15 15 0.5 220 -6 2, sensorPosition 1.5 0 0 -> allocated
case 7: BoundaryBox -15 15 0.5 220 -6 1.5, sensorPosition 1.5 0 0 -> not allocated
case 8: BoundaryBox -15 15 0.5 220 -6 1.5, sensorPosition 0.1 0 0 -> allocated
I only change height,
In case 1, 3, 4, 5, 7 no object was allocated.
In the above case, the z-value of sensorPosition must be less than the z-value of boundaryBox to be assigned an object in the tracker module. Is it right?
Thanks.