Update theta dot for velocity IK.
This commit is contained in:
@@ -72,6 +72,7 @@ public:
|
||||
void CalcThetasDotDLS(float dt);
|
||||
|
||||
void UpdateThetas();
|
||||
void UpdateThetaDot();
|
||||
double UpdateErrorArray(VectorR3* targets); // Returns sum of errors
|
||||
const VectorRn& GetErrorArray() const { return errorArray; }
|
||||
void UpdatedSClampValue(VectorR3* targets);
|
||||
|
||||
Reference in New Issue
Block a user