ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
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
2 | No.2 Revision |
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