From d573f63bb666dd87f378e9f4580b9681fa769975 Mon Sep 17 00:00:00 2001 From: Ryan Friedman <25047695+Ryanf55@users.noreply.github.com> Date: Sat, 26 Jul 2025 15:01:42 -0600 Subject: [PATCH] Remove map_msgs exported dependency * This is unused Signed-off-by: Ryan Friedman <25047695+Ryanf55@users.noreply.github.com> --- grid_map_rviz_plugin/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/grid_map_rviz_plugin/CMakeLists.txt b/grid_map_rviz_plugin/CMakeLists.txt index 92bb25b57..4425b60c3 100644 --- a/grid_map_rviz_plugin/CMakeLists.txt +++ b/grid_map_rviz_plugin/CMakeLists.txt @@ -136,7 +136,6 @@ ament_export_dependencies( Qt5 rviz_common geometry_msgs - map_msgs nav_msgs rclcpp )