# Copyright 2025 Open Source Robotics Foundation # Distributed under the terms of the BSD license { lib, buildRosPackage, fetchurl, ament-cmake, builtin-interfaces, lifecycle-msgs, rclcpp, rosidl-default-generators }: buildRosPackage { pname = "ros-rolling-cascade-lifecycle-msgs"; version = "2.0.0-r1"; src = fetchurl { url = "https://github.com/ros2-gbp/cascade_lifecycle-release/archive/release/rolling/cascade_lifecycle_msgs/2.0.0-1.tar.gz"; name = "2.0.0-1.tar.gz"; sha256 = "2e19f7e5e09bc01f63be912cea6b0ec4af8dec67a7590b4492b5220e67ee4f7c"; }; buildType = "ament_cmake"; buildInputs = [ ament-cmake ]; propagatedBuildInputs = [ builtin-interfaces lifecycle-msgs rclcpp rosidl-default-generators ]; nativeBuildInputs = [ ament-cmake ]; meta = { description = "Messages for rclcpp_cascade_lifecycle package"; license = with lib.licenses; [ asl20 ]; }; }