#include <armarx/control/common/control_law/common.h>
|
| virtual void | reset (size_t nJoints, const std::vector< size_t > &jointIDTorqueCtrlMode, const std::vector< size_t > &jointIDVelocityCtrlMode) |
| |
| virtual | ~RobotStatus ()=default |
| |
Definition at line 35 of file common.h.
◆ ~RobotStatus()
◆ reset()
| void reset |
( |
size_t | nJoints, |
|
|
const std::vector< size_t > & | jointIDTorqueCtrlMode, |
|
|
const std::vector< size_t > & | jointIDVelocityCtrlMode ) |
|
virtual |
◆ accumulateTime
| double accumulateTime = 0.0 |
◆ deltaT
◆ globalPose
| Eigen::Matrix4f globalPose |
◆ jointIDTorqueMode
| std::vector<size_t> jointIDTorqueMode |
◆ jointIDVelocityMode
| std::vector<size_t> jointIDVelocityMode |
◆ jointPosition
| Eigen::VectorXf jointPosition |
◆ jointTorque
| Eigen::VectorXf jointTorque |
◆ jointVelocity
| Eigen::VectorXf jointVelocity |
◆ nDoF
◆ nDoFTorque
◆ nDoFVelocity
The documentation for this struct was generated from the following files: