Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 703 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 703 Bytes

rs_tensorflow

You will need Robosherlock http://robosherlock.org/installation.html Using this as the basic: https://github.com/serizba/cppflow/tree/cppflow2

Install the TF C API globally https://serizba.github.io/cppflow/installation.html#install-the-tf-c-api-globally

  1. https://www.tensorflow.org/install/lang_c download the linux CPU only (not tested with GPU support yet)
  2. mkdir -p ~/libtensorflow2/ && tar -C ~/libtensorflow2/ -xzf (downloaded file)
  3. sudo ldconfig
  4. export LIBRARY_PATH=$LIBRARY_PATH:~/libtensorflow2/lib
  5. export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:~/libtensorflow2/lib

Step 4 & 5 can be also done in the CMakeLists.txt

$ rosrun robosherlock runAAE _ae:=tensor_low_level