# Copyright 2021 Open Source Robotics Foundation # Distributed under the terms of the BSD license { lib, buildRosPackage, fetchurl, ament-cmake, ament-cmake-gtest, ament-lint-auto, ament-lint-common, builtin-interfaces, rosidl-cmake, rosidl-default-generators, rosidl-default-runtime }: buildRosPackage { pname = "ros-foxy-plotjuggler-msgs"; version = "0.1.2-r1"; src = fetchurl { url = "https://github.com/facontidavide/plotjuggler_msgs-release/archive/release/foxy/plotjuggler_msgs/0.1.2-1.tar.gz"; name = "0.1.2-1.tar.gz"; sha256 = "241245a077a07b49f69e9d9e30c6b5beb3215466a9a3252572a8cf19c0e2134d"; }; buildType = "ament_cmake"; checkInputs = [ ament-cmake-gtest ament-lint-auto ament-lint-common rosidl-cmake ]; propagatedBuildInputs = [ builtin-interfaces rosidl-default-runtime ]; nativeBuildInputs = [ ament-cmake rosidl-default-generators ]; meta = { description = ''Special Messages for PlotJuggler''; license = with lib.licenses; [ mit ]; }; }