# Copyright 2025 Open Source Robotics Foundation # Distributed under the terms of the BSD license { lib, buildRosPackage, fetchurl, ament-cmake, ament-lint-common, geometry-msgs, rc-common-msgs, rosidl-default-generators, rosidl-default-runtime, shape-msgs, std-msgs }: buildRosPackage { pname = "ros-rolling-rc-reason-msgs"; version = "0.4.0-r2"; src = fetchurl { url = "https://github.com/ros2-gbp/rc_reason_clients-release/archive/release/rolling/rc_reason_msgs/0.4.0-2.tar.gz"; name = "0.4.0-2.tar.gz"; sha256 = "2dc6be955fc0026f40983da2250c3745ffa7746387f25f633187886705747004"; }; buildType = "ament_cmake"; buildInputs = [ ament-cmake rosidl-default-generators ]; checkInputs = [ ament-lint-common ]; propagatedBuildInputs = [ geometry-msgs rc-common-msgs rosidl-default-runtime shape-msgs std-msgs ]; nativeBuildInputs = [ ament-cmake rosidl-default-generators ]; meta = { description = "Msg and srv definitions for rc_reason_clients"; license = with lib.licenses; [ bsdOriginal ]; }; }