PathSection.h
void interpolateL2(HeadPtr &)
Definition: PathSection.cpp:250
base::State * at(int k) const
Methods to access sections like std::vector.
Definition: PathSection.cpp:147
A configuration in Bundle-space.
Definition: BundleSpaceGraph.h:128
void interpolateL1FiberLast(HeadPtr &)
Definition: PathSection.cpp:208
Configuration * addFeasibleSegment(Configuration *xLast, base::State *sNext)
Add vertex for sNext and edge to xLast by assuming motion is valid
Definition: PathSection.cpp:296
std::pair< base::State *, double > lastValid_
Last valid state on feasible segment.
Definition: PathSection.h:235
void interpolateL1FiberFirst(HeadPtr &)
Interpolate along restriction using L1 metric.
Definition: PathSection.cpp:162
std::vector< base::State * > section_
Interpolated section along restriction.
Definition: PathSection.h:230