I'm trying to do dense reconstruction of a room using maplab/ROVIOLI with a Intel Realsense ZR300.
ROVIOLI is running fine with the ZR300, but the map that is generated in the end only contains very few keyframes. Maplab fails to detect any loop closures and I don't see how this map could be used to reconstruct a dense map given that there are so few frames either.
This is the recoding I made (by walking up and down the corridor in our lab and doing a few circles in some of the offices)
Maplab tells me that there are only 140 nodes in the map:
maplab <hallway3>:/$ ms
Mission statistics:
Mission 0: c3b971e3ffffffff0f00000000000000 Viwls
NCamera Sensor: c6a6f6c779e1b09cf49f11629787945c
IMU Sensor: c63aecb41babcabc7e1fac37c7cbe7bf
Vertices: 140
Landmarks: 7807
Landmarks by first observer backlink:
Camera 0: 4740 (g:66 b:4674 u:0)
Camera 1: 3067 (g:22 b:3045 u:0)
Observations: 32427
Num edges by type:
IMU: 139
Wheel-odometry: 0
Loop-closure: 0
Distance travelled [m]: 433.511871
Start to end time: 2018_03_02_16_28_50 to 2018_03_02_16_28_50
T_G_M unknown
Also, there are only 280 frames in that map:
$ ls resources/raw_images | wc -l
280
This is the resulting track:
What am I doing wrong here? Do I have to change the parameters for ROVIO (in rovio_default_config.info)? Or am I supposed to record the /maplab_rovio/T_G_I topic myself?
I'm trying to do dense reconstruction of a room using maplab/ROVIOLI with a Intel Realsense ZR300. ROVIOLI is running fine with the ZR300, but the map that is generated in the end only contains very few keyframes. Maplab fails to detect any loop closures and I don't see how this map could be used to reconstruct a dense map given that there are so few frames either.
This is the recoding I made (by walking up and down the corridor in our lab and doing a few circles in some of the offices)
Maplab tells me that there are only 140 nodes in the map:
Also, there are only 280 frames in that map:
This is the resulting track:
What am I doing wrong here? Do I have to change the parameters for ROVIO (in rovio_default_config.info)? Or am I supposed to record the
/maplab_rovio/T_G_I
topic myself?