# Copyright 2024 Open Source Robotics Foundation # Distributed under the terms of the BSD license { lib, buildRosPackage, fetchurl, ament-cmake, ament-cmake-cppcheck, ament-cmake-cpplint, ament-lint-auto, ament-lint-common, rosidl-default-generators, rosidl-default-runtime }: buildRosPackage { pname = "ros-iron-system-modes-msgs"; version = "0.9.0-r5"; src = fetchurl { url = "https://github.com/ros2-gbp/system_modes-release/archive/release/iron/system_modes_msgs/0.9.0-5.tar.gz"; name = "0.9.0-5.tar.gz"; sha256 = "339f3f84de412cb81e5b10144c2a4301ced531ca53b72c559d57453f88ee8d59"; }; buildType = "ament_cmake"; buildInputs = [ ament-cmake rosidl-default-generators ]; checkInputs = [ ament-cmake-cppcheck ament-cmake-cpplint ament-lint-auto ament-lint-common ]; propagatedBuildInputs = [ rosidl-default-runtime ]; nativeBuildInputs = [ ament-cmake rosidl-default-generators ]; meta = { description = "Interface package, containing message definitions and service definitions for the system modes package."; license = with lib.licenses; [ asl20 ]; }; }