# Copyright 2025 Open Source Robotics Foundation # Distributed under the terms of the BSD license { lib, buildRosPackage, fetchurl, action-msgs, ament-cmake, ament-cmake-core, ament-lint-auto, ament-lint-common, rosidl-core-generators, service-msgs }: buildRosPackage { pname = "ros-rolling-rosidl-default-generators"; version = "1.7.1-r1"; src = fetchurl { url = "https://github.com/ros2-gbp/rosidl_defaults-release/archive/release/rolling/rosidl_default_generators/1.7.1-1.tar.gz"; name = "1.7.1-1.tar.gz"; sha256 = "2ed689fe069726b9eb557202d728502a15596335bbd06ddb745212b263b96618"; }; buildType = "ament_cmake"; buildInputs = [ ament-cmake ]; checkInputs = [ ament-lint-auto ament-lint-common ]; propagatedBuildInputs = [ action-msgs ament-cmake-core rosidl-core-generators service-msgs ]; nativeBuildInputs = [ action-msgs ament-cmake ament-cmake-core rosidl-core-generators service-msgs ]; meta = { description = "A configuration package defining the default ROS interface generators."; license = with lib.licenses; [ asl20 ]; }; }