Navigation Stack does not use a map from Gmapping?
In navigation stack, the tutorial is based on a static map and amcl for localization. When using with slam, some people suggested just exclude the static map and amcl and run gmapping.
I already did that and it worked. However, when I looked into rxgraph, why the only topic move_base(Navigation stack) use from Gmapping is /tf and it does not use /map from Gmapping at all?
I've looked into the code and guessed it might create map by itself in costmap2D from laser scan in move_base node.
If this is true, would it be better to use the real map from Gmapping?
Only costmap from laser scan and correct position from Gmapping through /tf is enough correct?