# Copyright 2025 Open Source Robotics Foundation # Distributed under the terms of the BSD license { lib, buildRosPackage, fetchurl, action-msgs, ament-cmake, geometry-msgs, mrpt-msgs, nav-msgs, rosidl-default-generators, rosidl-default-runtime }: buildRosPackage { pname = "ros-jazzy-mrpt-nav-interfaces"; version = "2.2.1-r1"; src = fetchurl { url = "https://github.com/ros2-gbp/mrpt_navigation-release/archive/release/jazzy/mrpt_nav_interfaces/2.2.1-1.tar.gz"; name = "2.2.1-1.tar.gz"; sha256 = "321ddcffa4745c8fbc2bab54a267376a60d58933b0e50584e42b9421d8d42a62"; }; buildType = "ament_cmake"; buildInputs = [ ament-cmake rosidl-default-generators ]; propagatedBuildInputs = [ action-msgs geometry-msgs mrpt-msgs nav-msgs rosidl-default-runtime ]; nativeBuildInputs = [ ament-cmake rosidl-default-generators ]; meta = { description = "Message, services, and actions, for other mrpt navigation packages."; license = with lib.licenses; [ bsdOriginal ]; }; }