# Copyright 2025 Open Source Robotics Foundation # Distributed under the terms of the BSD license { lib, buildRosPackage, fetchurl, ament-cmake, ament-cmake-core, ament-index-python, ament-lint-auto, ament-lint-common, python3, rosidl-cli, rosidl-cmake, rosidl-generator-c, rosidl-generator-type-description, rosidl-parser, rosidl-pycommon, rosidl-runtime-cpp }: buildRosPackage { pname = "ros-jazzy-rosidl-generator-cpp"; version = "4.6.5-r1"; src = fetchurl { url = "https://github.com/ros2-gbp/rosidl-release/archive/release/jazzy/rosidl_generator_cpp/4.6.5-1.tar.gz"; name = "4.6.5-1.tar.gz"; sha256 = "add6a074576414284dbf98bcb1624880c8fcfdd0ff3c2858e08481279cc293ee"; }; buildType = "ament_cmake"; buildInputs = [ ament-cmake ]; checkInputs = [ ament-lint-auto ament-lint-common ]; propagatedBuildInputs = [ ament-cmake-core ament-index-python python3 rosidl-cli rosidl-cmake rosidl-generator-c rosidl-generator-type-description rosidl-parser rosidl-pycommon rosidl-runtime-cpp ]; nativeBuildInputs = [ ament-cmake ament-cmake-core python3 rosidl-pycommon ]; meta = { description = "Generate the ROS interfaces in C++."; license = with lib.licenses; [ asl20 ]; }; }