|
batching_pomp
1.0
This is an implementation of an algorithmic framework for anytime motion planning on large dense roadmaps.
|
An example datatype of the configuration space belief model. More...
#include <BeliefPoint.hpp>
Public Member Functions | |
| BeliefPoint (const ompl::base::State *_state, unsigned int _dims, double _val) | |
| double | getValue () |
| bool | operator== (const BeliefPoint &bp) const |
| bool | operator!= (const BeliefPoint &bp) const |
Public Attributes | |
| Eigen::VectorXd | stateValues |
| double | value |
An example datatype of the configuration space belief model.
Consists of the state and the result of the collision check of that state. The assumption is that every belief model will at a minimum require the value of the checked configuration and its result.
1.8.13