# Copyright 2020 Open Source Robotics Foundation # Distributed under the terms of the BSD license { lib, buildRosPackage, fetchurl, ament-cmake, ament-lint-auto, ament-lint-common, nav-2d-msgs, nav-2d-utils, nav2-common, nav2-core, nav2-msgs, nav2-util, pluginlib, rclcpp, rclcpp-action, std-msgs }: buildRosPackage { pname = "ros-eloquent-nav2-controller"; version = "0.3.5-r1"; src = fetchurl { url = "https://github.com/SteveMacenski/navigation2-release/archive/release/eloquent/nav2_controller/0.3.5-1.tar.gz"; name = "0.3.5-1.tar.gz"; sha256 = "14639c2d02deeb80a392408154c9103a9e92743f39f3ea4374aa9cb5a905abd9"; }; buildType = "ament_cmake"; buildInputs = [ nav2-common ]; checkInputs = [ ament-lint-auto ament-lint-common ]; propagatedBuildInputs = [ nav-2d-msgs nav-2d-utils nav2-core nav2-msgs nav2-util pluginlib rclcpp rclcpp-action std-msgs ]; nativeBuildInputs = [ ament-cmake ]; meta = { description = ''Controller action interface''; license = with lib.licenses; [ asl20 ]; }; }