Multiple static layers
I have a general costmap question that I hope is appropriate for this forum. I'm working in Ros Kinetic 16.04 with simulation in Gazebo and using move_base to navigate a Jackal with a front-mounted laser-scan. I'm looking for a way to combine two static maps (which contain independent sets of obstacles) into the master costmap. I've tried implementing two distinct static map layers as plugins in the costmap parameters, using separate map servers, but (perhaps not surprisingly) only the latter static map is transmitted into master costmap. I think custom costmap layers may be the resort in this case, but since I haven't seen documentation explicitly prohibiting multiple static layers I was wondering if the layered costmap permits combining separate static maps into the master costmap in some straightforward way that I'm simply missing. Thank you.