|
#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 71 of file SimulatedWorld.h.
|
inline |
Definition at line 76 of file SimulatedWorld.h.
Eigen::Vector3f angularVelocity |
Definition at line 97 of file SimulatedWorld.h.
std::vector<ForceTorqueInfo> forceTorqueSensors |
Definition at line 99 of file SimulatedWorld.h.
NameValueMap jointAngles |
Definition at line 92 of file SimulatedWorld.h.
NameValueMap jointTorques |
Definition at line 94 of file SimulatedWorld.h.
NameValueMap jointVelocities |
Definition at line 93 of file SimulatedWorld.h.
Eigen::Vector3f linearVelocity |
Definition at line 96 of file SimulatedWorld.h.
Eigen::Matrix4f pose |
Definition at line 83 of file SimulatedWorld.h.
std::string robotName |
Definition at line 87 of file SimulatedWorld.h.
std::map<std::string, Eigen::Matrix4f> robotNodePoses |
Definition at line 84 of file SimulatedWorld.h.
std::string robotTopicName |
Definition at line 88 of file SimulatedWorld.h.
SimulatorRobotListenerInterfacePrx simulatorRobotListenerPrx |
Definition at line 89 of file SimulatedWorld.h.