#include <DBReader.h>
|
| | DBReader (const std::list< std::string > &databasePaths, float frameRate=0.0f, bool odometryIgnored=false, bool ignoreGoalDelay=false, bool goalsIgnored=false, int startId=0, const std::vector< unsigned int > &cameraIndices=std::vector< unsigned int >(), int stopId=0, bool intermediateNodesIgnored=false, bool landmarksIgnored=false, bool featuresIgnored=false, int startMapId=0, int stopMapId=-1, bool priorsIgnored=false, const std::vector< Transform > &cameraLocalTransformOverrides=std::vector< Transform >()) |
| |
| | DBReader (const std::string &databasePath, float frameRate=0.0f, bool odometryIgnored=false, bool ignoreGoalDelay=false, bool goalsIgnored=false, int startId=0, const std::vector< unsigned int > &cameraIndices=std::vector< unsigned int >(), int stopId=0, bool intermediateNodesIgnored=false, bool landmarksIgnored=false, bool featuresIgnored=false, int startMapId=0, int stopMapId=-1, bool priorsIgnored=false, const std::vector< Transform > &cameraLocalTransformOverrides=std::vector< Transform >()) |
| |
| const DBDriver * | driver () const |
| |
| virtual bool | getPose (double stamp, Transform &pose, cv::Mat &covariance, double maxWaitTime=0.06) |
| |
| 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 |
| |
| bool | initFromFile (const std::string &calibrationPath) |
| |
| bool | isInterIMUPublishing () const |
| |
| void | setImageRate (float imageRate) |
| |
| void | setInterIMUPublishing (bool enabled, IMUFilter *filter=0) |
| |
| SensorData | takeImage (SensorCaptureInfo *info=0) |
| |
| virtual | ~Camera () |
| |
| float | getFrameRate () const |
| |
| const Transform & | getLocalTransform () const |
| |
| void | resetTimer () |
| |
| void | setFrameRate (float frameRate) |
| |
| void | setLocalTransform (const Transform &localTransform) |
| |
| SensorData | takeData (SensorCaptureInfo *info=0) |
| |
| virtual | ~SensorCapture () |
| |
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, |
|
|
const std::vector< unsigned int > & |
cameraIndices = std::vector<unsigned int>(), |
|
|
int |
stopId = 0, |
|
|
bool |
intermediateNodesIgnored = false, |
|
|
bool |
landmarksIgnored = false, |
|
|
bool |
featuresIgnored = false, |
|
|
int |
startMapId = 0, |
|
|
int |
stopMapId = -1, |
|
|
bool |
priorsIgnored = false, |
|
|
const std::vector< Transform > & |
cameraLocalTransformOverrides = std::vector<Transform>() |
|
) |
| |
◆ 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, |
|
|
const std::vector< unsigned int > & |
cameraIndices = std::vector<unsigned int>(), |
|
|
int |
stopId = 0, |
|
|
bool |
intermediateNodesIgnored = false, |
|
|
bool |
landmarksIgnored = false, |
|
|
bool |
featuresIgnored = false, |
|
|
int |
startMapId = 0, |
|
|
int |
stopMapId = -1, |
|
|
bool |
priorsIgnored = false, |
|
|
const std::vector< Transform > & |
cameraLocalTransformOverrides = std::vector<Transform>() |
|
) |
| |
◆ ~DBReader()
| rtabmap::DBReader::~DBReader |
( |
| ) |
|
|
virtual |
◆ captureImage()
◆ checkArguments()
| void rtabmap::DBReader::checkArguments |
( |
| ) |
|
|
private |
◆ driver()
| const DBDriver* rtabmap::DBReader::driver |
( |
| ) |
const |
|
inline |
◆ getNextData()
◆ getPose()
| bool rtabmap::DBReader::getPose |
( |
double |
stamp, |
|
|
Transform & |
pose, |
|
|
cv::Mat & |
covariance, |
|
|
double |
maxWaitTime = 0.06 |
|
) |
| |
|
virtual |
◆ 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 |
◆ _cameraIndices
| std::vector<unsigned int> rtabmap::DBReader::_cameraIndices |
|
private |
◆ _cameraLocalTransformOverrides
| std::vector<Transform> rtabmap::DBReader::_cameraLocalTransformOverrides |
|
private |
◆ _currentId
◆ _dbDriver
◆ _featuresIgnored
| bool rtabmap::DBReader::_featuresIgnored |
|
private |
◆ _goalsIgnored
| bool rtabmap::DBReader::_goalsIgnored |
|
private |
◆ _ids
◆ _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 |
◆ _priorsIgnored
| bool rtabmap::DBReader::_priorsIgnored |
|
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: