Go to the documentation of this file.
26 #include <RobotAPI/gui-plugins/SensorActorWidgetsPlugin/ui_TCPMover.h>
31 #include <RobotAPI/interface/units/TCPControlUnit.h>
32 #include <RobotAPI/interface/units/TCPMoverUnitInterface.h>
35 #include <VirtualRobot/VirtualRobot.h>
43 #define KINEMATIC_UNIT_FILE_DEFAULT \
44 armarx::ArmarXDataPath::getHomePath() + std::string("Armar4/ARMAR_IV_simox.xml")
45 #define KINEMATIC_UNIT_NAME_DEFAULT "RobotKinematicUnit"
48 class QDialogButtonBox;
92 return "RobotControl.TCPMover";
98 return QIcon(
"://icons/games.ico");
104 return QIcon(
"://icons/games.ico");
139 std::map<std::string, std::vector<float>>
tcpData;
148 VirtualRobot::DifferentialIKPtr
ik;
static QIcon GetWidgetIcon()
SharedRobotInterfacePrx robotPrx
void robotControl(bool request)
void configured() override
This function must be implemented by the user, if he supplies a config dialog.
static QString GetWidgetName()
VirtualRobot::DifferentialIKPtr ik
void onConnectComponent() override
Pure virtual hook for the subclass.
std::string tcpMoverUnitName
QPointer< QDialog > getConfigDialog(QWidget *parent=0) override
getConfigDialog returns a pointer to the a configuration widget of this controller.
void moveRelative(float x, float y, float z)
void selectHand(int index)
VirtualRobot::RobotNodeSetPtr tcpNodeSet
TCPControlUnitInterfacePrx tcpMoverUnitPrx
void onInitComponent() override
Pure virtual hook for the subclass.
RobotStateComponentInterfacePrx robotStateComponentPrx
std::string kinematicUnitName
VirtualRobot::RobotPtr robot
std::string tcpNodeSetName
void onExitComponent() override
Hook for subclass.
std::map< std::string, std::vector< float > > tcpData
std::string kinematicUnitFile
void loadSettings(QSettings *settings) override
Implement to load the settings that are part of the GUI configuration.
void saveSettings(QSettings *settings) override
Implement to save the settings as part of the GUI configuration.
QPointer< TCPMoverConfigDialog > configDialog
This file offers overloads of toIce() and fromIce() functions for STL container types.
static QIcon GetWidgetCategoryIcon()
std::shared_ptr< class Robot > RobotPtr