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

orogen missing catkin build tool dep #88

Closed
ahoarau opened this issue Mar 21, 2017 · 2 comments
Closed

orogen missing catkin build tool dep #88

ahoarau opened this issue Mar 21, 2017 · 2 comments

Comments

@ahoarau
Copy link

ahoarau commented Mar 21, 2017

I tried to build orocos with ros industrial-ci and I get this error when running rosdep :

ERROR: the following packages/stacks could not have their rosdep keys resolved
to system dependencies:
orogen: Missing resource catkin
ROS path [0]=/root/catkin_ws

I think it is just missing <buildtool_depend>catkin</buildtool_depend> here as in rtt :

https://github.com/orocos-toolchain/rtt/blob/master/package.xml#L14

@ahoarau
Copy link
Author

ahoarau commented Mar 21, 2017

wrong catch, it is only because it's a non-catkin package. closing.

@ahoarau ahoarau closed this as completed Mar 21, 2017
@ahoarau
Copy link
Author

ahoarau commented Mar 22, 2017

I found out it was because of the <depend in the manifest.xml.

I also found that it was heavily discussed here orocos-toolchain/utilrb#5 2 years ago, and the conclusion was to drop rosdep functionnality.

My only option is to remove the manifest.xml before the building script in the travis build.

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

1 participant