Class PPObjective

Inheritance Relationships

Base Type

Derived Type

Class Documentation

class PPObjective : public f2c::obj::BaseObjective<PPObjective>

Base class for objective functions of path planners.

Subclassed by f2c::obj::PathLength

Public Functions

virtual double computeCost(const F2CPath &path)

Return the cost of a path.