24 lines
917 B
Nix
24 lines
917 B
Nix
# Automatically generated by: ros2nix --output-as-nix-pkg-name --fetch --distro jazzy
|
|
{ lib, buildRosPackage, fetchgit, ament-cmake, ament-lint-auto, ament-lint-common, geometry-msgs, rclcpp, std-msgs, tf2, tf2-ros }:
|
|
buildRosPackage rec {
|
|
pname = "ros-jazzy-rbs-simulation";
|
|
version = "0.0.0";
|
|
|
|
src = fetchgit {
|
|
url = "git@gitlab.com:robossembler/robossembler-ros2.git";
|
|
rev = "ac6628f0fbebc73aabe0642704443dce097f5e1d";
|
|
sha256 = "1018mbnwn46nby07hgdmzab3wyd521lv9igbvqljv2dqxa72jhry";
|
|
};
|
|
|
|
buildType = "ament_cmake";
|
|
sourceRoot = "${src.name}/rbs_simulation/";
|
|
buildInputs = [ ament-cmake ];
|
|
checkInputs = [ ament-lint-auto ament-lint-common ];
|
|
propagatedBuildInputs = [ geometry-msgs rclcpp std-msgs tf2 tf2-ros ];
|
|
nativeBuildInputs = [ ament-cmake ];
|
|
|
|
meta = {
|
|
description = "TODO: Package description";
|
|
license = with lib.licenses; [ "TODO-License-declaration" ];
|
|
};
|
|
}
|