|
batching_pomp
1.0
This is an implementation of an algorithmic framework for anytime motion planning on large dense roadmaps.
|
Generates a Van Der Corput sequence ordering for states to check along an edge. More...
#include <BisectPerm.hpp>
Public Member Functions | |
| const std::vector< std::pair< int, int > > & | get (int n) |
Generates a Van Der Corput sequence ordering for states to check along an edge.
|
inline |
For an edge that has n states, we generate a sequence of n fractional positions along the edge to check for collision, based on Van Der Corput Sequences We start at 1/2, then 1/4, and 3/4 and so on upto n states
| [in] | n | The number of states along the edge |
1.8.13