# Copyright 2019 Open Source Robotics Foundation # Distributed under the terms of the BSD license { lib, buildRosPackage, fetchurl, ament-cmake-ros, builtin-interfaces, rcl-interfaces, rclpy, ros2node, ros2param, ros2pkg, ros2service, ros2topic, rosbridge-library, rosidl-default-generators, rosidl-default-runtime }: buildRosPackage { pname = "ros-dashing-rosapi"; version = "1.0.2-r1"; src = fetchurl { url = "https://github.com/ros2-gbp/rosbridge_suite-release/archive/release/dashing/rosapi/1.0.2-1.tar.gz"; name = "1.0.2-1.tar.gz"; sha256 = "f1c7f1d3cc9d553908aa3955269cd3801f6f22cbd7e21f19c01574438366f551"; }; buildType = "ament_cmake"; propagatedBuildInputs = [ builtin-interfaces rcl-interfaces rclpy ros2node ros2param ros2pkg ros2service ros2topic rosbridge-library rosidl-default-runtime ]; nativeBuildInputs = [ ament-cmake-ros rosidl-default-generators ]; meta = { description = ''Provides service calls for getting ros meta-information, like list of topics, services, params, etc.''; license = with lib.licenses; [ bsdOriginal ]; }; }