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

Adhoc Node does not work properly #9

Open
kushaagra opened this issue Jul 3, 2015 · 2 comments
Open

Adhoc Node does not work properly #9

kushaagra opened this issue Jul 3, 2015 · 2 comments

Comments

@kushaagra
Copy link

Adhoc Node is not able to send map grids of over 50 by 50 size. I have tested the code using my own clients to the service by sending maps. It works fine for small messages like 20 by 20 grids, but it fails considerably for 50*50 size.
That is why , even your map_merger and explorer module are not able to run because the map information is not being transmitted.
It seems there is a bug in your code. Please resolve this issue.

I am ready to dive into your code and help you in changing it. But I need help where should I start changing it.
Thanks :)

@aau-ros
Copy link
Owner

aau-ros commented Aug 13, 2015

Please excuse the late reply and thank you for your comment. Can you please elaborate what you mean by size 50 by 50? Tiles? Meters? If I have some more information, I'm sure we can figure out the problem.

@AlexisTM
Copy link

AlexisTM commented May 7, 2018

@kushaagra
This is more likely a 64k payload limitation due to protocol. You can split your map in multiple submaps. Indeed, ok bigger scale, you wouldn't be able to send the whole map you built, but only chunk per chunk. Also, you should send observations (things that does not fit the current map built)

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