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

At first glance the SetDock class inherits from the rviz::PoseTool class so you might want to try to use rviz::PoseTool as your "base_class_type" when calling the PLUGINLIB C++ macro in your setDock.cpp file and when you specify the base_class_type tag in the plugin_description.xml file.

For example:

PLUGINLIB_EXPORT_CLASS(rviz_plugin_setDock::SetDock, rviz::PoseTool)

and

base_class_type="rviz::PoseTool">