Skip to content

build farm jobs failing #2

@dirk-thomas

Description

@dirk-thomas

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>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions