|
Simox
2.3.74.0
|
Public Member Functions | |
| RobotNodeActuator (RobotNodePtr node) | |
| The node to actuate. More... | |
| virtual | ~RobotNodeActuator () |
| virtual void | updateVisualizationPose (const Eigen::Matrix4f &pose, bool updateChildren=false) |
| virtual void | updateVisualizationPose (const Eigen::Matrix4f &pose, float jointValue, bool updateChildren=false) |
| virtual void | updateJointAngle (float jointValue) |
| Just sets the joint angle without performing any calculations, model updates. More... | |
| RobotNodePtr | getRobotNode () |
Protected Attributes | |
| RobotNodePtr | robotNode |
An interface definition for RobotNode actuators.
| VirtualRobot::RobotNodeActuator::RobotNodeActuator | ( | RobotNodePtr | node | ) |
The node to actuate.
Constructor
|
virtualdefault |
| VirtualRobot::RobotNodePtr VirtualRobot::RobotNodeActuator::getRobotNode | ( | ) |
|
virtual |
Just sets the joint angle without performing any calculations, model updates.
|
virtual |
|
virtual |
|
protected |