# 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, tuw-geo-msgs, tuw-geometry-msgs, tuw-std-msgs }: buildRosPackage { pname = "ros-jazzy-tuw-object-msgs"; version = "0.2.5-r1"; src = fetchurl { url = "https://github.com/ros2-gbp/tuw_msgs-release/archive/release/jazzy/tuw_object_msgs/0.2.5-1.tar.gz"; name = "0.2.5-1.tar.gz"; sha256 = "db488faf772cbd020939ef5f02493366349d580c17b05bebdc1616f27fdd7587"; }; 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 tuw-geo-msgs tuw-geometry-msgs tuw-std-msgs ]; nativeBuildInputs = [ ament-cmake rosidl-default-generators ]; meta = { description = "The tuw_object_msgs package. This pkg provides a set of messages used to detect, map and track objects of different types."; license = with lib.licenses; [ bsdOriginal ]; }; }