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

use tensorflow_ros_cpp package without needing to rebuild from source? #3

Open
deeptf opened this issue Dec 11, 2018 · 1 comment
Open
Labels
enhancement New feature or request hacktoberfest help wanted Extra attention is needed

Comments

@deeptf
Copy link

deeptf commented Dec 11, 2018

Is there a way I can install this package as any other ros package at ros-kinetic file hierarchy such that I do not need to have sub-module of this package and need to rebuild from source each time?
Have you tried this before?

Thanks again for your response and thoughts.

@peci1
Copy link
Member

peci1 commented Dec 11, 2018

I was also thinking about that. There are two things that prevent this package from being released:

  1. the current mechanism requires this package to be actually built in order to work, since there are no build artifacts it'd provide, just CMake variables and a handful of symlinks.
  2. the pip- and bazel-based methods are basically big big hacks (mis)using non-public APIs. I'm not sure if ROS would accept such a package to be released...

The first problem has a solution - rewriting this whole package to work as a CMake "function", module or whatever, that can be called by other CMake files in a similar manner you call find_package. Unfortunately, this idea came to my mind late, when most of the work was already done. So if somebody has the time to do the rewrite, I'll be happy to merge it (it'd be best if it allowed both being used as a catkin package and a cmake module). It's however unlikely that I'll have time for this. On the other hand, most of the "hard work" is already done and it's just about using it differently.

@peci1 peci1 added enhancement New feature or request help wanted Extra attention is needed labels Jul 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request hacktoberfest help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants