The build farm jobs are failing since these packages have been released: e.g. http://build.ros.org/job/Kbin_uX64__agvs_gazebo__ubuntu_xenial_amd64__binary/
As the error message says it can't find its dependencies: e.g. agvs_description.
While the dependencies are being used at build time (
|
find_package(catkin REQUIRED COMPONENTS |
|
agvs_description |
|
gazebo_ros |
|
roscpp |
|
std_msgs |
|
std_srvs |
|
tf |
|
joint_state_controller |
|
velocity_controllers |
|
effort_controllers |
|
) |
) they are wrongly declared as run time dependencies only:
|
<run_depend>agvs_description</run_depend> |
The build farm jobs are failing since these packages have been released: e.g. http://build.ros.org/job/Kbin_uX64__agvs_gazebo__ubuntu_xenial_amd64__binary/
As the error message says it can't find its dependencies: e.g.
agvs_description.While the dependencies are being used at build time (
agvs_sim/agvs_gazebo/CMakeLists.txt
Lines 7 to 17 in 4468050
agvs_sim/agvs_gazebo/package.xml
Line 22 in 4468050