# Copyright 2021 Open Source Robotics Foundation # Distributed under the terms of the BSD license { lib, buildRosPackage, fetchurl, catkin, laser-geometry, roscpp, sensor-msgs, tf }: buildRosPackage { pname = "ros-melodic-cob-scan-unifier"; version = "0.7.4-r1"; src = fetchurl { url = "https://github.com/ipa320/cob_driver-release/archive/release/melodic/cob_scan_unifier/0.7.4-1.tar.gz"; name = "0.7.4-1.tar.gz"; sha256 = "41bca060537e0874148a4b2b195f8575cfa80c19ed0f5be0e3fed816c5bcf956"; }; buildType = "catkin"; propagatedBuildInputs = [ laser-geometry roscpp sensor-msgs tf ]; nativeBuildInputs = [ catkin ]; meta = { description = ''The cob_scan_unifier package holds code to unify two or more laser-scans to one unified scan-message''; license = with lib.licenses; [ asl20 ]; }; }