#include <DBReader.h>
|
| DBReader (const std::string &databasePath, float frameRate=0.0f, bool odometryIgnored=false, bool ignoreGoalDelay=false, bool goalsIgnored=false, int startId=0, int cameraIndex=-1, int stopId=0, bool intermediateNodesIgnored=false, bool landmarksIgnored=false, bool featuresIgnored=false, int startMapId=0, int stopMapId=-1) |
|
| DBReader (const std::list< std::string > &databasePaths, float frameRate=0.0f, bool odometryIgnored=false, bool ignoreGoalDelay=false, bool goalsIgnored=false, int startId=0, int cameraIndex=-1, int stopId=0, bool intermediateNodesIgnored=false, bool landmarksIgnored=false, bool featuresIgnored=false, int startMapId=0, int stopMapId=-1) |
|
const DBDriver * | driver () const |
|
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 |
|
virtual bool | getPose (double stamp, Transform &pose, cv::Mat &covariance) |
|
bool | initFromFile (const std::string &calibrationPath) |
|
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.
◆ DBReader() [1/2]
rtabmap::DBReader::DBReader |
( |
const std::string & |
databasePath, |
|
|
float |
frameRate = 0.0f , |
|
|
bool |
odometryIgnored = false , |
|
|
bool |
ignoreGoalDelay = false , |
|
|
bool |
goalsIgnored = false , |
|
|
int |
startId = 0 , |
|
|
int |
cameraIndex = -1 , |
|
|
int |
stopId = 0 , |
|
|
bool |
intermediateNodesIgnored = false , |
|
|
bool |
landmarksIgnored = false , |
|
|
bool |
featuresIgnored = false , |
|
|
int |
startMapId = 0 , |
|
|
int |
stopMapId = -1 |
|
) |
| |
◆ DBReader() [2/2]
rtabmap::DBReader::DBReader |
( |
const std::list< std::string > & |
databasePaths, |
|
|
float |
frameRate = 0.0f , |
|
|
bool |
odometryIgnored = false , |
|
|
bool |
ignoreGoalDelay = false , |
|
|
bool |
goalsIgnored = false , |
|
|
int |
startId = 0 , |
|
|
int |
cameraIndex = -1 , |
|
|
int |
stopId = 0 , |
|
|
bool |
intermediateNodesIgnored = false , |
|
|
bool |
landmarksIgnored = false , |
|
|
bool |
featuresIgnored = false , |
|
|
int |
startMapId = 0 , |
|
|
int |
stopMapId = -1 |
|
) |
| |
◆ ~DBReader()
rtabmap::DBReader::~DBReader |
( |
| ) |
|
|
virtual |
◆ captureImage()
returned rgb and depth images should be already rectified if calibration was loaded
Implements rtabmap::Camera.
Definition at line 267 of file DBReader.cpp.
◆ driver()
const DBDriver* rtabmap::DBReader::driver |
( |
| ) |
const |
|
inline |
◆ getNextData()
◆ getSerial()
◆ init()
bool rtabmap::DBReader::init |
( |
const std::string & |
calibrationFolder = "." , |
|
|
const std::string & |
cameraName = "" |
|
) |
| |
|
virtual |
◆ isCalibrated()
bool rtabmap::DBReader::isCalibrated |
( |
| ) |
const |
|
virtual |
◆ odomProvided()
virtual bool rtabmap::DBReader::odomProvided |
( |
| ) |
const |
|
inlinevirtual |
◆ _calibrated
bool rtabmap::DBReader::_calibrated |
|
private |
◆ _cameraIndex
int rtabmap::DBReader::_cameraIndex |
|
private |
◆ _currentId
std::set<int>::iterator rtabmap::DBReader::_currentId |
|
private |
◆ _dbDriver
◆ _featuresIgnored
bool rtabmap::DBReader::_featuresIgnored |
|
private |
◆ _goalsIgnored
bool rtabmap::DBReader::_goalsIgnored |
|
private |
◆ _ids
std::set<int> rtabmap::DBReader::_ids |
|
private |
◆ _ignoreGoalDelay
bool rtabmap::DBReader::_ignoreGoalDelay |
|
private |
◆ _intermediateNodesIgnored
bool rtabmap::DBReader::_intermediateNodesIgnored |
|
private |
◆ _landmarksIgnored
bool rtabmap::DBReader::_landmarksIgnored |
|
private |
◆ _odometryIgnored
bool rtabmap::DBReader::_odometryIgnored |
|
private |
◆ _paths
◆ _previousInfMatrix
cv::Mat rtabmap::DBReader::_previousInfMatrix |
|
private |
◆ _previousMapId
int rtabmap::DBReader::_previousMapId |
|
private |
◆ _previousMapID
int rtabmap::DBReader::_previousMapID |
|
private |
◆ _previousStamp
double rtabmap::DBReader::_previousStamp |
|
private |
◆ _startId
int rtabmap::DBReader::_startId |
|
private |
◆ _startMapId
int rtabmap::DBReader::_startMapId |
|
private |
◆ _stopId
int rtabmap::DBReader::_stopId |
|
private |
◆ _stopMapId
int rtabmap::DBReader::_stopMapId |
|
private |
◆ _timer
UTimer rtabmap::DBReader::_timer |
|
private |
The documentation for this class was generated from the following files: