From 7d157228bfc2aaac723fed172ba5946e383f7959 Mon Sep 17 00:00:00 2001 From: davidhan008 <619409713@qq.com> Date: Mon, 26 Jun 2023 13:12:57 +0800 Subject: [PATCH] Fix: octomap name --- fcl.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fcl.spec b/fcl.spec index 5a5fb7d..2425ffd 100644 --- a/fcl.spec +++ b/fcl.spec @@ -16,7 +16,7 @@ BuildRequires: eigen3-devel BuildRequires: flann-devel BuildRequires: gcc-c++ BuildRequires: libccd-devel -BuildRequires: octomap-devel +BuildRequires: ros-humble-octomap BuildRequires: tinyxml-devel %description -- Gitee