# 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-cmake-flake8, ament-cmake-gmock, ament-cmake-gtest, ament-cmake-pep257, ament-cmake-uncrustify, ament-lint-auto, launch, launch-system-modes, rclcpp, rclcpp-lifecycle, ros2launch, system-modes, system-modes-msgs }: buildRosPackage { pname = "ros-rolling-system-modes-examples"; version = "0.9.0-r5"; src = fetchurl { url = "https://github.com/ros2-gbp/system_modes-release/archive/release/rolling/system_modes_examples/0.9.0-5.tar.gz"; name = "0.9.0-5.tar.gz"; sha256 = "4af76bf2d28a8d5fec370c194811e38be5ecc070ec94b2d86eab15adf3a49210"; }; buildType = "ament_cmake"; buildInputs = [ ament-cmake ]; checkInputs = [ ament-cmake-cppcheck ament-cmake-cpplint ament-cmake-flake8 ament-cmake-gmock ament-cmake-gtest ament-cmake-pep257 ament-cmake-uncrustify ament-lint-auto ]; propagatedBuildInputs = [ launch launch-system-modes rclcpp rclcpp-lifecycle ros2launch system-modes system-modes-msgs ]; nativeBuildInputs = [ ament-cmake ]; meta = { description = ''Example systems and according launch files for the system_modes package.''; license = with lib.licenses; [ asl20 ]; }; }