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

Can't receive large image #7

Open
EltonCN opened this issue Dec 15, 2020 · 3 comments
Open

Can't receive large image #7

EltonCN opened this issue Dec 15, 2020 · 3 comments

Comments

@EltonCN
Copy link

EltonCN commented Dec 15, 2020

I tested the library to receive image messages, and it works great with test images. But when I try with the real image that is full HD 1920×1080 it receives nothing.

I tried crop the image on publisher node to 10x10 and it worked, so maybe the library has some issues with receving large messages? I'm also using Foxy distro on Windows, so maybe it's compability problem.

@ecmnet
Copy link

ecmnet commented Oct 18, 2021

Same experience here. Reason: Max data length in ImagePubSubType.java is set to 100 bytes.

@calvertdw
Copy link
Member

Hi guys, yes it's necessary to set some of the message fields sizes larger and regenerate the messages. We haven't done that because we mostly use custom messages we maintain so far. We also don't have much resources to provide support for this library, but it is seeing some updates. The latest development effort is here: https://github.com/SamuelWHalodi/ihmc-pub-sub-group/tree/feature/xml-config

@calvertdw
Copy link
Member

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

3 participants