Importing a costmap layer from a pgm.
I've got a costmap that uses a static, obstacle, inflation, and another custom layer that I wrote. Is there an easy way to load an additional layer drawn on a PGM grayscale image? If not, I could probably manage to analyze the image with python or C++ and add values to a new costmap layer from there. Thanks!