# Copyright 2024 Open Source Robotics Foundation # Distributed under the terms of the BSD license { lib, buildRosPackage, fetchurl, ament-cmake, ament-lint-common, builtin-interfaces, rosidl-default-generators, rosidl-default-runtime }: buildRosPackage { pname = "ros-rolling-std-msgs"; version = "5.2.2-r1"; src = fetchurl { url = "https://github.com/ros2-gbp/common_interfaces-release/archive/release/rolling/std_msgs/5.2.2-1.tar.gz"; name = "5.2.2-1.tar.gz"; sha256 = "aff6ffe5b81e96cc6377181dcbefc5771c02d96f8bcb78a5e70be0acdf61e3ea"; }; buildType = "ament_cmake"; buildInputs = [ ament-cmake rosidl-default-generators ]; checkInputs = [ ament-lint-common ]; propagatedBuildInputs = [ builtin-interfaces rosidl-default-runtime ]; nativeBuildInputs = [ ament-cmake rosidl-default-generators ]; meta = { description = ''A package containing some standard message definitions.''; license = with lib.licenses; [ asl20 ]; }; }