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

Update rosdep #15

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Conversation

Aposhian
Copy link
Contributor

With the addition of formant to rosdep all of the dependencies can now be captured in the package.xml. This means you could install dependencies with rosdep install --from-paths ., but numpy and opencv-python would be maybe too old of versions. This is one step closer to making this package compliant for standard ROS packaging.

The pip install of dependencies is removed from the CMake, since installing dependencies shouldn't really go there. The best example of that is when a package is built on one platform and executed on another, then the dependency install doesn't transfer.

@andresgalaviz
Copy link
Contributor

We hit this issue in our repo as well, any chance this gets committed so we don't have to keep an extra install step on our side?

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

Successfully merging this pull request may close these issues.

2 participants