Closed ahoarau closed 7 years ago
wrong catch, it is only because it's a non-catkin package. closing.
I found out it was because of the <depend
in the manifest.xml
.
I also found that it was heavily discussed here https://github.com/orocos-toolchain/utilrb/issues/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.
I tried to build orocos with ros industrial-ci and I get this error when running rosdep :
I think it is just missing
<buildtool_depend>catkin</buildtool_depend>
here as inrtt
:https://github.com/orocos-toolchain/rtt/blob/master/package.xml#L14