Robot Operating System Cookbook
上QQ阅读APP看书,第一时间看更新

Compiling the plugin library

We have to add the following line in the CMakeLists.txt file to compile the library:

include_directories(include) 
add_library(polygon_plugins src/polygon_plugins.cpp)