- Robot Operating System Cookbook
- Kumar Bipin
- 23字
- 2025-03-01 11:46:05
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)