20 lines
668 B
Nix
20 lines
668 B
Nix
# Automatically generated by: ros2nix --distro jazzy
|
|
{ lib, buildRosPackage, ament-cmake, ament-lint-auto, ament-lint-common, libserial-dev, mg-msgs, rclcpp, std-srvs, tf2, tf2-geometry-msgs, tf2-ros }:
|
|
buildRosPackage rec {
|
|
pname = "ros-jazzy-mg-odometry";
|
|
version = "0.0.0";
|
|
|
|
src = ./.;
|
|
|
|
buildType = "ament_cmake";
|
|
buildInputs = [ ament-cmake ];
|
|
checkInputs = [ ament-lint-auto ament-lint-common ];
|
|
propagatedBuildInputs = [ mg-msgs rclcpp std-srvs tf2 tf2-geometry-msgs tf2-ros ];
|
|
nativeBuildInputs = [ ament-cmake ];
|
|
|
|
meta = {
|
|
description = "TODO: Package description";
|
|
license = with lib.licenses; [ "TODO-License-declaration" ];
|
|
};
|
|
}
|