# Copyright 2025 Open Source Robotics Foundation # Distributed under the terms of the BSD license { lib, buildRosPackage, fetchurl, ament-cmake, turtlebot3-fake-node, turtlebot3-gazebo }: buildRosPackage { pname = "ros-rolling-turtlebot3-simulations"; version = "2.2.5-r4"; src = fetchurl { url = "https://github.com/ros2-gbp/turtlebot3_simulations-release/archive/release/rolling/turtlebot3_simulations/2.2.5-4.tar.gz"; name = "2.2.5-4.tar.gz"; sha256 = "f2c6e0afa2572ced1eb60fb613ba9cecfa2d2daacec54b44e65eca87e6bd5a9f"; }; buildType = "ament_cmake"; buildInputs = [ ament-cmake ]; propagatedBuildInputs = [ turtlebot3-fake-node turtlebot3-gazebo ]; nativeBuildInputs = [ ament-cmake ]; meta = { description = "ROS 2 packages for TurtleBot3 simulations"; license = with lib.licenses; [ asl20 ]; }; }