Class FindSection
Defined in File FindSection.h
Inheritance Relationships
Derived Type
public ompl::multilevel::FindSectionSideStep
(Class FindSectionSideStep)
Class Documentation
-
class FindSection
Subclassed by ompl::multilevel::FindSectionSideStep
Public Functions
-
FindSection() = delete
-
FindSection(PathRestriction*)
-
virtual ~FindSection()
-
virtual bool solve(HeadPtr &head) = 0
Protected Attributes
-
PathRestriction *restriction_
Pointer to associated bundle space.
-
ParameterExponentialDecay neighborhoodRadiusBaseSpace_
Radius of restriction neighborhood.
-
double neighborhoodRadiusBaseSpaceLambda_ = {1.0}
-
double neighborhoodRadiusBaseSpaceTarget_ = {0.5}
-
double validBaseSpaceSegmentLength_
Step size to check validity.
-
double validBundleSpaceSegmentLength_
-
double validFiberSpaceSegmentLength_
-
FindSection() = delete