From 1228e5d4e916dbbca9ed87b79aa33037c8d139eb Mon Sep 17 00:00:00 2001 From: Atsushi Watanabe Date: Wed, 24 Jul 2024 14:31:12 +0900 Subject: [PATCH] Fix runtime dependencies Dependencies like class_loader are needed runtime. If packages using pluginlib are executed without class_loader installed, they fail with: "Error loading shared library libclass_loader.so: No such file or directory" --- pluginlib/package.xml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/pluginlib/package.xml b/pluginlib/package.xml index a64b54fb..d1451d80 100644 --- a/pluginlib/package.xml +++ b/pluginlib/package.xml @@ -20,20 +20,20 @@ catkin + class_loader + rosconsole + roslib + tinyxml2 + cmake_modules libboost-dev libboost-filesystem-dev - class_loader - rosconsole - roslib - tinyxml2 libboost-dev libboost-filesystem-dev - class_loader - rosconsole - roslib - tinyxml2 + + boost + libboost-filesystem