# Copyright 2025 Open Source Robotics Foundation # Distributed under the terms of the BSD license { lib, buildRosPackage, fetchurl, assimp, boost, cmake, doxygen, eigen, eigenpy, git, octomap, python3, python3Packages }: buildRosPackage { pname = "ros-rolling-hpp-fcl"; version = "2.4.5-r1"; src = fetchurl { url = "https://github.com/ros2-gbp/hpp_fcl-release/archive/release/rolling/hpp-fcl/2.4.5-1.tar.gz"; name = "2.4.5-1.tar.gz"; sha256 = "627193c739fb118667f53ec0e7cc5b1c9b5593990288532efebf8effcd9334a9"; }; buildType = "cmake"; buildInputs = [ cmake doxygen git python3Packages.lxml ]; propagatedBuildInputs = [ assimp boost eigen eigenpy octomap python3 python3Packages.numpy ]; nativeBuildInputs = [ cmake ]; meta = { description = "An extension of the Flexible Collision Library."; license = with lib.licenses; [ bsdOriginal ]; }; }