gb_visual_detection_3d
gb_visual_detection_3d copied to clipboard
last_detection_ts_ time out in update loop should be configurable
https://github.com/IntelligentRoboticsLabs/gb_visual_detection_3d/blob/melodic/darknet_ros_3d/src/darknet_ros_3d/Darknet3D.cpp#L168 It's better to use a rosparam threshold instead hardcoded value of 2 seconds.
I'm happy to make a PR if this is a welcome enhancement.
Yes, it should be a parameter. Feel free to make a PR if you want @AravindaDP