I have built Tensorflow from source code. I am using [`tensorflow_ros_cpp`](http://wiki.ros.org/tensorflow_ros_cpp) package to integrate it with ROS. But, it is unable to locate `libtensorflow_cc.so`.
I have tried editing the `CMakLists.txt` of the package. But it still shows the same error that it is unable to find `libtensorflow_cc.so` and it is searching at the same location. How could I fix this?
↧