24 lines
1.3 KiB
Nix
24 lines
1.3 KiB
Nix
# Automatically generated by: ros2nix --output-as-nix-pkg-name --fetch --distro jazzy
|
|
{ lib, buildRosPackage, fetchgit, action-msgs, ament-cmake, ament-lint-auto, ament-lint-common, geometric-shapes, geometry-msgs, gz-ros2-control, moveit-core, moveit-msgs, moveit-ros-planning, moveit-ros-planning-interface, rbs-skill-interfaces, rbs-utils, rclcpp, rclcpp-action, tf2-eigen, tf2-ros, yaml-cpp-vendor, sdformat }:
|
|
buildRosPackage rec {
|
|
pname = "ros-jazzy-rbs-skill-servers";
|
|
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_servers/";
|
|
buildInputs = [ ament-cmake ];
|
|
checkInputs = [ ament-lint-auto ament-lint-common ];
|
|
propagatedBuildInputs = [ action-msgs geometric-shapes geometry-msgs gz-ros2-control moveit-core moveit-msgs moveit-ros-planning moveit-ros-planning-interface rbs-skill-interfaces rbs-utils rclcpp rclcpp-action tf2-eigen tf2-ros yaml-cpp-vendor sdformat ];
|
|
nativeBuildInputs = [ ament-cmake ];
|
|
|
|
meta = {
|
|
description = "TODO: Package description";
|
|
license = with lib.licenses; [ asl20 ];
|
|
};
|
|
}
|