Bloom: Creating debs. Rosdep can't resolve key.
Hi,
I'm trying to create debian packages from my catkin packages with bloom. After the bloom-import-upstream step has finished, the bloom-generate step fails when generating the first package (A) with Could not resolve rosdep key 'B'
, where B is the name of another package in the same metapackage on which A depends.
rosdep resolve B
also returns ERROR: no rosdep rule for 'B'
.
Any ideas? Thanks.