You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
The text was updated successfully, but these errors were encountered:
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 inmapping_node.h
and is not provided in this lib. Do you guys have any solution in this case, please ?The text was updated successfully, but these errors were encountered: