Hi, I am trying to build this lib under ROS Kinetic with catkin_make -DCMAKE_BUILD_TYPE=Release but I always face the following problem:
error: inline function 'bool cslibs_mapping::MappingNode::saveMaps(int)' used but never defined [-Werror]
After taking a look at the code, I think the problem should be SaveMap.h, which is included in mapping_node.h and is not provided in this lib. Do you guys have any solution in this case, please ?