thien94 / orb_slam3_ros

A ROS implementation of ORB_SLAM3
GNU General Public License v3.0
290 stars 88 forks source link

How to use maps? #20

Open PlutoXN opened 1 year ago

PlutoXN commented 1 year ago

How to load .osa map file? Can you elaborate?System.LoadAtlasFromFile: "/home/nby/SLAM3/ROS_MAP/map.osa" But I can't see the map loading in rviz or tracking img

Shivam7Sharma commented 6 months ago

@thien94 I couldn't find anything on the internet that will help me use or convert the .osa map. How do I process it to get a .pgm file for ros or an occupancy grid? This is not useful if we are not getting a map for navigation. Any help is appreciated.

nishantomnipotent commented 1 month ago

i am struggling with the same problem I created a service for loading map and even though it says that the loading is successful there is nothing loading I didnot encounter same problem in orbslam2

sirackerman commented 1 month ago

i am struggling with the same problem I created a service for loading map and even though it says that the loading is successful there is nothing loading I didnot encounter same problem in orbslam2

were you able to fix it?