ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Link libroscpp_serialization.so in your build command but not sure of compilation if any other libraries are missing.
Correct way would be to create a ROS package CreatingPackage make things easy and add your source and update CMakeLists.txt and then build with catkin_make
.