octomap_server2 icon indicating copy to clipboard operation
octomap_server2 copied to clipboard

projected_map's size does not increase with the map

Open ZhongmouLi opened this issue 9 months ago • 4 comments

Hi @iKrishneel ,

First of all, I would like to say thank you for developing this wonderful ros2 pkg. I am trying to use it to convert a map built in pointcloud2 by LIO-SAM to a Octomap, then convert the Octomap to a 2D occupancy grid map for nav2.

My env

  • Ubuntu 22.04
  • ROS2 Humble

Issue I run LIO-SAM to build a map that is in pointcloud2, which is feed into octomap_server2. However, it seems like that the prjected_map has a fixed size and it cannot get increased when the map becomes larger.

Image

Image

Question

  1. is there any way to increase the size of the projected_map dynamically?
  2. do you think I can use the projected_map as an input for nav2 directly?

ZhongmouLi avatar Feb 25 '25 10:02 ZhongmouLi

@ZhongmouLi Same issue :( Have you solved it?

bksuh avatar Sep 19 '25 06:09 bksuh

@ZhongmouLi Same issue :( Have you solved it?同样的问题 :( 你解决了吗?

把sensor_model/max_range调大就可以了,比如100 调到500,1000

XYjy949 avatar Nov 14 '25 07:11 XYjy949

@ZhongmouLi Same issue :( Have you solved it? No, unfortunately.

ZhongmouLi avatar Nov 14 '25 13:11 ZhongmouLi

@ZhongmouLi Same issue :( Have you solved it?同样的问题 :( 你解决了吗?

把sensor_model/max_range调大就可以了,比如100 调到500,1000

谢谢你的回复,我去试试看。

ZhongmouLi avatar Nov 14 '25 13:11 ZhongmouLi