IntelligentRoboticsLabs / gb_visual_detection_3d

87 stars 32 forks source link

Why sometimes bounding box marker doesn't appear in rviz? #70

Closed TapleFlib closed 1 year ago

TapleFlib commented 1 year ago

The darknet_ros bounding box is there consistently, but the bounding_boxes_3d markers is not consistent and disappears frequently. Is minimum threshold the problem? I didn't change anything though.

fgonzalezr1998 commented 1 year ago

It may be due to different casues:

  1. The probability decreases: In this case, try to decrease the minimun probability in the yaml
  2. the minimum threshold is too small. Try changing it and see the results
  3. Any kind of problem with the consistency of the point cloud: Monitor your point cloud for detecting any problem

These are the thing that are maybe causing some problems. If the problem persists after this trials, I would need more specific information about your system.

I hope my advices are useful @TapleFlib

TapleFlib commented 1 year ago

I'll try it, thanks !