# Copyright 2021 Open Source Robotics Foundation # Distributed under the terms of the BSD license { lib, buildRosPackage, fetchurl, catkin, controller-interface, hardware-interface, realtime-tools, roscpp, std-msgs }: buildRosPackage { pname = "ros-noetic-forward-command-controller"; version = "0.18.1-r1"; src = fetchurl { url = "https://github.com/ros-gbp/ros_controllers-release/archive/release/noetic/forward_command_controller/0.18.1-1.tar.gz"; name = "0.18.1-1.tar.gz"; sha256 = "f8f5bcfb8121fd2bf2d2d6a95d7084e9297e901962151805469708761e03b3c9"; }; buildType = "catkin"; propagatedBuildInputs = [ controller-interface hardware-interface realtime-tools roscpp std-msgs ]; nativeBuildInputs = [ catkin ]; meta = { description = ''forward_command_controller''; license = with lib.licenses; [ bsdOriginal ]; }; }