2019-09-04 17:11:04 -04:00
|
|
|
|
|
|
|
# Copyright 2019 Open Source Robotics Foundation
|
|
|
|
# Distributed under the terms of the BSD license
|
|
|
|
|
|
|
|
{ lib, buildRosPackage, fetchurl, rqt-gui-py, ament-xmllint, ament-flake8, rclpy, rqt-gui, qt-gui-py-common, rqt-console, python3Packages, ament-copyright, rqt-py-common, ament-index-python, python-qt-binding }:
|
2019-09-06 12:16:22 -04:00
|
|
|
buildRosPackage {
|
2019-09-04 17:11:04 -04:00
|
|
|
pname = "ros-dashing-rqt-reconfigure";
|
2019-11-07 17:17:35 -05:00
|
|
|
version = "1.0.4-r1";
|
2019-09-04 17:11:04 -04:00
|
|
|
|
|
|
|
src = fetchurl {
|
2019-11-07 17:17:35 -05:00
|
|
|
url = "https://github.com/ros2-gbp/rqt_reconfigure-release/archive/release/dashing/rqt_reconfigure/1.0.4-1.tar.gz";
|
|
|
|
name = "1.0.4-1.tar.gz";
|
|
|
|
sha256 = "d80e45536bbb564a3c5246056446beccff64770183b1801243fc20f3ffe07616";
|
2019-09-04 17:11:04 -04:00
|
|
|
};
|
|
|
|
|
|
|
|
buildType = "ament_python";
|
|
|
|
checkInputs = [ ament-copyright ament-xmllint ament-flake8 ];
|
|
|
|
propagatedBuildInputs = [ rqt-gui-py rclpy rqt-gui python3Packages.pyyaml qt-gui-py-common rqt-console ament-index-python rqt-py-common python-qt-binding ];
|
|
|
|
|
|
|
|
meta = {
|
|
|
|
description = ''This rqt plugin provides a way to view and edit parameters on nodes.'';
|
|
|
|
license = with lib.licenses; [ bsdOriginal asl20 ];
|
|
|
|
};
|
|
|
|
}
|