mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-03 01:50:24 +08:00
Database update (version 0.8.5): added Node.stamp and Node.label fields
Added labeling mechanism of nodes (by default the first node of a map is tagged "map#")
This commit is contained in:
@@ -233,7 +233,8 @@ SensorData DBReader::getNextData()
|
||||
pose,
|
||||
rotVariance,
|
||||
transVariance,
|
||||
seq);
|
||||
seq,
|
||||
UTimer::now());
|
||||
UDEBUG("Laser=%d RGB/Left=%d Depth=%d Right=%d",
|
||||
data.laserScan().empty()?0:1,
|
||||
data.image().empty()?0:1,
|
||||
|
||||
Reference in New Issue
Block a user