@@ -5,7 +5,7 @@ foxglove_bridge:
55ros_ign_interfaces :
66 add_host : ["ros-kilted-rcl-interfaces"]
77cartographer_ros :
8- add_host : ["cartographer 2.*", "libboost-devel"]
8+ add_host : ["cartographer 2.*", "libboost-devel", "ceres-solver * cpu*" ]
99libyaml_vendor :
1010 add_host : ["yaml-cpp", "yaml"]
1111 add_run : ["yaml-cpp", "yaml"]
@@ -39,7 +39,7 @@ rviz_ogre_vendor:
3939 add_build : ["vcstool"]
4040 add_run : ["assimp"]
4141pcl_conversions :
42- add_host : ["${{ 'libgl-devel' if linux }}", "${{ 'libopengl-devel' if linux }}", "libboost-devel"]
42+ add_host : ["${{ 'libgl-devel' if linux }}", "${{ 'libopengl-devel' if linux }}", "libboost-devel", "eigen-abi-devel" ]
4343pcl_ros :
4444 add_host : ["${{ 'libgl-devel' if linux }}", "${{ 'libopengl-devel' if linux }}", "libboost-devel"]
4545rviz_rendering :
@@ -96,7 +96,7 @@ nav2_smac_planner:
9696nav2_util :
9797 add_host : ["libboost-devel"]
9898nav2_constrained_smoother :
99- add_host : ["${{ 'openblas' if win }}"]
99+ add_host : ["${{ 'openblas' if win }}", "ceres-solver * cpu*" ]
100100nav2_mppi_controller :
101101 add_build : ["${{ 'clang <19' if osx }}"]
102102ompl :
@@ -133,6 +133,8 @@ rviz2:
133133 add_host : ["${{ 'libgl-devel' if linux }}", "${{ 'libopengl-devel' if linux }}"]
134134plotjuggler_ros :
135135 add_host : ["${{ 'libgl-devel' if linux }}", "${{ 'libopengl-devel' if linux }}"]
136+ moveit_core :
137+ add_host : ["eigen-abi-devel"]
136138moveit_setup_framework :
137139 add_host : ["${{ 'libgl-devel' if linux }}", "${{ 'libopengl-devel' if linux }}"]
138140moveit_setup_core_plugins :
@@ -161,7 +163,7 @@ rqt_image_overlay:
161163 add_host : ["${{ 'libgl-devel' if linux }}", "${{ 'libopengl-devel' if linux }}"]
162164slam_toolbox :
163165 add_build : ["${{ 'qt-main' if (build_platform != target_platform) }}"]
164- add_host : ["${{ 'libgl-devel' if linux }}", "${{ 'libopengl-devel' if linux }}", "blas-devel"]
166+ add_host : ["${{ 'libgl-devel' if linux }}", "${{ 'libopengl-devel' if linux }}", "blas-devel", "ceres-solver * cpu*" ]
165167vision_msgs_rviz_plugins :
166168 add_build : ["${{ 'qt-main' if (build_platform != target_platform) }}"]
167169 add_host : ["${{ 'libgl-devel' if linux }}", "${{ 'libopengl-devel' if linux }}"]
@@ -220,11 +222,14 @@ gz_transport_vendor:
220222gz_utils_vendor :
221223 add_host : ["gz-utils3"]
222224 add_run : ["gz-utils3"]
225+ sdformat_urdf :
226+ add_host : ["sdformat15"]
227+ add_run : ["sdformat15"]
223228sdformat_vendor :
224229 add_host : ["sdformat15"]
225230 add_run : ["sdformat15"]
226231gz_dartsim_vendor :
227- add_host : ["dartsim-cpp"]
232+ add_host : ["dartsim-cpp", "eigen-abi-devel" ]
228233 add_run : ["dartsim-cpp"]
229234gz_ogre_next_vendor :
230235 add_host : ["ogre-next"]
@@ -247,6 +252,8 @@ autoware_utils_pcl:
247252 add_host : ["${{ 'libgl-devel' if linux }}", "${{ 'libopengl-devel' if linux }}"]
248253autoware_utils_debug :
249254 add_host : ["fmt"]
255+ autoware_trajectory :
256+ add_host : ["fmt"]
250257rclpy :
251258 add_host : ["typing_extensions"]
252259 add_run : ["typing_extensions"]
@@ -267,3 +274,17 @@ console_bridge_vendor:
267274grid_map_octomap :
268275 add_host : ["octomap"]
269276 add_run : ["octomap"]
277+ py_trees :
278+ add_host : ["poetry-core"]
279+ py_trees_js :
280+ add_host : ["poetry-core"]
281+ py_trees_ros :
282+ add_host : ["poetry-core"]
283+ py_trees_ros_viewer :
284+ add_host : ["poetry-core"]
285+ tf2_eigen_kdl :
286+ add_host : ["eigen-abi-devel"]
287+ pinocchio :
288+ add_host : ["eigen-abi-devel"]
289+ eigenpy :
290+ add_host : ["eigen-abi-devel"]
0 commit comments