grid_map
grid_map copied to clipboard
grid_map_rviz_plugin: header files installed to wrong destination
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?
Yes, that is very much correct. I will fix it. Thank you for the issue submission. We will fix it.