|
|
#include <ArmarXSimulation/components/Simulator/SimulatedWorld.h>
Public Member Functions | |
| EIGEN_MAKE_ALIGNED_OPERATOR_NEW | RobotInfo () |
Public Attributes | |
| Eigen::Vector3f | angularVelocity |
| std::vector< ForceTorqueInfo > | forceTorqueSensors |
| NameValueMap | jointAngles |
| NameValueMap | jointTorques |
| NameValueMap | jointVelocities |
| Eigen::Vector3f | linearVelocity |
| Eigen::Matrix4f | pose |
| std::string | robotName |
| std::map< std::string, Eigen::Matrix4f > | robotNodePoses |
| std::string | robotTopicName |
| SimulatorRobotListenerInterfacePrx | simulatorRobotListenerPrx |
Definition at line 80 of file SimulatedWorld.h.
|
inline |
Definition at line 85 of file SimulatedWorld.h.
| Eigen::Vector3f angularVelocity |
Definition at line 106 of file SimulatedWorld.h.
| std::vector<ForceTorqueInfo> forceTorqueSensors |
Definition at line 108 of file SimulatedWorld.h.
| NameValueMap jointAngles |
Definition at line 101 of file SimulatedWorld.h.
| NameValueMap jointTorques |
Definition at line 103 of file SimulatedWorld.h.
| NameValueMap jointVelocities |
Definition at line 102 of file SimulatedWorld.h.
| Eigen::Vector3f linearVelocity |
Definition at line 105 of file SimulatedWorld.h.
| Eigen::Matrix4f pose |
Definition at line 92 of file SimulatedWorld.h.
| std::string robotName |
Definition at line 96 of file SimulatedWorld.h.
| std::map<std::string, Eigen::Matrix4f> robotNodePoses |
Definition at line 93 of file SimulatedWorld.h.
| std::string robotTopicName |
Definition at line 97 of file SimulatedWorld.h.
| SimulatorRobotListenerInterfacePrx simulatorRobotListenerPrx |
Definition at line 98 of file SimulatedWorld.h.