Grid information.  
 More...
#include <grid_info.hpp>
◆ disp()
      
        
          | void robotoc::GridInfo::disp  | 
          ( | 
          std::ostream &  | 
          os | ) | 
           const | 
        
      
 
Displays the grid info onto a ostream. 
 
 
◆ Random()
  
  
      
        
          | static GridInfo robotoc::GridInfo::Random  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
static   | 
  
 
Returns random grid info. 
 
 
◆ setRandom()
      
        
          | void robotoc::GridInfo::setRandom  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ operator<<
  
  
      
        
          | std::ostream & operator<<  | 
          ( | 
          std::ostream &  | 
          os,  | 
         
        
           | 
           | 
          const GridInfo &  | 
          grid_info  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
friend   | 
  
 
 
◆ dt
      
        
          | double robotoc::GridInfo::dt = 0 | 
        
      
 
 
◆ dt_next
      
        
          | double robotoc::GridInfo::dt_next = 0 | 
        
      
 
Time step of the next grid. 
 
 
◆ impact_index
      
        
          | int robotoc::GridInfo::impact_index = -1 | 
        
      
 
Impact index of this grid. 
 
 
◆ lift_index
      
        
          | int robotoc::GridInfo::lift_index = -1 | 
        
      
 
 
◆ num_grids_in_phase
      
        
          | int robotoc::GridInfo::num_grids_in_phase = 0 | 
        
      
 
Total number of grids in the phase. 
 
 
◆ phase
      
        
          | int robotoc::GridInfo::phase = 0 | 
        
      
 
 
◆ stage
      
        
          | int robotoc::GridInfo::stage = 0 | 
        
      
 
 
◆ stage_in_phase
      
        
          | int robotoc::GridInfo::stage_in_phase = 0 | 
        
      
 
Stage index counded in the phase. 
 
 
◆ sto
      
        
          | bool robotoc::GridInfo::sto = false | 
        
      
 
Flag if the STO is enabled in the current phase. 
 
 
◆ sto_next
      
        
          | bool robotoc::GridInfo::sto_next = false | 
        
      
 
Flag if the STO is enabled in the next phase. 
 
 
◆ switching_constraint
      
        
          | bool robotoc::GridInfo::switching_constraint = false | 
        
      
 
Flag if the switching constraint is enable or not. 
 
 
      
        
          | double robotoc::GridInfo::t = 0 | 
        
      
 
 
◆ t0
      
        
          | double robotoc::GridInfo::t0 = 0 | 
        
      
 
Initial time of the horizon. 
 
 
◆ type
The documentation for this class was generated from the following file: