mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 17:40:23 +08:00
Fixed db getAllSignatureIds() method to get "all" signatures (with or without loopClosureId)
git-svn-id: http://rtabmap.googlecode.com/svn/branches/0.3/rtabmap@92 f169173b-cf89-36c8-b27e-44dbe73f0c83
This commit is contained in:
@@ -378,7 +378,6 @@ bool DBDriverSqlite3::getAllSignatureIdsQuery(std::set<int> & ids) const
|
|||||||
|
|
||||||
query << "SELECT id "
|
query << "SELECT id "
|
||||||
<< "FROM Signature "
|
<< "FROM Signature "
|
||||||
<< "WHERE loopClosureId == 0 "
|
|
||||||
<< "ORDER BY id";
|
<< "ORDER BY id";
|
||||||
|
|
||||||
rc = sqlite3_prepare_v2(_ppDb, query.str().c_str(), -1, &ppStmt, 0);
|
rc = sqlite3_prepare_v2(_ppDb, query.str().c_str(), -1, &ppStmt, 0);
|
||||||
|
|||||||
Reference in New Issue
Block a user