runtime/rbss-objectdetection.nix

24 lines
1 KiB
Nix

# Automatically generated by: ros2nix --output-as-nix-pkg-name --fetch --distro jazzy
{ lib, buildRosPackage, fetchgit, ament-cmake, ament-cmake-python, ament-lint-auto, ament-lint-common, cv-bridge, image-transport, rbs-skill-interfaces, rclcpp, rclpy, sensor-msgs, std-msgs }:
buildRosPackage rec {
pname = "ros-jazzy-rbss-objectdetection";
version = "0.0.1";
src = fetchgit {
url = "git@gitlab.com:robossembler/robossembler-ros2.git";
rev = "ac6628f0fbebc73aabe0642704443dce097f5e1d";
sha256 = "1018mbnwn46nby07hgdmzab3wyd521lv9igbvqljv2dqxa72jhry";
};
buildType = "ament_cmake";
sourceRoot = "${src.name}/rbss_objectdetection/";
buildInputs = [ ament-cmake ament-cmake-python ];
checkInputs = [ ament-lint-auto ament-lint-common ];
propagatedBuildInputs = [ cv-bridge image-transport rbs-skill-interfaces rclcpp rclpy sensor-msgs std-msgs ];
nativeBuildInputs = [ ament-cmake ament-cmake-python ];
meta = {
description = "The Object Detection skill";
license = with lib.licenses; [ asl20 ];
};
}