# Copyright 2025 Open Source Robotics Foundation # Distributed under the terms of the BSD license { lib, buildRosPackage, fetchurl, ament-cmake-core, ament-cmake-python, launch, launch-ros, osrf-pycommon, python3Packages, rclpy }: buildRosPackage { pname = "ros-humble-nav2-common"; version = "1.1.18-r1"; src = fetchurl { url = "https://github.com/SteveMacenski/navigation2-release/archive/release/humble/nav2_common/1.1.18-1.tar.gz"; name = "1.1.18-1.tar.gz"; sha256 = "2d33e196ab8d0a3ce33a7141d64cb946866c6d1f09c92834eb108112a4a4a48a"; }; buildType = "ament_cmake"; buildInputs = [ ament-cmake-python ]; propagatedBuildInputs = [ ament-cmake-core launch launch-ros osrf-pycommon python3Packages.pyyaml rclpy ]; nativeBuildInputs = [ ament-cmake-core ]; meta = { description = "Common support functionality used throughout the navigation 2 stack"; license = with lib.licenses; [ asl20 ]; }; }