KinematicGraph Class Reference
#include <structs.h>
List of all members.
Public Member Functions |
void | CopyFrom (const KinematicGraph &other) |
int | distanceTo (KinematicGraph &other) |
void | evaluate (std::vector< double > stamps, KinematicParams ¶ms, KinematicData &data) |
void | evaluateSingleStamp (double timestamp, double &avgPositionError, double &avgOrientationError, double &loglikelihood, KinematicParams ¶ms, KinematicData &data) |
int | getNominalDOFs () |
size_t | getNumberOfParameters () |
virtual PoseMap | getPrediction (double timestamp, PoseMap &observedMarkers, PoseMap &predictedMarkersEmpty, KinematicParams ¶ms, KinematicData &data) |
std::string | getTreeName (bool show_name, bool show_samples, bool show_dof) |
| KinematicGraph (const KinematicGraph &other, bool deepcopy) |
| KinematicGraph (const KinematicGraph &other) |
| KinematicGraph () |
void | projectConfigurationSpace (int reducedDOFs, std::vector< double > stamps, KinematicParams ¶ms, KinematicData &data) |
Public Attributes |
double | avg_orient_err |
double | avg_pos_err |
double | BIC |
int | DOF |
double | k |
double | loglh |
Detailed Description
Definition at line 76 of file structs.h.
Constructor & Destructor Documentation
KinematicGraph::KinematicGraph |
( |
|
) |
|
KinematicGraph::KinematicGraph |
( |
const KinematicGraph & |
other, |
|
|
bool |
deepcopy | |
|
) |
| | |
Member Function Documentation
void KinematicGraph::evaluateSingleStamp |
( |
double |
timestamp, |
|
|
double & |
avgPositionError, |
|
|
double & |
avgOrientationError, |
|
|
double & |
loglikelihood, |
|
|
KinematicParams & |
params, |
|
|
KinematicData & |
data | |
|
) |
| | |
int KinematicGraph::getNominalDOFs |
( |
|
) |
|
size_t KinematicGraph::getNumberOfParameters |
( |
|
) |
|
string KinematicGraph::getTreeName |
( |
bool |
show_name, |
|
|
bool |
show_samples, |
|
|
bool |
show_dof | |
|
) |
| | |
void KinematicGraph::projectConfigurationSpace |
( |
int |
reducedDOFs, |
|
|
std::vector< double > |
stamps, |
|
|
KinematicParams & |
params, |
|
|
KinematicData & |
data | |
|
) |
| | |
Member Data Documentation
The documentation for this class was generated from the following files: