Skip to content

Commit

Permalink
use pluginlib hpp header instead of deprecated .h
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasw committed Aug 25, 2023
1 parent b557804 commit 16e4d27
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion grid_map_cv/src/InpaintFilter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
*/

#include "grid_map_cv/InpaintFilter.hpp"
#include <pluginlib/class_list_macros.h>
#include <pluginlib/class_list_macros.hpp>
#include <ros/ros.h>

// Grid Map
Expand Down
2 changes: 1 addition & 1 deletion grid_map_filters/src/plugins.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include <pluginlib/class_list_macros.h>
#include <pluginlib/class_list_macros.hpp>

#include "grid_map_filters/BufferNormalizerFilter.hpp"
#include "grid_map_filters/ColorBlendingFilter.hpp"
Expand Down
2 changes: 1 addition & 1 deletion grid_map_rviz_plugin/src/GridMapDisplay.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -305,5 +305,5 @@ void GridMapDisplay::updateColorMapList()

} // end namespace grid_map_rviz_plugin

#include <pluginlib/class_list_macros.h>
#include <pluginlib/class_list_macros.hpp>
PLUGINLIB_EXPORT_CLASS(grid_map_rviz_plugin::GridMapDisplay, rviz::Display)

0 comments on commit 16e4d27

Please sign in to comment.