#include <CsmInterface.h>
Public Member Functions | |
CsmInterfaceOutStats () | |
vettore contenente il campo laser_sens_timestamp delle statistiche | |
bool | getValid () |
Gets the last pose estimate. | |
string | getFileName () |
Gets the output file name. | |
bool | load () |
Load the stats from the file. | |
void | print () |
Prints stats. | |
Public Attributes | |
vector< int > | valid |
vector< Pose > | err |
vettore contenente il campo valid delle statistiche | |
vector< int > | iterations |
vettore l'errore relativo (campo x) estratto dalle statistiche | |
vector< int > | nvalid |
vettore contenente il campo iterations delle statistiche | |
vector< double > | errors |
vettore contenente il campo nvalid delle statistiche | |
vector< double > | ref_ts |
vettore contenente il campo error delle statistiche | |
vector< double > | sens_ts |
vettore contenente il campo laser_ref_timestamp delle statistiche |
MipBaselib::CsmInterfaceOutStats::CsmInterfaceOutStats | ( | ) |
vettore contenente il campo laser_sens_timestamp delle statistiche
Constructor.
bool MipBaselib::CsmInterfaceOutStats::getValid | ( | ) |
Gets the last pose estimate.
string MipBaselib::CsmInterfaceOutStats::getFileName | ( | ) |
Gets the output file name.
bool MipBaselib::CsmInterfaceOutStats::load | ( | ) |
Load the stats from the file.
void MipBaselib::CsmInterfaceOutStats::print | ( | ) |
Prints stats.
vector<int> MipBaselib::CsmInterfaceOutStats::valid |
vettore contenente il campo valid delle statistiche
vector<int> MipBaselib::CsmInterfaceOutStats::iterations |
vettore l'errore relativo (campo x) estratto dalle statistiche
vector<int> MipBaselib::CsmInterfaceOutStats::nvalid |
vettore contenente il campo iterations delle statistiche
vector<double> MipBaselib::CsmInterfaceOutStats::errors |
vettore contenente il campo nvalid delle statistiche
vector<double> MipBaselib::CsmInterfaceOutStats::ref_ts |
vettore contenente il campo error delle statistiche
vector<double> MipBaselib::CsmInterfaceOutStats::sens_ts |
vettore contenente il campo laser_ref_timestamp delle statistiche