# Copyright 2019 Open Source Robotics Foundation # Distributed under the terms of the BSD license { lib, buildRosPackage, fetchurl, ament-cmake, ament-cmake-gtest, ament-cmake-pytest, ament-lint-auto, ament-lint-common, dwb-msgs, geometry-msgs, launch, launch-testing, nav-2d-msgs, nav-2d-utils, nav-msgs, nav2-common, nav2-costmap-2d, nav2-util, pluginlib, rclcpp, sensor-msgs, std-msgs, tf2-ros, visualization-msgs }: buildRosPackage { pname = "ros-dashing-dwb-core"; version = "0.2.6-r1"; src = fetchurl { url = "https://github.com/SteveMacenski/navigation2-release/archive/release/dashing/dwb_core/0.2.6-1.tar.gz"; name = "0.2.6-1.tar.gz"; sha256 = "6d2e0aec7b54e7ee4f795753f38d4d601326edbca35fa996e4a30fae7faa2f4f"; }; buildType = "ament_cmake"; buildInputs = [ nav-2d-msgs nav2-common sensor-msgs visualization-msgs ]; checkInputs = [ ament-cmake-gtest ament-cmake-pytest ament-lint-auto ament-lint-common launch launch-testing ]; propagatedBuildInputs = [ dwb-msgs geometry-msgs nav-2d-utils nav-msgs nav2-costmap-2d nav2-util pluginlib rclcpp std-msgs tf2-ros ]; nativeBuildInputs = [ ament-cmake ]; meta = { description = ''TODO''; license = with lib.licenses; [ bsdOriginal ]; }; }