8/18/2016

How to add ROS as a third party dependency

1. Create a catkin workspace
2. Follow the instruction to build ROS from source
3. Change the CMakeLists.txt file. Find add_libaray, add STATIC after the library name to build .a files.
4. catkin_make the workspace
5. Find all .a and .h files to include in the BUILD file

No comments: