|
|
#include <armarx/control/njoint_controller/task_space/SharedMemoryController.h>
Static Public Member Functions | |
| static size_t | size () |
Public Attributes | |
| float | desiredCoordinatedPose [7] |
| float | desiredHandConfig [MAX_HC_DIM_N] |
| float | desiredJointAngles [MAX_JS_DIM_N] |
| float | desiredPose [TS7_DIM_N] |
| float | desiredTwist [TS6_DIM_N] |
| bool | initialized = false |
| float | kdImpedance [TS6_DIM_N] |
| float | kpImpedance [TS6_DIM_N] |
| bool | useJointAngles = false |
Definition at line 84 of file SharedMemoryController.h.
|
inlinestatic |
Definition at line 106 of file SharedMemoryController.h.
| float desiredCoordinatedPose[7] |
Definition at line 91 of file SharedMemoryController.h.
| float desiredHandConfig[MAX_HC_DIM_N] |
Definition at line 100 of file SharedMemoryController.h.
| float desiredJointAngles[MAX_JS_DIM_N] |
Definition at line 97 of file SharedMemoryController.h.
Definition at line 87 of file SharedMemoryController.h.
Definition at line 89 of file SharedMemoryController.h.
| bool initialized = false |
Definition at line 103 of file SharedMemoryController.h.
Definition at line 94 of file SharedMemoryController.h.
Definition at line 93 of file SharedMemoryController.h.
| bool useJointAngles = false |
Definition at line 102 of file SharedMemoryController.h.