#include <trajectory.hpp>
 | 
| Path  | path | 
|   | 
| std::vector< State >  | states | 
|   | The trajectory state for each consecutive time step (with delta_time difference of the time parametrization)  More...
  | 
|   | 
◆ Trajectory() [1/2]
  
  
      
        
          | movex::Trajectory::Trajectory  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inlineexplicit   | 
  
 
 
◆ Trajectory() [2/2]
  
  
      
        
          | movex::Trajectory::Trajectory  | 
          ( | 
          const Path &  | 
          path | ) | 
           | 
         
       
   | 
  
inlineexplicit   | 
  
 
 
◆ path
      
        
          | Path movex::Trajectory::path | 
        
      
 
 
◆ states
      
        
          | std::vector<State> movex::Trajectory::states | 
        
      
 
The trajectory state for each consecutive time step (with delta_time difference of the time parametrization) 
 
 
The documentation for this struct was generated from the following file: