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

Incorrect ID responded from action #13

Open
simk0024 opened this issue Jul 10, 2023 · 2 comments
Open

Incorrect ID responded from action #13

simk0024 opened this issue Jul 10, 2023 · 2 comments

Comments

@simk0024
Copy link

I am using action to get bounding_boxes of an image, but I noticed that the response if for previous request.
The flow was like:
Send request ID 0, receive response ID 0 (blank image)
Send request ID 1, receive response ID 0 (image with correct bounding boxes from request ID 0)
Send request ID 2, receive response ID 1 (as above)
...
Do anyone encounter same issue?

@Ar-Ray-code
Copy link
Owner

As for the ROS2 action, I have not been maintaining it and maybe left the problem unaddressed.
It would be great if you could fix it 😀
Let me know your distro, the specifications are slightly different between Humble and earlier.

@simk0024
Copy link
Author

I found a fix from leggedrobotics/darknet_ros@master...MayurT:darknet_ros:fix/action_server_result
will verify the bugfix.

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