this PR change to show only valid bboxes.
current master allocate the bboxes first, and skip if the box is invalid, which cause to show the 1m cube at the originl point.
this PR change to first check if bboxes are valid or not, and allocate it.
I also change to check if bboxes.box[i].header.frame_id is empty or not.
this PR change to show only valid bboxes. current master allocate the bboxes first, and skip if the box is invalid, which cause to show the 1m cube at the originl point. this PR change to first check if bboxes are valid or not, and allocate it.
I also change to check if
bboxes.box[i].header.frame_id
is empty or not.This PR
https://user-images.githubusercontent.com/9300063/200168499-83ef048c-0cfd-4b29-8955-26bea110c073.mp4
Current master branch
https://user-images.githubusercontent.com/9300063/200168503-7d3e9624-5c41-4aec-bb12-0418bc251cf0.mp4
Sample code
cc. @Affonso-Gui