# Copyright 2021 Open Source Robotics Foundation # Distributed under the terms of the BSD license { lib, buildRosPackage, fetchurl, actionlib-msgs, ament-cmake, ament-lint-auto, ament-lint-common, 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-foxy-common-interfaces"; version = "2.0.4-r1"; src = fetchurl { url = "https://github.com/ros2-gbp/common_interfaces-release/archive/release/foxy/common_interfaces/2.0.4-1.tar.gz"; name = "2.0.4-1.tar.gz"; sha256 = "d2e8668f3ad1bbab33ae9da3034df8c4a45dac95f1e92c92bcb8622688c7fa17"; }; buildType = "ament_cmake"; checkInputs = [ ament-lint-auto ament-lint-common ]; 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 ]; }; }