ros-visualization/rviz

[Suggestion] Function Name Misspelling maybe in ./src/rviz/visualization_frame.cpp line 1419

Generior opened this issue · 1 comments

When I am reading the code in the file "./src/rviz/visualization_frame.cpp", I find that there maybe has a little misspelling of a function name, that is PanelDockWidget* VisualizationFrame::addPane�() in line 1419. I think it might be corrected to the spelling "addPanel".

It is a little mistake that don't lead to a programming error, but I think point it out and let you know would be a better choice. Thank you.

This is known and intended. As this is part of public API, there is no way to change it.