# Copyright 2025 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-rolling-system-modes-msgs"; version = "0.9.0-r5"; src = fetchurl { url = "https://github.com/ros2-gbp/system_modes-release/archive/release/rolling/system_modes_msgs/0.9.0-5.tar.gz"; name = "0.9.0-5.tar.gz"; sha256 = "967819245c2fea590407bf0520c29b87080af0c93a86bf0dc1867e07906337f4"; }; 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 ]; }; }