Subcontroller which handles all user interaction with the tcp information tab in the GUI, communicates with other controllers via signals and slots.
More...
#include <RobotComponents/gui-plugins/RobotTrajectoryDesignerGuiPlugin/Controller/TCPInformationController.h>
|
| void | clearPoseLabels () |
| | Resets the labels of current and desired pose to zeroes.
|
| |
| void | retranslateGui () |
| | Retranslates the guiTCPInformation.
|
| |
| void | setCurrentPose (Eigen::Matrix4f pose) |
| | Sets all values of the current pose.
|
| |
| void | setDesiredPose (Eigen::Matrix4f pose) |
| | Sets all values of the desired pose.
|
| |
| void | setReachable (bool reachable) |
| | setReachable set the label isReachable to "reachable" if true and "not reachable" if false
|
| |
Subcontroller which handles all user interaction with the tcp information tab in the GUI, communicates with other controllers via signals and slots.
Definition at line 43 of file TCPInformationController.h.
◆ TCPInformationController()
◆ clearPoseLabels
◆ getGuiTCPInformation()
◆ onConnectComponent()
| void onConnectComponent |
( |
| ) |
|
|
overridevirtual |
◆ onDisconnectComponent()
| void onDisconnectComponent |
( |
| ) |
|
|
overridevirtual |
◆ onExitComponent()
◆ onInitComponent()
◆ retranslateGui
◆ setCurrentPose
| void setCurrentPose |
( |
Eigen::Matrix4f | pose | ) |
|
|
slot |
Sets all values of the current pose.
- Parameters
-
| pose | A list of strings containing all values of the current pose |
Definition at line 78 of file TCPInformationController.cpp.
◆ setDesiredPose
| void setDesiredPose |
( |
Eigen::Matrix4f | pose | ) |
|
|
slot |
Sets all values of the desired pose.
- Parameters
-
| pose | A list of strings containing all values of the desired pose |
Definition at line 84 of file TCPInformationController.cpp.
◆ setGuiTCPInformation()
◆ setReachable
| void setReachable |
( |
bool | reachable | ) |
|
|
slot |
setReachable set the label isReachable to "reachable" if true and "not reachable" if false
- Parameters
-
Definition at line 90 of file TCPInformationController.cpp.
The documentation for this class was generated from the following files: