These establish some c++ style containers for maps used in robotic navigation.
This group includes c++ like containers for building maps in robotic navigation.
Include the following at the top of any translation unit which requires this library:
#include <ecl/maps.hpp> // The classes using ecl::GridMap;
Since the manipulator classes are templatised headers, there is no need to directly link (however, it's dependencies will need linking).
See the class documentation and unit test for further information.