Posted by matlabbe on URL: http://official-rtab-map-forum.206.s1.nabble.com/Intraprocess-Communication-tp11042p11050.html
It looks like a limitation of ComposableNode: "intraprocess communication allowed only with volatile durability ". We use transient by default (latch:=true) for mapping topics. The workaround seems indeed to turn off latching.
The only downside is that maps will be always republished after each update. in SLAM mode, it was already doing that anyway, but in localization mode, it means the map will be republished even if the map doesn't change.