# Copyright 2025 Open Source Robotics Foundation # Distributed under the terms of the BSD license { lib, buildRosPackage, fetchurl, ament-cmake-auto, ament-lint-auto, ament-lint-common, rosidl-default-generators, rosidl-default-runtime, std-msgs }: buildRosPackage { pname = "ros-jazzy-ros2-socketcan-msgs"; version = "1.3.0-r1"; src = fetchurl { url = "https://github.com/ros2-gbp/ros2_socketcan-release/archive/release/jazzy/ros2_socketcan_msgs/1.3.0-1.tar.gz"; name = "1.3.0-1.tar.gz"; sha256 = "b7a02c179f237424fbf3b9a0ef1af41db68ad34ca55bf93d89dea171c6b6132f"; }; buildType = "ament_cmake"; buildInputs = [ ament-cmake-auto rosidl-default-generators ]; checkInputs = [ ament-lint-auto ament-lint-common ]; propagatedBuildInputs = [ rosidl-default-runtime std-msgs ]; nativeBuildInputs = [ ament-cmake-auto ]; meta = { description = "Messages for SocketCAN"; license = with lib.licenses; [ asl20 ]; }; }