# Copyright 2025 Open Source Robotics Foundation # Distributed under the terms of the BSD license { lib, buildRosPackage, fetchurl, ament-cmake, ament-cmake-cppcheck, ament-cmake-gtest, ament-lint-auto, ament-lint-common, builtin-interfaces, rosidl-default-generators, rosidl-default-runtime, std-msgs }: buildRosPackage { pname = "ros-rolling-tuw-std-msgs"; version = "0.2.5-r1"; src = fetchurl { url = "https://github.com/ros2-gbp/tuw_msgs-release/archive/release/rolling/tuw_std_msgs/0.2.5-1.tar.gz"; name = "0.2.5-1.tar.gz"; sha256 = "ebd636066ae8395d52e1bcf3980050ac674ad9573c33414a612fc24a63d21f90"; }; buildType = "ament_cmake"; buildInputs = [ ament-cmake rosidl-default-generators ]; checkInputs = [ ament-cmake-cppcheck ament-cmake-gtest ament-lint-auto ament-lint-common ]; propagatedBuildInputs = [ builtin-interfaces rosidl-default-runtime std-msgs ]; nativeBuildInputs = [ ament-cmake rosidl-default-generators ]; meta = { description = "The tuw_std_msgs package"; license = with lib.licenses; [ bsdOriginal ]; }; }