How do I add a new tool bar to RViz?
I can add new panels in RViz very easily by inheriting the rviz::Panel
class and adding the correct macros in CMake + a plugin.xml file.Then I can add my panels with the Panels > Add New Panel
menu.
I would like to add a new tool bar in RViz like this one:
What is the easiest way?