-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Description
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
| find_package(catkin REQUIRED COMPONENTS | |
| agvs_description | |
| gazebo_ros | |
| roscpp | |
| std_msgs | |
| std_srvs | |
| tf | |
| joint_state_controller | |
| velocity_controllers | |
| effort_controllers | |
| ) |
agvs_sim/agvs_gazebo/package.xml
Line 22 in 4468050
| <run_depend>agvs_description</run_depend> |
Metadata
Metadata
Assignees
Labels
No labels