# Copyright 2019 Open Source Robotics Foundation # Distributed under the terms of the BSD license { lib, buildRosPackage, fetchurl, actionlib-msgs, ament-cmake, builtin-interfaces, diagnostic-msgs, geometry-msgs, nav-msgs, sensor-msgs, shape-msgs, std-msgs, std-srvs, stereo-msgs, trajectory-msgs, visualization-msgs }: buildRosPackage { pname = "ros-dashing-common-interfaces"; version = "0.7.0-r1"; src = fetchurl { url = "https://github.com/ros2-gbp/common_interfaces-release/archive/release/dashing/common_interfaces/0.7.0-1.tar.gz"; name = "0.7.0-1.tar.gz"; sha256 = "be2d1306c2f36e4581fe343c79706c60d65641d4aa6f8081a62be03db91cfd32"; }; buildType = "ament_cmake"; propagatedBuildInputs = [ actionlib-msgs builtin-interfaces diagnostic-msgs geometry-msgs nav-msgs sensor-msgs shape-msgs std-msgs std-srvs stereo-msgs trajectory-msgs visualization-msgs ]; nativeBuildInputs = [ ament-cmake ]; meta = { description = ''common_interfaces contains messages and services that are widely used by other ROS packages.''; license = with lib.licenses; [ asl20 ]; }; }