# Copyright 2019 Open Source Robotics Foundation # Distributed under the terms of the BSD license { lib, buildRosPackage, fetchurl, ament-cmake, rclcpp }: buildRosPackage { pname = "ros-dashing-swri-console-util"; version = "3.0.3-r1"; src = fetchurl { url = "https://github.com/swri-robotics-gbp/marti_common-release/archive/release/dashing/swri_console_util/3.0.3-1.tar.gz"; name = "3.0.3-1.tar.gz"; sha256 = "d5a1441bdbdb7872e3959f92fac39d9149e7da00a007146c905d7ae2ff088b01"; }; buildType = "ament_cmake"; propagatedBuildInputs = [ rclcpp ]; nativeBuildInputs = [ ament-cmake ]; meta = { description = ''swri_console_util''; license = with lib.licenses; [ bsdOriginal ]; }; }