# Copyright 2021 Open Source Robotics Foundation # Distributed under the terms of the BSD license { lib, buildRosPackage, fetchurl, ament-cmake, ament-lint-auto, ament-lint-common, builtin-interfaces, geometry-msgs, radar-msgs, ros-environment, rosidl-default-generators, rosidl-default-runtime, shape-msgs, std-msgs }: buildRosPackage { pname = "ros-dashing-derived-object-msgs"; version = "3.0.1-r1"; src = fetchurl { url = "https://github.com/astuff/astuff_sensor_msgs-release/archive/release/dashing/derived_object_msgs/3.0.1-1.tar.gz"; name = "3.0.1-1.tar.gz"; sha256 = "7747a3dc69872f8129cafa20841b4299284602f6e179031dcabb1c8722017063"; }; buildType = "catkin"; buildInputs = [ ros-environment rosidl-default-generators ]; checkInputs = [ ament-lint-auto ament-lint-common ]; propagatedBuildInputs = [ builtin-interfaces geometry-msgs radar-msgs rosidl-default-runtime shape-msgs std-msgs ]; nativeBuildInputs = [ ament-cmake ]; meta = { description = ''Abstracted Messages from Perception Modalities''; license = with lib.licenses; [ mit ]; }; }