RobotStatus Struct Reference

#include <armarx/control/common/control_law/common.h>

Public Attributes

double deltaT = 0
 
std::vector< floatjointPosition
 
std::vector< floatjointTorque
 
std::vector< floatjointVelocity
 

Detailed Description

Definition at line 30 of file common.h.

Member Data Documentation

◆ deltaT

double deltaT = 0

Definition at line 35 of file common.h.

◆ jointPosition

std::vector<float> jointPosition

Definition at line 32 of file common.h.

◆ jointTorque

std::vector<float> jointTorque

Definition at line 34 of file common.h.

◆ jointVelocity

std::vector<float> jointVelocity

Definition at line 33 of file common.h.


The documentation for this struct was generated from the following file: