Base planner class for ConfigurationToTSR planning problem.  
 More...
#include <aikido/planner/dart/ConfigurationToTSRPlanner.hpp>
Base planner class for ConfigurationToTSR planning problem. 
 
◆ ConfigurationToTSRPlanner()
Constructor. 
- Parameters
 - 
  
    | [in] | stateSpace | State space that this planner associated with.  | 
    | [in] | metaSkeleton | MetaSkeleton to use for planning.  | 
    | [in] | configurationRanker | Ranker to rank configurations.  | 
  
   
 
 
◆ plan()
  
  
      
        
          | virtual trajectory::TrajectoryPtr aikido::planner::dart::ConfigurationToTSRPlanner::plan  | 
          ( | 
          const SolvableProblem &  | 
          problem,  | 
         
        
           | 
           | 
          Result *  | 
          result = nullptr  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
pure virtual   | 
  
 
Solves problem returning the result to result. 
NOTE: Because this is a DART planner, this method must both 1) lock the MetaSkeleton during planning and 2) reset the MetaSkeleton state after planning.
- Parameters
 - 
  
    | [in] | problem | Planning problem to be solved by the planner.  | 
    | [out] | result | Result of planning procedure.  | 
  
   
 
 
◆ mConfigurationRanker