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