runtime/nix/rbs-skill-interfaces.nix

24 lines
1.1 KiB
Nix

# Automatically generated by: ros2nix --output-as-nix-pkg-name --fetch --output-dir nix --distro jazzy
{ lib, buildRosPackage, fetchgit, ament-cmake, ament-cmake-gtest, ament-lint-auto, ament-lint-common, geometry-msgs, moveit-msgs, rosidl-default-generators, rosidl-default-runtime, shape-msgs, std-msgs, test-msgs }:
buildRosPackage rec {
pname = "ros-jazzy-rbs-skill-interfaces";
version = "0.0.0";
src = fetchgit {
url = "git@gitlab.com:robossembler/robossembler-ros2.git";
rev = "a87d5779895cadca4ef5a121d03156e85387b199";
sha256 = "0zxx8pd8y5f8qi6phwr88zx502i31clsx3wk78rsjs9zp4q3zlmm";
};
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 moveit-msgs rosidl-default-runtime shape-msgs std-msgs ];
nativeBuildInputs = [ ament-cmake rosidl-default-generators ];
meta = {
description = "TODO: Package description";
license = with lib.licenses; [ asl20 ];
};
}