# Copyright 2025 Open Source Robotics Foundation # Distributed under the terms of the BSD license { lib, buildRosPackage, fetchurl, ament-cmake, ament-lint-common, builtin-interfaces, geometry-msgs, rosidl-default-generators, rosidl-default-runtime, sensor-msgs, std-msgs }: buildRosPackage { pname = "ros-rolling-visualization-msgs"; version = "5.4.2-r1"; src = fetchurl { url = "https://github.com/ros2-gbp/common_interfaces-release/archive/release/rolling/visualization_msgs/5.4.2-1.tar.gz"; name = "5.4.2-1.tar.gz"; sha256 = "611ead7b92f80aee5da900b56d7eebd9d6acc3ef4b4b1e0654ece6c9ffe68966"; }; buildType = "ament_cmake"; buildInputs = [ ament-cmake rosidl-default-generators ]; checkInputs = [ ament-lint-common ]; propagatedBuildInputs = [ builtin-interfaces geometry-msgs rosidl-default-runtime sensor-msgs std-msgs ]; nativeBuildInputs = [ ament-cmake rosidl-default-generators ]; meta = { description = "A package containing some visualization and interaction related message definitions."; license = with lib.licenses; [ asl20 ]; }; }