March 2018
Intermediate to advanced
1396 pages
42h 14m
English
After doing all these things, we can compose the CMakeLists.txt of the package:
## my_controller_file libraryadd_library(my_controller_lib src/my_controller_file.cpp)target_link_libraries(my_controller_lib ${catkin_LIBRARIES})
You will get the complete CMakeLists.txt from chapter_6_codes/my_controller_pkg.