ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

I solved this problem by modifving plugin_description.xml

<library path="libtiffer_panel">
  <class name="Tiffer"
         type="Tiffer::TifferPanel"
         base_class_type="rviz::Panel">
    <description>
      Tiffer's simple panel.
    </description>
  </class>
</library>

Just modify the type to what you change in your code.