We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am using conda/robostack-staging to install our packages.
I am running into issues with params.size() due to a new version of OpenCV (4.7+). This is actually fixed in image_transport_plugins v1.15.0.
params.size()
image_transport_plugins
v1.15.0
However, this version was released, and reverted in #36304, but never released again.
What is the status of this? And can this be re-released?
The text was updated successfully, but these errors were encountered:
I added a PR here again: #42174
Sorry, something went wrong.
Closed by #42174. Thanks!
No branches or pull requests
I am using conda/robostack-staging to install our packages.
I am running into issues with
params.size()
due to a new version of OpenCV (4.7+). This is actually fixed inimage_transport_plugins
v1.15.0
.However, this version was released, and reverted in #36304, but never released again.
What is the status of this? And can this be re-released?
The text was updated successfully, but these errors were encountered: