|
RTAB-Map 0.23.10
Real-Time Appearance-Based Mapping
|
This is the complete list of members for rtabmap::Rtabmap, including all inherited members.
| addLink(const Link &link) | rtabmap::Rtabmap | |
| addNodesToRepublish(const std::vector< int > &ids) | rtabmap::Rtabmap | |
| adjustLikelihood(std::map< int, float > &likelihood) const | rtabmap::Rtabmap | |
| cleanupLocalGrids(const std::map< int, Transform > &mapPoses, const cv::Mat &map, float xMin, float yMin, float cellSize, int cropRadius=1, bool filterScans=false) | rtabmap::Rtabmap | |
| clearPath(int status) | rtabmap::Rtabmap | |
| close(bool databaseSaved=true, const std::string &ouputDatabasePath="") | rtabmap::Rtabmap | |
| computePath(int targetNode, bool global) | rtabmap::Rtabmap | |
| computePath(const Transform &targetPose, float tolerance=-1.0f) | rtabmap::Rtabmap | |
| deleteLastLocation() | rtabmap::Rtabmap | |
| detectMoreLoopClosures(float clusterRadiusMax=0.5f, float clusterAngle=M_PI/6.0f, int iterations=1, bool intraSession=true, bool interSession=true, const ProgressState *state=0, float clusterRadiusMin=0.0f, int toFromMapId=-1) | rtabmap::Rtabmap | |
| dumpData() const | rtabmap::Rtabmap | |
| dumpPrediction() const | rtabmap::Rtabmap | |
| exportPoses(const std::string &path, bool optimized, bool global, int format) | rtabmap::Rtabmap | |
| generateDOTGraph(const std::string &path, int id=0, int margin=5) | rtabmap::Rtabmap | |
| get3DMap(std::map< int, Signature > &signatures, std::map< int, Transform > &poses, std::multimap< int, Link > &constraints, bool optimized, bool global) const | rtabmap::Rtabmap | |
| getForwardWMPoses(int fromId, int maxNearestNeighbors, float radius, int maxDiffID) const | rtabmap::Rtabmap | |
| getGoalReachedRadius() const | rtabmap::Rtabmap | inline |
| getGraph(std::map< int, Transform > &poses, std::multimap< int, Link > &constraints, bool optimized, bool global, std::map< int, Signature > *signatures=0, bool withImages=false, bool withScan=false, bool withUserData=false, bool withGrid=false, bool withWords=true, bool withGlobalDescriptors=true) const | rtabmap::Rtabmap | |
| getHighestHypothesisId() const | rtabmap::Rtabmap | inline |
| getHighestHypothesisValue() const | rtabmap::Rtabmap | inline |
| getInformation(const cv::Mat &covariance) const | rtabmap::Rtabmap | |
| getLastLocalizationPose() const | rtabmap::Rtabmap | inline |
| getLastLocationId() const | rtabmap::Rtabmap | |
| getLastProcessTime() const | rtabmap::Rtabmap | inline |
| getLocalConstraints() const | rtabmap::Rtabmap | inline |
| getLocalOptimizedPoses() const | rtabmap::Rtabmap | inline |
| getLocalRadius() const | rtabmap::Rtabmap | inline |
| getLoopClosureId() const | rtabmap::Rtabmap | inline |
| getLoopClosureValue() const | rtabmap::Rtabmap | inline |
| getMapCorrection() const | rtabmap::Rtabmap | inline |
| getMemory() const | rtabmap::Rtabmap | inline |
| getMemoryThreshold() const | rtabmap::Rtabmap | inline |
| getNodesInRadius(const Transform &pose, float radius, int k=0, std::map< int, float > *distsSqr=0) | rtabmap::Rtabmap | |
| getNodesInRadius(int nodeId, float radius, int k=0, std::map< int, float > *distsSqr=0) | rtabmap::Rtabmap | |
| getParameters() const | rtabmap::Rtabmap | inline |
| getPath() const | rtabmap::Rtabmap | inline |
| getPathCurrentGoalId() const | rtabmap::Rtabmap | |
| getPathCurrentGoalIndex() const | rtabmap::Rtabmap | inline |
| getPathCurrentIndex() const | rtabmap::Rtabmap | inline |
| getPathNextNodes() const | rtabmap::Rtabmap | |
| getPathNextPoses() const | rtabmap::Rtabmap | |
| getPaths(const std::map< int, Transform > &poses, const Transform &target, int maxGraphDepth=0) const | rtabmap::Rtabmap | |
| getPathStatus() const | rtabmap::Rtabmap | inline |
| getPathTransformToGoal() const | rtabmap::Rtabmap | inline |
| getPose(int locationId) const | rtabmap::Rtabmap | |
| getSignatureCopy(int id, bool images, bool scan, bool userData, bool occupancyGrid, bool withWords, bool withGlobalDescriptors) const | rtabmap::Rtabmap | |
| getStatistics() const | rtabmap::Rtabmap | |
| getSTM() const | rtabmap::Rtabmap | |
| getSTMSize() const | rtabmap::Rtabmap | |
| getTimeThreshold() const | rtabmap::Rtabmap | inline |
| getTotalMemSize() const | rtabmap::Rtabmap | |
| getWeights() const | rtabmap::Rtabmap | |
| getWM() const | rtabmap::Rtabmap | |
| getWMSize() const | rtabmap::Rtabmap | |
| getWorkingDir() const | rtabmap::Rtabmap | inline |
| globalBundleAdjustment(int optimizerType=1, bool rematchFeatures=true, int iterations=0, float pixelVariance=0.0f) | rtabmap::Rtabmap | |
| init(const ParametersMap ¶meters, const std::string &databasePath="", bool loadDatabaseParameters=false) | rtabmap::Rtabmap | |
| init(const std::string &configFile="", const std::string &databasePath="", bool loadDatabaseParameters=false) | rtabmap::Rtabmap | |
| isIDsGenerated() const | rtabmap::Rtabmap | |
| isInSTM(int locationId) const | rtabmap::Rtabmap | |
| isRGBDMode() const | rtabmap::Rtabmap | inline |
| kVhEpipolar enum value | rtabmap::Rtabmap | |
| kVhNone enum value | rtabmap::Rtabmap | |
| kVhUndef enum value | rtabmap::Rtabmap | |
| labelLocation(int id, const std::string &label) | rtabmap::Rtabmap | |
| parseParameters(const ParametersMap ¶meters) | rtabmap::Rtabmap | |
| process(const SensorData &data, Transform odomPose, const cv::Mat &odomCovariance=cv::Mat::eye(6, 6, CV_64FC1), const std::vector< float > &odomVelocity=std::vector< float >(), const std::map< std::string, float > &externalStats=std::map< std::string, float >()) | rtabmap::Rtabmap | |
| process(const SensorData &data, Transform odomPose, float odomLinearVariance, float odomAngularVariance, const std::vector< float > &odomVelocity=std::vector< float >(), const std::map< std::string, float > &externalStats=std::map< std::string, float >()) | rtabmap::Rtabmap | |
| process(const cv::Mat &image, int id=0, const std::map< std::string, float > &externalStats=std::map< std::string, float >()) | rtabmap::Rtabmap | |
| refineLinks() | rtabmap::Rtabmap | |
| rejectLastLoopClosure() | rtabmap::Rtabmap | |
| resetMemory() | rtabmap::Rtabmap | |
| Rtabmap() (defined in rtabmap::Rtabmap) | rtabmap::Rtabmap | |
| setDummyDictionary(bool enabled=true) | rtabmap::Rtabmap | |
| setInitialPose(const Transform &initialPose) | rtabmap::Rtabmap | |
| setMemoryThreshold(int maxMemoryAllowed) | rtabmap::Rtabmap | |
| setOptimizedPoses(const std::map< int, Transform > &poses, const std::multimap< int, Link > &constraints) | rtabmap::Rtabmap | |
| setTimeThreshold(float maxTimeAllowed) | rtabmap::Rtabmap | |
| setUserData(int id, const cv::Mat &data) | rtabmap::Rtabmap | |
| setWorkingDirectory(std::string path) | rtabmap::Rtabmap | |
| triggerNewMap() | rtabmap::Rtabmap | |
| VhStrategy enum name | rtabmap::Rtabmap | |
| ~Rtabmap() (defined in rtabmap::Rtabmap) | rtabmap::Rtabmap | virtual |