ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
You need to link the library against the library containing GridProcess symbols. If it's in another package you should add the library to the exports in the other packages manifest.xml and make sure that you depend on that package. If it's in the same package you need to use the "target_link_libraries" cmake command in you CmakeLists.txt.