anyKode Marilou
ContentsIndexHome
PreviousUpNext
Moda::Commons::JointAxisSpringSettingsGet Structure

Axis spring parameters.

C++
struct JointAxisSpringSettingsGet {
  MU8 Supported;
  MU8 Enabled;
  float Kp;
  float Kd;
  float InitialLength;
  MU32 Reserved[10];
};

modacommons.h

Members 
Description 
MU8 Supported; 
Indicates if the spring feature is supported by the axis (=1). If not (=0), all other values of the structure must be ignored. 
MU8 Enabled; 
if the spring is currently working, the value=1. 
float Kp; 
New spring constant. 
float Kd; 
New spring damping constant. 
float InitialLength; 
Initial compressed state (<0) or stretched state (> 0) of spring. 
MU32 Reserved[10]; 
Reserved for future uses. 
Documentation v4.7 (18/01/2015), Copyright (c) 2015 anyKode. All rights reserved.
What do you think about this topic? Send feedback!