# Copyright 2025 Open Source Robotics Foundation # Distributed under the terms of the BSD license { lib, buildRosPackage, fetchurl, ament-cmake, ds-dbw-can, ds-dbw-msgs, joy, rclcpp, rclcpp-components, sensor-msgs, std-msgs }: buildRosPackage { pname = "ros-jazzy-ds-dbw-joystick-demo"; version = "2.3.2-r1"; src = fetchurl { url = "https://github.com/DataspeedInc-release/dbw_ros-release/archive/release/jazzy/ds_dbw_joystick_demo/2.3.2-1.tar.gz"; name = "2.3.2-1.tar.gz"; sha256 = "31de391777ee10e23313227fba23cfa1a011c6ac1711fc9ade9c3aa60ee746ef"; }; buildType = "ament_cmake"; buildInputs = [ ament-cmake ]; propagatedBuildInputs = [ ds-dbw-can ds-dbw-msgs joy rclcpp rclcpp-components sensor-msgs std-msgs ]; nativeBuildInputs = [ ament-cmake ]; meta = { description = "Demonstration of drive-by-wire with joystick"; license = with lib.licenses; [ bsdOriginal ]; }; }