You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The original code in ROS1 was written to be compatible with slam_gmapping or hector_slam, which AFAIK publish a map of a fixed size. In ROS2 the facto slam choice is slam_toolbox, which publishes the map as it grows changing its size, but this doesn't work with the map merging algorithm in this package.
A more dive deep into the code is needed but I think the solution can be to pad all maps to the biggest map among received maps and then just apply the existing algorithm
The text was updated successfully, but these errors were encountered:
The original code in ROS1 was written to be compatible with slam_gmapping or hector_slam, which AFAIK publish a map of a fixed size. In ROS2 the facto slam choice is slam_toolbox, which publishes the map as it grows changing its size, but this doesn't work with the map merging algorithm in this package.
A more dive deep into the code is needed but I think the solution can be to pad all maps to the biggest map among received maps and then just apply the existing algorithm
The text was updated successfully, but these errors were encountered: