runtime/rbs-simulation.nix

25 lines
916 B
Nix
Raw Normal View History

# Automatically generated by: ros2nix --output-as-nix-pkg-name --fetch --distro jazzy
2024-10-25 18:56:58 +03:00
{ 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 {
2024-10-25 19:50:46 +03:00
url = "https://gitlab.com/robossembler/robossembler-ros2";
2024-12-01 17:31:27 +03:00
rev = "b83a68f77724d83e1a0a014ffb4da4ef42ec3a42";
sha256 = "sha256-UdshWzp+WAThBieQPIqNgpy48bLO/+FEEX/higgMJH8=";
2024-10-25 18:56:58 +03:00
};
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" ];
};
}