# Copyright 2025 Open Source Robotics Foundation # Distributed under the terms of the BSD license { lib, buildRosPackage, fetchurl, ament-cmake, ament-cmake-python, ament-index-python, ament-lint-auto, ament-lint-common, builtin-interfaces, cli11, geometry-msgs, gflags, gz-math-vendor, gz-msgs-vendor, gz-sim-vendor, gz-transport-vendor, launch, launch-ros, launch-testing, launch-testing-ament-cmake, pkg-config, rclcpp, rclcpp-components, rcpputils, ros-gz-interfaces, std-msgs, tf2, tf2-ros }: buildRosPackage { pname = "ros-jazzy-ros-gz-sim"; version = "1.0.12-r1"; src = fetchurl { url = "https://github.com/ros2-gbp/ros_ign-release/archive/release/jazzy/ros_gz_sim/1.0.12-1.tar.gz"; name = "1.0.12-1.tar.gz"; sha256 = "fe74da360dd60d9918b6949094881e2c0a3c893ef504c2e0b02b191d2af78e27"; }; buildType = "ament_cmake"; buildInputs = [ ament-cmake ament-cmake-python pkg-config ]; checkInputs = [ ament-lint-auto ament-lint-common launch-ros launch-testing launch-testing-ament-cmake ]; propagatedBuildInputs = [ ament-index-python builtin-interfaces cli11 geometry-msgs gflags gz-math-vendor gz-msgs-vendor gz-sim-vendor gz-transport-vendor launch launch-ros rclcpp rclcpp-components rcpputils ros-gz-interfaces std-msgs tf2 tf2-ros ]; nativeBuildInputs = [ ament-cmake ament-cmake-python pkg-config ]; meta = { description = "Tools for using Gazebo Sim simulation with ROS."; license = with lib.licenses; [ asl20 ]; }; }