grid_map icon indicating copy to clipboard operation
grid_map copied to clipboard

grid_map_rviz_plugin: header files installed to wrong destination

Open pgorczak opened this issue 3 years ago • 1 comments

When trying to include the modified MessageFilterDisplay class from my own plugin, I noticed that the rviz plugin's headers are installed to include/grid_map_rviz_plugin/grid_map_rviz_plugin instead of include/grid_map_rviz_plugin. This breaks the include statement referencing frame_manager.h.

Could this be caused by the lack of a trailing slash in the CMakeFile's install command?

pgorczak avatar Mar 18 '21 08:03 pgorczak

Yes, that is very much correct. I will fix it. Thank you for the issue submission. We will fix it.

maximilianwulf avatar May 31 '21 16:05 maximilianwulf