File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -560,13 +560,13 @@ computeControlLaw( dynamicgraph::Vector& control,const int& iterTime )
560
560
computeJacobianConstrained ( task,K );
561
561
/* **/ sotCOUNTER (2 ,3 ); // compute JK
562
562
563
+ /* --- COMPUTE S --- */
564
+ computeJacobianActivated ( dynamic_cast <Task*>( &task ),JK,iterTime );
565
+ /* **/ sotCOUNTER (3 ,4 ); // compute JK*S
566
+
563
567
/* --- COMPUTE Jt --- */
564
568
if ( 0 <iterTask ) Jt.noalias () = JK*(*PrevProj); else { Jt = JK; }
565
- /* **/ sotCOUNTER (3 ,4 ); // compute Jt
566
-
567
- /* --- COMPUTE S --- */
568
- computeJacobianActivated ( dynamic_cast <Task*>( &task ),Jt,iterTime );
569
- /* **/ sotCOUNTER (4 ,5 ); // Jt*S
569
+ /* **/ sotCOUNTER (4 ,5 ); // compute Jt
570
570
571
571
/* --- PINV --- */
572
572
svd.compute (Jt);
You can’t perform that action at this time.
0 commit comments