# Copyright 2025 Open Source Robotics Foundation # Distributed under the terms of the BSD license { lib, buildRosPackage, fetchurl, ament-cmake-auto, ament-lint-auto, autoware-cmake, autoware-internal-planning-msgs, autoware-lint-common, autoware-utils-math, autoware-utils-system, boost, tf2, tf2-eigen, tf2-geometry-msgs }: buildRosPackage { pname = "ros-jazzy-autoware-utils-geometry"; version = "1.4.1-r1"; src = fetchurl { url = "https://github.com/ros2-gbp/autoware_utils-release/archive/release/jazzy/autoware_utils_geometry/1.4.1-1.tar.gz"; name = "1.4.1-1.tar.gz"; sha256 = "275000bcb1725e35bdfa2c71c3b3f92d730bbb5c4436aa430131dce3848b51f4"; }; buildType = "ament_cmake"; buildInputs = [ ament-cmake-auto autoware-cmake ]; checkInputs = [ ament-lint-auto autoware-lint-common autoware-utils-system ]; propagatedBuildInputs = [ autoware-internal-planning-msgs autoware-utils-math boost tf2 tf2-eigen tf2-geometry-msgs ]; nativeBuildInputs = [ ament-cmake-auto autoware-cmake ]; meta = { description = "The autoware_utils_geometry package"; license = with lib.licenses; [ asl20 ]; }; }