|
This plugin provides a generic widget showing a 3D model of the robot. The robot is articulated and moved according to the corresponding RemoteRobot. Further, DebugDrawer methods are available. More...
#include <RobotAPI/gui-plugins/RobotViewerPlugin/RobotViewerGuiPlugin.h>
Public Member Functions | |
QString | getPluginName () override |
RobotViewerGuiPlugin () | |
![]() | |
template<typename ArmarXWidgetType > | |
std::enable_if<!HasGetWidgetName< ArmarXWidgetType >::value >::type | addWidget () |
template<typename ArmarXWidgetType > | |
std::enable_if< HasGetWidgetName< ArmarXWidgetType >::value >::type | addWidget () |
ARMARX_META_MAKE_HAS_MEMBER_FNC_CHECK (HasGetWidgetName, GetWidgetName, QString(*)()) | |
WidgetCreatorMap | getProvidedWidgets () override |
![]() | |
virtual | ~ArmarXGuiInterface () |
This plugin provides a generic widget showing a 3D model of the robot. The robot is articulated and moved according to the corresponding RemoteRobot. Further, DebugDrawer methods are available.
Definition at line 54 of file RobotViewerGuiPlugin.h.
Definition at line 91 of file RobotViewerGuiPlugin.cpp.
|
inlineoverridevirtual |
Reimplemented from ArmarXGuiInterface.
Definition at line 63 of file RobotViewerGuiPlugin.h.