# Automatically generated by: ros2nix --output-as-nix-pkg-name --fetch --distro jazzy { lib, buildRosPackage, fetchgit, ament-cmake, ament-cmake-gtest, ament-lint-auto, ament-lint-common, geometry-msgs, rosidl-default-generators, rosidl-default-runtime, shape-msgs, std-msgs, test-msgs, moveit-msgs }: buildRosPackage rec { pname = "ros-jazzy-rbs-skill-interfaces"; version = "0.0.0"; src = fetchgit { url = "https://gitlab.com/robossembler/robossembler-ros2"; rev = "d6cd0d5601493ad4f4b7c77b7cbc2d62455c8176"; sha256 = "sha256-oheOuUKGcgpVHZqiSjmuex2ct0G7nFK0nJsIjMeItRo="; }; buildType = "ament_cmake"; sourceRoot = "${src.name}/rbs_skill_interfaces/"; buildInputs = [ ament-cmake rosidl-default-generators ]; checkInputs = [ ament-cmake-gtest ament-lint-auto ament-lint-common test-msgs ]; propagatedBuildInputs = [ geometry-msgs rosidl-default-runtime shape-msgs std-msgs moveit-msgs ]; nativeBuildInputs = [ ament-cmake rosidl-default-generators ]; meta = { description = "TODO: Package description"; license = with lib.licenses; [ asl20 ]; }; }