#include <DBReader.h>
|
| DBReader (const std::string &databasePath, float frameRate=0.0f, bool odometryIgnored=false, bool ignoreGoalDelay=false, bool goalsIgnored=false, int startIndex=0, int cameraIndex=-1) |
|
| DBReader (const std::list< std::string > &databasePaths, float frameRate=0.0f, bool odometryIgnored=false, bool ignoreGoalDelay=false, bool goalsIgnored=false, int startIndex=0, int cameraIndex=-1) |
|
virtual std::string | getSerial () const |
|
virtual bool | init (const std::string &calibrationFolder=".", const std::string &cameraName="") |
|
virtual bool | isCalibrated () const |
|
virtual bool | odomProvided () const |
|
virtual | ~DBReader () |
|
float | getImageRate () const |
|
const Transform & | getLocalTransform () const |
|
void | resetTimer () |
|
void | setImageRate (float imageRate) |
|
void | setLocalTransform (const Transform &localTransform) |
|
SensorData | takeImage (CameraInfo *info=0) |
|
virtual | ~Camera () |
|
Definition at line 46 of file DBReader.h.
rtabmap::DBReader::DBReader |
( |
const std::string & |
databasePath, |
|
|
float |
frameRate = 0.0f , |
|
|
bool |
odometryIgnored = false , |
|
|
bool |
ignoreGoalDelay = false , |
|
|
bool |
goalsIgnored = false , |
|
|
int |
startIndex = 0 , |
|
|
int |
cameraIndex = -1 |
|
) |
| |
rtabmap::DBReader::DBReader |
( |
const std::list< std::string > & |
databasePaths, |
|
|
float |
frameRate = 0.0f , |
|
|
bool |
odometryIgnored = false , |
|
|
bool |
ignoreGoalDelay = false , |
|
|
bool |
goalsIgnored = false , |
|
|
int |
startIndex = 0 , |
|
|
int |
cameraIndex = -1 |
|
) |
| |
rtabmap::DBReader::~DBReader |
( |
| ) |
|
|
virtual |
returned rgb and depth images should be already rectified if calibration was loaded
Implements rtabmap::Camera.
Definition at line 213 of file DBReader.cpp.
std::string rtabmap::DBReader::getSerial |
( |
| ) |
const |
|
virtual |
bool rtabmap::DBReader::init |
( |
const std::string & |
calibrationFolder = "." , |
|
|
const std::string & |
cameraName = "" |
|
) |
| |
|
virtual |
bool rtabmap::DBReader::isCalibrated |
( |
| ) |
const |
|
virtual |
virtual bool rtabmap::DBReader::odomProvided |
( |
| ) |
const |
|
inlinevirtual |
bool rtabmap::DBReader::_calibrated |
|
private |
int rtabmap::DBReader::_cameraIndex |
|
private |
std::set<int>::iterator rtabmap::DBReader::_currentId |
|
private |
bool rtabmap::DBReader::_goalsIgnored |
|
private |
std::set<int> rtabmap::DBReader::_ids |
|
private |
bool rtabmap::DBReader::_ignoreGoalDelay |
|
private |
bool rtabmap::DBReader::_odometryIgnored |
|
private |
std::list<std::string> rtabmap::DBReader::_paths |
|
private |
cv::Mat rtabmap::DBReader::_previousInfMatrix |
|
private |
int rtabmap::DBReader::_previousMapId |
|
private |
int rtabmap::DBReader::_previousMapID |
|
private |
double rtabmap::DBReader::_previousStamp |
|
private |
int rtabmap::DBReader::_startIndex |
|
private |
UTimer rtabmap::DBReader::_timer |
|
private |
The documentation for this class was generated from the following files: