mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-12 22:40:19 +08:00
DBReader: added fine-grained camera selection (#1457)
This commit is contained in:
@@ -51,7 +51,7 @@ public:
|
||||
bool ignoreGoalDelay = false,
|
||||
bool goalsIgnored = false,
|
||||
int startId = 0,
|
||||
int cameraIndex = -1,
|
||||
const std::vector<unsigned int> & cameraIndices = std::vector<unsigned int>(),
|
||||
int stopId = 0,
|
||||
bool intermediateNodesIgnored = false,
|
||||
bool landmarksIgnored = false,
|
||||
@@ -65,7 +65,7 @@ public:
|
||||
bool ignoreGoalDelay = false,
|
||||
bool goalsIgnored = false,
|
||||
int startId = 0,
|
||||
int cameraIndex = -1,
|
||||
const std::vector<unsigned int> & cameraIndices = std::vector<unsigned int>(),
|
||||
int stopId = 0,
|
||||
bool intermediateNodesIgnored = false,
|
||||
bool landmarksIgnored = false,
|
||||
@@ -99,7 +99,7 @@ private:
|
||||
bool _goalsIgnored;
|
||||
int _startId;
|
||||
int _stopId;
|
||||
int _cameraIndex;
|
||||
std::vector<unsigned int> _cameraIndices;
|
||||
bool _intermediateNodesIgnored;
|
||||
bool _landmarksIgnored;
|
||||
bool _featuresIgnored;
|
||||
|
||||
Reference in New Issue
Block a user