# Copyright 2021 Open Source Robotics Foundation # Distributed under the terms of the BSD license { lib, buildRosPackage, fetchurl, ament-cmake, costmap-queue, dwb-core, dwb-critics, dwb-msgs, dwb-plugins, nav-2d-msgs, nav-2d-utils }: buildRosPackage { pname = "ros-galactic-nav2-dwb-controller"; version = "1.0.6-r1"; src = fetchurl { url = "https://github.com/SteveMacenski/navigation2-release/archive/release/galactic/nav2_dwb_controller/1.0.6-1.tar.gz"; name = "1.0.6-1.tar.gz"; sha256 = "a40b19b30d64ceb8cdf5ed4da9e4fcc1a2b016a64fa4c3447853a74bc820b1a0"; }; buildType = "ament_cmake"; propagatedBuildInputs = [ costmap-queue dwb-core dwb-critics dwb-msgs dwb-plugins nav-2d-msgs nav-2d-utils ]; nativeBuildInputs = [ ament-cmake ]; meta = { description = ''ROS2 controller (DWB) metapackage''; license = with lib.licenses; [ asl20 ]; }; }