# Copyright 2023 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-rolling-sensor-msgs"; version = "5.1.0-r1"; src = fetchurl { url = "https://github.com/ros2-gbp/common_interfaces-release/archive/release/rolling/sensor_msgs/5.1.0-1.tar.gz"; name = "5.1.0-1.tar.gz"; sha256 = "96a9ce69d855da210014baa6c570da1468dfce30643c9e0212b73bce70d8ec5d"; }; 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 ]; }; }