2024-10-25 19:32:24 +03:00
|
|
|
# Automatically generated by: ros2nix --output-as-nix-pkg-name --fetch --distro jazzy
|
2024-10-30 11:53:50 +03:00
|
|
|
{ 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 }:
|
2024-10-25 18:56:58 +03:00
|
|
|
buildRosPackage rec {
|
|
|
|
pname = "ros-jazzy-rbs-skill-servers";
|
|
|
|
version = "0.0.0";
|
|
|
|
|
|
|
|
src = fetchgit {
|
2024-10-25 19:50:46 +03:00
|
|
|
url = "https://gitlab.com/robossembler/robossembler-ros2";
|
2024-11-01 12:22:02 +03:00
|
|
|
rev = "72415c155ce1a410250b48a773d33545d6cb4e78";
|
|
|
|
sha256 = "sha256-ZCAPrdObbfdmZ0Oq2Nx+7CIBeXGUZnRqKbsYW+1iwYo=";
|
2024-10-25 18:56:58 +03:00
|
|
|
};
|
|
|
|
|
|
|
|
buildType = "ament_cmake";
|
|
|
|
sourceRoot = "${src.name}/rbs_skill_servers/";
|
|
|
|
buildInputs = [ ament-cmake ];
|
|
|
|
checkInputs = [ ament-lint-auto ament-lint-common ];
|
2024-10-30 11:53:50 +03:00
|
|
|
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 ];
|
2024-10-25 18:56:58 +03:00
|
|
|
nativeBuildInputs = [ ament-cmake ];
|
|
|
|
|
|
|
|
meta = {
|
|
|
|
description = "TODO: Package description";
|
|
|
|
license = with lib.licenses; [ asl20 ];
|
|
|
|
};
|
|
|
|
}
|