# Copyright 2021 Open Source Robotics Foundation # Distributed under the terms of the BSD license { lib, buildRosPackage, fetchurl, actionlib, catkin, flexbe-msgs, pythonPackages, rospy }: buildRosPackage { pname = "ros-melodic-flexbe-input"; version = "1.3.1-r1"; src = fetchurl { url = "https://github.com/FlexBE/flexbe_behavior_engine-release/archive/release/melodic/flexbe_input/1.3.1-1.tar.gz"; name = "1.3.1-1.tar.gz"; sha256 = "ff53abeb3fdff9cf84447db21f67da532c57366b46801c34348500e63c3bfbba"; }; buildType = "catkin"; propagatedBuildInputs = [ actionlib flexbe-msgs pythonPackages.six rospy ]; nativeBuildInputs = [ catkin ]; meta = { description = ''flexbe_input enables to send data to onboard behavior when required.''; license = with lib.licenses; [ bsdOriginal ]; }; }