|
#include <ArmarXCore/core/Component.h>
#include <ArmarXGui/libraries/ArmarXGuiBase/ArmarXComponentWidgetController.h>
#include <ArmarXGui/libraries/ArmarXGuiBase/ArmarXGuiPlugin.h>
#include <ArmarXGui/libraries/SimpleConfigDialog/SimpleConfigDialog.h>
#include <RobotAPI/components/DebugDrawer/DebugDrawerComponent.h>
#include <RobotAPI/gui-plugins/RobotViewerPlugin/ui_RobotViewerGuiPlugin.h>
#include <RobotAPI/libraries/core/remoterobot/RemoteRobot.h>
#include <QMainWindow>
#include <VirtualRobot/VirtualRobot.h>
#include <Inventor/sensors/SoTimerSensor.h>
Go to the source code of this file.
Classes | |
class | RobotViewerGuiPlugin |
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... | |
class | RobotViewerWidgetController |
Namespaces | |
armarx | |
This file offers overloads of toIce() and fromIce() functions for STL container types. | |
Typedefs | |
using | RobotViewerGuiPluginPtr = std::shared_ptr< RobotViewerWidgetController > |