Open hikashi opened 3 years ago
@hikashi Were you able to solve this problem? Please help
I am not able to solve this issue after going through the code. I believe they are using OpenCV to merge both submap without providing a fixed anchor to the coordinate. Hence, there is a need for using a static transform publisher to publish the TF tree relationship between the submap and merged map. In short, I think it is unable to resolve the mentioned issue. Especially for map expansion and I believe this is the limitation of the merged map using OpenCV.
I do suggest increasing the initial submap size to be larger for removing auto map expansion for resolving this issue.
Hi,
I am running RRT exploration on the merged map, which initially adjusted using tf transform to the world frame. Somehow when I start running exploration and expands the map, it somehow shifted instead of fixing at the origin. U can see the cost map is still somehow reflecting the location of the robots but the map is shifted as shown below:
Is it because of map expanding in the map merge causing the origin to move? I did try the known init and unknown init but both of them have the same outcome. Any feedback would be appreciated.
Regards, Billy