-
Notifications
You must be signed in to change notification settings - Fork 42
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
The size of Map message is too big #55
Comments
Hi @gyeongmin6099, thanks for trying out wavemap! One setting that might help is the Depending on your use case, there might be additional things you can configure. When you say the messages are too big, is the issue packet-loss (e.g. unreliable WiFi), is there a hard limit on the max message size (e.g. hardware limits on the embedded device), or are you having issues with limited bandwidth (e.g. slow WiFi or a radio)? How do you intend to use the maps on the Ubuntu machine? Does it run Rviz, a planner, or something else? |
Thank you for your fast response :) |
Hi @victorreijgwart I have one more question! |
Hi @gyeongmin6099, great to hear that changing Yes, it would be possible to add colors to the map. The main changes that would be needed would be to add a map data structure that includes a color channel (alongside the occupancy) and a compatible measurement integrator. Let me know how it goes with rendering the maps in a browser. That'd be a really awesome feature! |
I'm interested in it! If this project can make 3D Map like the real world. It would be awesome! |
@gyeongmin6099, that's great! Let's continue the discussion on how to get started in this feature request. Then others can easily find it and join. |
Question
Thank you for your marvelous work.
I'm trying to run
wavemap
in the small area withmin_cell_width : 0.05
.If
min_cell_width : 0.1
, the size of Map message isn't too big, but it has 10 times bigger size about a few MB withmin_cell_width:0.05
. And It's too big to send from device to ubuntu machine in real time.Is there way to reduce the size of Map message?
Thanks.
Runtime information:
System information:
The text was updated successfully, but these errors were encountered: