# Copyright 2024 Open Source Robotics Foundation # Distributed under the terms of the BSD license { lib, buildRosPackage, fetchurl, ament-cmake, rclcpp }: buildRosPackage { pname = "ros-iron-swri-console-util"; version = "3.7.3-r1"; src = fetchurl { url = "https://github.com/ros2-gbp/marti_common-release/archive/release/iron/swri_console_util/3.7.3-1.tar.gz"; name = "3.7.3-1.tar.gz"; sha256 = "28f414b091eb37ef8d5c803533492373a93164484a6273b438b0e0d942ba1a78"; }; buildType = "ament_cmake"; buildInputs = [ ament-cmake ]; propagatedBuildInputs = [ rclcpp ]; nativeBuildInputs = [ ament-cmake ]; meta = { description = "Utility functions for interacting with console"; license = with lib.licenses; [ bsdOriginal ]; }; }