gb_visual_detection_3d icon indicating copy to clipboard operation
gb_visual_detection_3d copied to clipboard

Ros Galactic topic camera\depth\registered\point with qos-reliability best-effort

Open lunanueva opened this issue 3 years ago • 1 comments

When run darknet_ros_3d, there is a warn message camera\depth\registered\point with qos-reliability best-effort and not message will be sent. and never it is published darket_ros_3d\markeArray topic.

How can darknet receive message with best effort ???

Thnaks Gracias Florencio garcia

lunanueva avatar Dec 04 '22 21:12 lunanueva

Hi @lunanueva excuse me for the delay. Nowadays in the code the history policy is the one defined (keep last). Unfortunately this configuration you mention requires a little change in the code. In the file src/darknet_ros_3d/Darknet3D.cpp, in the line 58 you will find the subscription to Darknet ROS. Here you have to modify the second parameter which define the QoS. Here you have the API to see how the method works.

It would be great that the node could be configured with this new parameter from the yaml to be able to change the QoS policy without touching the code.

fgonzalezr1998 avatar Jan 30 '23 07:01 fgonzalezr1998