How to generate /map topic?
Hello,
I was trying to follow some tutorials regarding navigation and mapping, and I realized that they all add the topic /map to the RVIZ Map tab. However, if I look at my active topics list I can't see a topic named /map. Is there a specific node I need to launch to get that topic? or a specific procedure that need to be followed?
Any help would be appreciated.
Thank you.
Almost all navigation packages rely on localization, which is usually provided by either a SLAM algorithm (like
gmapping
,slam_karto
, ...) creating the map or localization algorithm likeamcl
which needs a map to work, that is usually published from themap_server
.There are quite some tutorials available that explain both cases.
Please follow up with more concrete questions (and a link to the tutorial you are following) if this is not sufficient.