#include <path2d.h>
|  | 
| ConstIterator | findLocalGoal (const ConstIterator &begin, const ConstIterator &end, const bool allow_backward_motion) const | 
|  | 
| ConstIterator | findNearest (const ConstIterator &begin, const ConstIterator &end, const Eigen::Vector2d &target, const float max_search_range=0, const float epsilon=1e-6) const | 
|  | 
| float | getCurvature (const ConstIterator &begin, const ConstIterator &end, const Eigen::Vector2d &target_on_line, const float max_search_range) const | 
|  | 
| float | length () const | 
|  | 
| double | remainedDistance (const ConstIterator &begin, const ConstIterator &nearest, const ConstIterator &end, const Eigen::Vector2d &target_on_line) const | 
|  | 
Definition at line 88 of file path2d.h.
 
◆ ConstIterator
◆ Iterator
◆ Super
◆ findLocalGoal()
◆ findNearest()
  
  | 
        
          | ConstIterator trajectory_tracker::Path2D::findNearest | ( | const ConstIterator & | begin, |  
          |  |  | const ConstIterator & | end, |  
          |  |  | const Eigen::Vector2d & | target, |  
          |  |  | const float | max_search_range = 0, |  
          |  |  | const float | epsilon = 1e-6 |  
          |  | ) |  | const |  | inline | 
 
 
◆ getCurvature()
  
  | 
        
          | float trajectory_tracker::Path2D::getCurvature | ( | const ConstIterator & | begin, |  
          |  |  | const ConstIterator & | end, |  
          |  |  | const Eigen::Vector2d & | target_on_line, |  
          |  |  | const float | max_search_range |  
          |  | ) |  | const |  | inline | 
 
 
◆ length()
  
  | 
        
          | float trajectory_tracker::Path2D::length | ( |  | ) | const |  | inline | 
 
 
◆ remainedDistance()
The documentation for this class was generated from the following file: