mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 01:20:25 +08:00
DbViewer: manual constraints can now be added (http://official-rtab-map-forum.67519.x6.nabble.com/Manually-adding-modifying-node-constraints-td6983.html)
This commit is contained in:
@@ -575,7 +575,7 @@ int main(int argc, char * argv[])
|
||||
int processed = 0;
|
||||
CameraInfo info;
|
||||
SensorData data = dbReader->takeImage(&info);
|
||||
CameraThread camThread(dbReader, parameters);
|
||||
CameraThread camThread(dbReader, parameters); // take ownership of dbReader
|
||||
camThread.setScanParameters(scanFromDepth, scanDecimation, scanRangeMin, scanRangeMax, scanVoxelSize, scanNormalK, scanNormalRadius);
|
||||
if(scanFromDepth)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user