Allows to use an external integrand factor, or test reachability. More...
#include <PoseEstimator.h>
Public Member Functions | |
virtual bool | test (const kernel::se3 &k) const =0 |
returns true if pose k is reachable by the robot | |
virtual double | factor (const kernel::se3 &k) const =0 |
returns the evaluation at k of an additional integrand factor | |
Allows to use an external integrand factor, or test reachability.
Definition at line 27 of file PoseEstimator.h.