# Copyright 2022 Open Source Robotics Foundation # Distributed under the terms of the BSD license { lib, buildRosPackage, fetchurl, ament-cmake, ament-lint-auto, ament-lint-common, rosidl-default-generators, rosidl-default-runtime, std-msgs }: buildRosPackage { pname = "ros-humble-nao-command-msgs"; version = "0.0.4-r3"; src = fetchurl { url = "https://github.com/ros2-gbp/nao_interfaces-release/archive/release/humble/nao_command_msgs/0.0.4-3.tar.gz"; name = "0.0.4-3.tar.gz"; sha256 = "9baeb177ecf4771ef4ed70b74947f0a2c2cf9be0824a7d6a0e166b7cd19b881d"; }; buildType = "ament_cmake"; buildInputs = [ rosidl-default-generators ]; checkInputs = [ ament-lint-auto ament-lint-common ]; propagatedBuildInputs = [ rosidl-default-runtime std-msgs ]; nativeBuildInputs = [ ament-cmake ]; meta = { description = ''Package defining command msgs to be sent to NAO robot.''; license = with lib.licenses; [ asl20 ]; }; }