Compute delta S from Bullet link state.
This commit is contained in:
@@ -144,6 +144,11 @@ void Jacobian::SetJendTrans(MatrixRmn& J)
|
||||
Jend.LoadAsSubmatrix(J);
|
||||
}
|
||||
|
||||
void Jacobian::SetDeltaS(VectorRn& S)
|
||||
{
|
||||
dS.Set(S);
|
||||
}
|
||||
|
||||
// The delta theta values have been computed in dTheta array
|
||||
// Apply the delta theta values to the joints
|
||||
// Nothing is done about joint limits for now.
|
||||
|
||||
Reference in New Issue
Block a user