ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Hi,

I think a very simple solution is that just assume the relative positions of these two maps are known. For example,

int delta_x = -20, delta_y = 20;

Then you can simply combine the two maps instead of using:

ccupancy_grid_utils::combineGrids

Hi,

I think a very simple solution is that just assume the relative positions of these two maps are known. For example,

int delta_x = -20, delta_y = 20;

Then you can simply combine the two maps by a few lines of code instead of using:

ccupancy_grid_utils::combineGrids