Public Member Functions | List of all members
f2c::obj::DirectDistPathObj Class Reference

Path cost function as the straight distance between points in a route. More...

#include <direct_dist_path_obj.h>

Inheritance diagram for f2c::obj::DirectDistPathObj:
Inheritance graph
[legend]

Public Member Functions

virtual double computeCost (const F2CMultiPoint &ps)
 
virtual double computeCost (const F2CMultiPoint &ps, const F2CSwath &s)
 
virtual double computeCost (const F2CMultiPoint &ps, const F2CSwaths &s)
 
virtual double computeCost (const F2CPoint &p, const F2CSwath &s)
 
virtual double computeCost (const F2CPoint &p, double ang, const F2CSwath &s)
 
virtual double computeCost (const F2CPoint &p1, const F2CPoint &p2)
 
double computeCost (const F2CPoint &p1, const F2CPoint &p2) override
 
virtual double computeCost (const F2CPoint &p1, const F2CPoint &p2, double ang2)
 
virtual double computeCost (const F2CPoint &p1, double ang1, const F2CPoint &p2)
 
virtual double computeCost (const F2CPoint &p1, double ang1, const F2CPoint &p2, double ang2)
 
virtual double computeCost (const F2CRoute &r)
 Return the cost of covering a Route. More...
 
virtual double computeCost (const F2CSwath &s)
 
virtual double computeCost (const F2CSwath &s, const F2CMultiPoint &ps)
 
virtual double computeCost (const F2CSwath &s, const F2CPoint &p)
 
virtual double computeCost (const F2CSwath &s, const F2CPoint &p, double ang)
 
virtual double computeCost (const F2CSwath &s1, const F2CSwath &s2)
 
virtual double computeCost (const F2CSwaths &s, const F2CMultiPoint &ps)
 
virtual double computeCost (const F2CSwaths &swaths)
 Return the cost of covering a vector of swaths. More...
 
virtual double computeCost (const std::vector< F2CPoint > &ps)
 
- Public Member Functions inherited from f2c::obj::RPObjective
virtual double computeCost (const F2CMultiPoint &ps)
 
virtual double computeCost (const F2CMultiPoint &ps, const F2CSwath &s)
 
virtual double computeCost (const F2CMultiPoint &ps, const F2CSwaths &s)
 
virtual double computeCost (const F2CPoint &p, const F2CSwath &s)
 
virtual double computeCost (const F2CPoint &p, double ang, const F2CSwath &s)
 
virtual double computeCost (const F2CPoint &p1, const F2CPoint &p2, double ang2)
 
virtual double computeCost (const F2CPoint &p1, double ang1, const F2CPoint &p2)
 
virtual double computeCost (const F2CPoint &p1, double ang1, const F2CPoint &p2, double ang2)
 
virtual double computeCost (const F2CRoute &r)
 Return the cost of covering a Route. More...
 
virtual double computeCost (const F2CSwath &s)
 
virtual double computeCost (const F2CSwath &s, const F2CMultiPoint &ps)
 
virtual double computeCost (const F2CSwath &s, const F2CPoint &p)
 
virtual double computeCost (const F2CSwath &s, const F2CPoint &p, double ang)
 
virtual double computeCost (const F2CSwath &s1, const F2CSwath &s2)
 
virtual double computeCost (const F2CSwaths &s, const F2CMultiPoint &ps)
 
virtual double computeCost (const F2CSwaths &swaths)
 Return the cost of covering a vector of swaths. More...
 
virtual double computeCost (const std::vector< F2CPoint > &ps)
 
- Public Member Functions inherited from f2c::obj::BaseObjective< RPObjective >
double computeCostWithMinimizingSign (const T1 &t1)
 Compute the cost function with minimizing sign. More...
 
double computeCostWithMinimizingSign (const T1 &t1, const T2 &t2)
 
double computeCostWithMinimizingSign (const T1 &t1, const T2 &t2, const T3 &t3)
 
double computeCostWithMinimizingSign (const T1 &t1, const T2 &t2, const T3 &t3, const T4 &t4)
 
virtual bool isMaximizing () const
 Return true if the objective is to maximize the cost function. More...
 
virtual bool isMinimizing () const
 Return true if the objective is to minimize the cost function. More...
 
virtual ~BaseObjective ()=default
 

Detailed Description

Path cost function as the straight distance between points in a route.

Definition at line 17 of file direct_dist_path_obj.h.

Member Function Documentation

◆ computeCost() [1/19]

double f2c::obj::RPObjective::computeCost

Return the cost of covering all the points of ps

Parameters
psvector of points
Returns
Cost value

Definition at line 63 of file rp_objective.cpp.

◆ computeCost() [2/19]

double f2c::obj::RPObjective::computeCost

Return the cost of going from the last point of ps to the swath s

Parameters
psvector of points (end point)
sStart point (start of the swath)
Returns
Cost value

