Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Difference between this repo and tensroflow_ros_cpp? #4

Open
mikexyl opened this issue Jul 7, 2020 · 1 comment
Open

Difference between this repo and tensroflow_ros_cpp? #4

mikexyl opened this issue Jul 7, 2020 · 1 comment

Comments

@mikexyl
Copy link

mikexyl commented Jul 7, 2020

hello, I try to use tensorflow in my ros application. But i am confused with these two repo, they looks really similar to me. tf_ros_cpp requires tf_catkin as a dependency, but tf_catkin looks like already usable in catkin environment. Which one should I use?

@sarlinpe
Copy link
Contributor

sarlinpe commented Jul 7, 2020

tensorflow_catkin takes care of compiling TensorFlow using CMake - as such it probably does not work with recent versions of TensorFlow, I only tested with 1.8.

tensorflow_ros_cpp requires TensorFlow to be already installed and compiled, either through tensorflow_catkin (CMake), pip, or Bazel. It seems to be well maintained and work with recent versions of TensorFlow (up to 1.15 apparently).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants