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
Thank you very much for your work and the open-source code. While running the program, I wanted to test the generation of the topological map under the condition of real-time robot perception and mapping. I made the following modifications, but the map was not correctly constructed during execution. Could you please advise on what might be the issue? I am eagerly looking forward to your response. Once again, thank you so much!
The text was updated successfully, but these errors were encountered:
Thank you very much for your attention. Is there a solution to this issue, or is there something I haven't corrected properly? I am looking forward to your response, Thank you.
Hello!
Thank you for your interest in my research!
The issue you're encountering is caused by a blind spot in the robot's vicinity.
(If the graph initialization happens too quickly, this issue might occur—please check this.)
In your figure, the robot is standing in an empty space (without lidar scans).
Therefore, you should move the robot to an area with lidar data.
However, if you're using raw point clouds, the area around the robot will always appear empty.
Thank you very much for your work and the open-source code. While running the program, I wanted to test the generation of the topological map under the condition of real-time robot perception and mapping. I made the following modifications, but the map was not correctly constructed during execution. Could you please advise on what might be the issue? I am eagerly looking forward to your response. Once again, thank you so much!



The text was updated successfully, but these errors were encountered: