|
|
#include <RobotAPI/libraries/RobotStatechartHelpers/RobotNameHelper.h>
Public Member Functions | |
| const Arm & | getArm () const |
| VirtualRobot::TriMeshModelPtr | getFullHandCollisionModel () const |
| VirtualRobot::RobotNodePtr | getHandRootNode () const |
| VirtualRobot::RobotNodeSetPtr | getKinematicChain () const |
| VirtualRobot::RobotNodePtr | getPalmCollisionModel () const |
| const VirtualRobot::RobotPtr & | getRobot () const |
| std::string | getSide () const |
| VirtualRobot::RobotNodePtr | getTCP () const |
| Eigen::Matrix4f | getTcp2HandRootTransform () const |
| VirtualRobot::RobotNodeSetPtr | getTorsoKinematicChain () const |
| RobotArm & | operator= (const RobotArm &)=default |
| RobotArm & | operator= (RobotArm &&)=default |
| RobotArm ()=default | |
| RobotArm (const Arm &arm, const VirtualRobot::RobotPtr &robot) | |
| RobotArm (const RobotArm &)=default | |
| RobotArm (RobotArm &&)=default | |
Friends | |
| struct | Arm |
| class | RobotNameHelper |
Definition at line 99 of file RobotNameHelper.h.
| RobotArm | ( | const Arm & | arm, |
| const VirtualRobot::RobotPtr & | robot | ||
| ) |
Definition at line 427 of file RobotNameHelper.cpp.
|
default |
| const Arm & getArm | ( | ) | const |
| VirtualRobot::TriMeshModelPtr getFullHandCollisionModel | ( | ) | const |
| VirtualRobot::RobotNodePtr getHandRootNode | ( | ) | const |
Definition at line 397 of file RobotNameHelper.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| VirtualRobot::RobotNodeSetPtr getKinematicChain | ( | ) | const |
Definition at line 355 of file RobotNameHelper.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| VirtualRobot::RobotNodePtr getPalmCollisionModel | ( | ) | const |
| const VirtualRobot::RobotPtr & getRobot | ( | ) | const |
| std::string getSide | ( | ) | const |
| VirtualRobot::RobotNodePtr getTCP | ( | ) | const |
Definition at line 371 of file RobotNameHelper.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| Eigen::Matrix4f getTcp2HandRootTransform | ( | ) | const |
Definition at line 405 of file RobotNameHelper.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| VirtualRobot::RobotNodeSetPtr getTorsoKinematicChain | ( | ) | const |
Definition at line 363 of file RobotNameHelper.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
friend |
Definition at line 103 of file RobotNameHelper.h.
|
friend |
Definition at line 101 of file RobotNameHelper.h.