Represents the smoothness cost for CHOMP, for a single joint.  
 More...
#include <chomp_cost.hpp>
Represents the smoothness cost for CHOMP, for a single joint. 
Definition at line 49 of file chomp_cost.hpp.
 
◆ ChompCost()
      
        
          | chomp::ChompCost::ChompCost  | 
          ( | 
          const ChompTrajectory &  | 
          trajectory,  | 
        
        
           | 
           | 
          int  | 
          joint_number,  | 
        
        
           | 
           | 
          const std::vector< double > &  | 
          derivative_costs,  | 
        
        
           | 
           | 
          double  | 
          ridge_factor = 0.0  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ ~ChompCost()
  
  
      
        
          | chomp::ChompCost::~ChompCost  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
virtualdefault   | 
  
 
 
◆ getCost()
  
  
      
        
          | double chomp::ChompCost::getCost  | 
          ( | 
          const Eigen::MatrixXd::ColXpr &  | 
          joint_trajectory | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ getDerivative()
template<typename Derived > 
      
        
          | void chomp::ChompCost::getDerivative  | 
          ( | 
          const Eigen::MatrixXd::ColXpr &  | 
          joint_trajectory,  | 
        
        
           | 
           | 
          Eigen::MatrixBase< Derived > &  | 
          derivative  | 
        
        
           | 
          ) | 
           |  const | 
        
      
 
 
◆ getMaxQuadCostInvValue()
      
        
          | double chomp::ChompCost::getMaxQuadCostInvValue  | 
          ( | 
           | ) | 
           const | 
        
      
 
 
◆ getQuadraticCost()
  
  
      
        
          | const Eigen::MatrixXd & chomp::ChompCost::getQuadraticCost  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ getQuadraticCostInverse()
  
  
      
        
          | const Eigen::MatrixXd & chomp::ChompCost::getQuadraticCostInverse  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ scale()
      
        
          | void chomp::ChompCost::scale  | 
          ( | 
          double  | 
          scale | ) | 
           | 
        
      
 
 
The documentation for this class was generated from the following files:
- moveit_planners/chomp/chomp_motion_planner/include/chomp_motion_planner/chomp_cost.hpp
 
- moveit_planners/chomp/chomp_motion_planner/src/chomp_cost.cpp