Public Member Functions
teb_local_planner::EquivalenceClass Class Reference

Abstract class that defines an interface for computing and comparing equivalence classes. More...

#include <equivalence_relations.h>

Inheritance diagram for teb_local_planner::EquivalenceClass:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 EquivalenceClass ()
 Default constructor.
virtual bool isEqual (const EquivalenceClass &other) const =0
 Check if two candidate classes are equivalent.
virtual bool isValid () const =0
 Check if the equivalence value is detected correctly.
virtual ~EquivalenceClass ()
 virtual destructor

Detailed Description

Abstract class that defines an interface for computing and comparing equivalence classes.

Equivalence relations are utilized in order to test if two trajectories are belonging to the same equivalence class w.r.t. the current obstacle configurations. A common equivalence relation is the concept of homotopy classes. All trajectories belonging to the same homotopy class can CONTINUOUSLY be deformed into each other without intersecting any obstacle. Hence they likely share the same local minimum after invoking (local) trajectory optimization. A weaker equivalence relation is defined by the concept of homology classes (e.g. refer to HSignature).

Each EquivalenceClass object (or subclass) stores a candidate value which might be compared to another EquivalenceClass object.

Remarks:
Currently, the computeEquivalenceClass method is not available in the generic interface EquivalenceClass. Call the "compute"-methods directly on the subclass.

Definition at line 72 of file equivalence_relations.h.


Constructor & Destructor Documentation

Default constructor.

Definition at line 79 of file equivalence_relations.h.

virtual destructor

Definition at line 84 of file equivalence_relations.h.


Member Function Documentation

virtual bool teb_local_planner::EquivalenceClass::isEqual ( const EquivalenceClass other) const [pure virtual]

Check if two candidate classes are equivalent.

Parameters:
otherThe other equivalence class to test with

Implemented in teb_local_planner::HSignature.

virtual bool teb_local_planner::EquivalenceClass::isValid ( ) const [pure virtual]

Check if the equivalence value is detected correctly.

Returns:
Returns false, if the equivalence class detection failed, e.g. if nan- or inf values occur.

Implemented in teb_local_planner::HSignature.


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


teb_local_planner
Author(s): Christoph Rösmann
autogenerated on Sat Jun 8 2019 20:21:34