Tscpolytope Struct Reference Detailed DescriptionThe area of influence of a chart is bounded by a polytope. In this case the polytope is bounded by a set of faces but no vertex is explicitlly stored. This way we save memory and complexity. The drawback is that we have to store all the faces defining the polytope (we can not detect useless faces) and the bounding boxes are less tight. Moreover all the charts that at any point intersected with the current chart will be keept as neighbours, even if from a given time they are no neighbours any more. One solution for this is to define a full Tpolytope (this has vertices and a minimum set of faces) from the simple polytope and then keep the surviving faces and the tighter bounding box. The simple polytope is only usefull in the AtlasRRT combination.
Definition at line 63 of file scpolytope.h.
Field Documentation◆ k
Dimension of the feasible velocity space. Can be lower than the dimension of the manifold in the presence of kino-constraints. If so, the 'k' here is lower than the 'k' in the corresponding chart. Parameter here only use the first components of the tangent space (the rest, used in chart. are assumed to be zero). Definition at line 64 of file scpolytope.h. Referenced by CopySPolytope(), CutSPolytope(), CutSPolytopeWithFace(), DetermineSPolytopeNeighbour(), EnlargeSPolytope(), GetSPolytopeDim(), GetSPolytopeFace(), InitEmptySPolytope(), InsideSPolytope(), LoadSPolytope(), RandomPointInSPolytope(), SaveSPolytope(), SPolytopeMaxVolume(), SPolytopeMemSize(), SPolytopeRandomPointOnBoundary(), and SPolytopeVolume(). ◆ r
Radius around p (in tangent space) where the linearization holds. Definition at line 70 of file scpolytope.h. Referenced by CopySPolytope(), CutSPolytope(), DetermineSPolytopeNeighbour(), GetSPolytopeRadius(), InitEmptySPolytope(), LoadSPolytope(), and SaveSPolytope(). ◆ sr
Current sampling radius. Definition at line 72 of file scpolytope.h. Referenced by CopySPolytope(), GetSPolytopeBoxSide(), InitEmptySPolytope(), LoadSPolytope(), RandomPointInSPolytope(), SaveSPolytope(), SPolytopeDecreaseSamplingRadius(), SPolytopeGetSamplingRadius(), SPolytopeIncreaseSamplingRadius(), SPolytopeMaxVolume(), and SPolytopeVolume(). ◆ lsr
Lower bound for the sampling radius. This minimum ensures that the sampling area always includes the applicability area of a chart. This ensures probabilistic completeness. Definition at line 73 of file scpolytope.h. Referenced by CopySPolytope(), InitEmptySPolytope(), LoadSPolytope(), RandomPointInSPolytope(), SaveSPolytope(), and SPolytopeDecreaseSamplingRadius(). ◆ msr
Upper bound for the sampling radius. Definition at line 76 of file scpolytope.h. Referenced by CopySPolytope(), InitEmptySPolytope(), InsideSPolytope(), LoadSPolytope(), RandomPointInSPolytope(), SaveSPolytope(), and SPolytopeIncreaseSamplingRadius(). ◆ v
Volume, Definition at line 77 of file scpolytope.h. Referenced by CopySPolytope(), CutSPolytopeWithFace(), EnlargeSPolytope(), InitEmptySPolytope(), LoadSPolytope(), SaveSPolytope(), and SPolytopeVolume(). ◆ nFaces
Num faces defining the polytope so far. Definition at line 79 of file scpolytope.h. Referenced by CopySPolytope(), CutSPolytopeWithFace(), DeleteSPolytope(), DetermineSPolytopeNeighbour(), EnlargeSPolytope(), GetSPolytopeNFaces(), InitEmptySPolytope(), LoadSPolytope(), RandomPointInSPolytope(), SaveSPolytope(), SPolytopeMemSize(), and SPolytopeNumNeighbours(). ◆ maxFaces
Space for faces Definition at line 80 of file scpolytope.h. Referenced by CopySPolytope(), CutSPolytopeWithFace(), DefineSPolytope(), DeleteSPolytope(), InitEmptySPolytope(), LoadSPolytope(), and SaveSPolytope(). ◆ face
Parameters of the faces defining the polytope Definition at line 81 of file scpolytope.h. Referenced by CopySPolytope(), CutSPolytopeWithFace(), DefineSPolytope(), DeleteSPolytope(), DetermineSPolytopeNeighbour(), EnlargeSPolytope(), GetSPolytopeFace(), InitEmptySPolytope(), InsideSPolytope(), LoadSPolytope(), and SaveSPolytope(). ◆ ID
Identifiers of the neighbouring charts (one per face). Definition at line 83 of file scpolytope.h. Referenced by CopySPolytope(), CutSPolytopeWithFace(), DefineSPolytope(), DeleteSPolytope(), DetermineSPolytopeNeighbour(), InitEmptySPolytope(), LoadSPolytope(), SaveSPolytope(), and SPolytopeNeighbourID(). |
Follow us!