File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -437,7 +437,7 @@ void KinematicPlanner::blending() {
437437            currentWeight2.push_back (intWeightCSrc);
438438          }
439439        }  // (cG!=nGaitCycles-1)
440-       }     // (t>nTimeSteps*9/10)
440+       }  // (t>nTimeSteps*9/10)
441441
442442      //  Start Mixing all sources
443443      for  (int  cJ = 0 ; cJ < nJoints; cJ++) {
Original file line number Diff line number Diff line change @@ -534,9 +534,9 @@ Vector& Seqplay::computeAnkleVelocity(
534534    R0_ = M0.linear ();
535535    R0t_ = R0_.transpose ();
536536    R1R0t_ = R1_ * R0t_;
537-     velocity (3 ) = (R1R0t_ (2 , 1 )) *  dt;
538-     velocity (4 ) = (R1R0t_ (0 , 2 )) *  dt;
539-     velocity (5 ) = (R1R0t_ (1 , 0 )) *  dt;
537+     velocity (3 ) = (R1R0t_ (2 , 1 ))* dt;
538+     velocity (4 ) = (R1R0t_ (0 , 2 ))* dt;
539+     velocity (5 ) = (R1R0t_ (1 , 0 ))* dt;
540540  }
541541
542542  return  velocity;
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments