# Copyright 2021 Open Source Robotics Foundation # Distributed under the terms of the BSD license { lib, buildRosPackage, fetchurl, actionlib-msgs, catkin, geometry-msgs, message-generation, message-runtime, sensor-msgs, std-msgs }: buildRosPackage { pname = "ros-melodic-robot-calibration-msgs"; version = "0.6.4-r1"; src = fetchurl { url = "https://github.com/ros-gbp/robot_calibration-release/archive/release/melodic/robot_calibration_msgs/0.6.4-1.tar.gz"; name = "0.6.4-1.tar.gz"; sha256 = "f7ad438cebdd4c0e631471ff463aee3afd4a53fe69cbd662c78c99be29b3aaca"; }; buildType = "catkin"; buildInputs = [ message-generation ]; propagatedBuildInputs = [ actionlib-msgs geometry-msgs message-runtime sensor-msgs std-msgs ]; nativeBuildInputs = [ catkin ]; meta = { description = ''Messages for calibrating a robot''; license = with lib.licenses; [ asl20 ]; }; }