batching_pomp  1.0
This is an implementation of an algorithmic framework for anytime motion planning on large dense roadmaps.
Public Member Functions | Public Attributes | List of all members
batching_pomp::cspacebelief::BeliefPoint Struct Reference

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
 

Detailed Description

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.


The documentation for this struct was generated from the following file: