21 lines
630 B
Nix
21 lines
630 B
Nix
# Automatically generated by: ros2nix --output-as-nix-pkg-name --fetch --output-dir nix --distro jazzy
|
|
{ lib, buildRosPackage, fetchFromGitHub }:
|
|
buildRosPackage rec {
|
|
pname = "ros-jazzy-ffw-bringup";
|
|
version = "1.0.5";
|
|
|
|
src = fetchFromGitHub {
|
|
owner = "ROBOTIS-GIT";
|
|
repo = "ai_worker";
|
|
rev = "e53bb7266841d2cc99e1566ff3922f023a079b3b";
|
|
sha256 = "0q02igrwfc4n7g51h3250lapkvmpaapxd35b1k5mzdxfmlz4rqcl";
|
|
};
|
|
|
|
buildType = "ament_python";
|
|
sourceRoot = "${src.name}/ffw_bringup/";
|
|
|
|
meta = {
|
|
description = "ROS 2 launch scripts for starting the FFW";
|
|
license = with lib.licenses; [ asl20 ];
|
|
};
|
|
}
|