Not sure what is going on: I'm replicating a setup that has worked on another repository, but now seems to fail. See ros-industrial/motoman_experimental#15.
Because both motoman and industrial_robot_pkg_gen has not been released, I've added them to a .travis.rosinstall file. Afaik, this should result in both of those repositories being cloned before rosdep .. is run, but all recent Travis builds have failed because:
motoman_robot_pkg_gen: Cannot locate rosdep definition for [industrial_robot_pkg_gen]
This seems to point to the .travis.rosinstall file not having been used somehow.
Is this (again) a pebcak or should this just work?
Not sure what is going on: I'm replicating a setup that has worked on another repository, but now seems to fail. See ros-industrial/motoman_experimental#15.
Because both
motoman
andindustrial_robot_pkg_gen
has not been released, I've added them to a.travis.rosinstall
file. Afaik, this should result in both of those repositories being cloned beforerosdep ..
is run, but all recent Travis builds have failed because:This seems to point to the
.travis.rosinstall
file not having been used somehow.Is this (again) a
pebcak
or should this just work?