Definition at line 88 of file rp_objective.cpp.

◆ computeCost() [3/19]

double f2c::obj::RPObjective::computeCost

Return the cost of going from the last point of ps to the first swath of s

Parameters
psvector of points (end point)
sStart point (start of the first swath)
Returns
Cost value

Definition at line 96 of file rp_objective.cpp.

◆ computeCost() [4/19]

double f2c::obj::RPObjective::computeCost

Return the cost of going from point p to swath s

Parameters
pStart point
sEnd point (start of the swath)
Returns
Cost value

Definition at line 46 of file rp_objective.cpp.

◆ computeCost() [5/19]

double f2c::obj::RPObjective::computeCost

Return the cost of going from point p to swath s

Parameters
pStart point
angAngle of the robot in p
sEnd point (start of the swath)
Returns
Cost value

Definition at line 50 of file rp_objective.cpp.

◆ computeCost() [6/19]

double f2c::obj::RPObjective::computeCost

Return the cost of going from point p1 to point p2

Parameters
p1Start point
p2End point
Returns
Cost value

Definition at line 11 of file rp_objective.cpp.

◆ computeCost() [7/19]

double f2c::obj::DirectDistPathObj::computeCost ( const F2CPoint p1,
const F2CPoint p2 
)
overridevirtual

Return the cost of going from point p1 to point p2

Parameters
p1Start point
p2End point
Returns
Cost value

Reimplemented from f2c::obj::RPObjective.

Definition at line 11 of file direct_dist_path_obj.cpp.

◆ computeCost() [8/19]

double f2c::obj::RPObjective::computeCost

Return the cost of going from point p1 to point p2

Parameters
p1Start point
p2End point
ang2Angle of the robot in p2
Returns
Cost value

Definition at line 22 of file rp_objective.cpp.

◆ computeCost() [9/19]

double f2c::obj::RPObjective::computeCost

Return the cost of going from point p1 to point p2

Parameters
p1Start point
ang1Angle of the robot in p1
p2End point
Returns
Cost value

Definition at line 16 of file rp_objective.cpp.

◆ computeCost() [10/19]

double f2c::obj::RPObjective::computeCost

Return the cost of going from point p1 to point p2

Parameters
p1Start point
ang1Angle of the robot in p1
p2End point
ang2Angle of the robot in p2
Returns
Cost value

Definition at line 27 of file rp_objective.cpp.

◆ computeCost() [11/19]

double f2c::obj::RPObjective::computeCost

Return the cost of covering a Route.

Costs of each swath + Cost of going from one to another.

Parameters
rRoute
Returns
Cost value

Definition at line 120 of file rp_objective.cpp.

◆ computeCost() [12/19]

double f2c::obj::RPObjective::computeCost

Return the cost of covering a swath

Parameters
sSwath
Returns
Cost value

Definition at line 100 of file rp_objective.cpp.

◆ computeCost() [13/19]

double f2c::obj::RPObjective::computeCost

Return the cost of going from swath s to the first point of ps

Parameters
sStart point (end of the swath)
psvector of points
Returns
Cost value

Definition at line 74 of file rp_objective.cpp.

◆ computeCost() [14/19]

double f2c::obj::RPObjective::computeCost

Return the cost of going from swath s to point p

Parameters
sStart point (end of the swath)
pEnd point
Returns
Cost value

Definition at line 32 of file rp_objective.cpp.

◆ computeCost() [15/19]

double f2c::obj::RPObjective::computeCost

Return the cost of going from swath s to point p

Parameters
sStart point (end of the swath)
pEnd point
angAngle of the robot in p
Returns
Cost value

Definition at line 41 of file rp_objective.cpp.

◆ computeCost() [16/19]

double f2c::obj::RPObjective::computeCost

Return the cost of going from swath s to point p

Parameters
s1Start point (end of the swath)
s2End point (start of the swath)
Returns
Cost value

Definition at line 36 of file rp_objective.cpp.

◆ computeCost() [17/19]

double f2c::obj::RPObjective::computeCost

Return the cost of going from the last swath of s to the first point of ps

Parameters
sStart point (end of the last swath)
psvector of points (first point)
Returns
Cost value

Definition at line 81 of file rp_objective.cpp.

◆ computeCost() [18/19]

double f2c::obj::RPObjective::computeCost

Return the cost of covering a vector of swaths.

Costs of each swath + Cost of going from one to another. The order may affect the cost.

Parameters
sSwaths
Returns
Cost value

Definition at line 108 of file rp_objective.cpp.

◆ computeCost() [19/19]

double f2c::obj::RPObjective::computeCost

Return the cost of covering all the points of ps

Parameters
psvector of points
Returns
Cost value

Definition at line 55 of file rp_objective.cpp.


The documentation for this class was generated from the following files:


fields2cover
Author(s):
autogenerated on Fri Apr 25 2025 02:18:31