# Copyright 2025 Open Source Robotics Foundation # Distributed under the terms of the BSD license { lib, buildRosPackage, fetchurl, ament-cmake, ament-cmake-pytest, ament-lint-auto, ament-lint-common, launch, launch-testing, launch-testing-ament-cmake, launch-testing-ros, rclcpp, rclcpp-components, rmw-fastrtps-cpp, std-msgs }: buildRosPackage { pname = "ros-jazzy-demo-nodes-cpp-native"; version = "0.33.5-r1"; src = fetchurl { url = "https://github.com/ros2-gbp/demos-release/archive/release/jazzy/demo_nodes_cpp_native/0.33.5-1.tar.gz"; name = "0.33.5-1.tar.gz"; sha256 = "49eea161e7e3898971626adc6e889f10a3248ab711cbd4ba49f083d52261f511"; }; buildType = "ament_cmake"; buildInputs = [ ament-cmake ]; checkInputs = [ ament-cmake-pytest ament-lint-auto ament-lint-common launch launch-testing launch-testing-ament-cmake launch-testing-ros ]; propagatedBuildInputs = [ rclcpp rclcpp-components rmw-fastrtps-cpp std-msgs ]; nativeBuildInputs = [ ament-cmake ]; meta = { description = "C++ nodes which access the native handles of the rmw implementation."; license = with lib.licenses; [ asl20 ]; }; }