Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
lunanueva opened this issue Dec 4, 2022 · 1 comment

Comments

@lunanueva
Copy link

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

@fgonzalezr1998
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants