Best processing and export settings for Non LIDAR Scans #1555
-
Hi! Wondering if someone was able so share some processing and mesh export settings (CLI by preference, but GUI also fine) for map with no depth/lidar I can already imagine the mesh won't be very good without any form of depth estimation, but cuurrently Im completely unable to process such maps on the desktop app or via CLI Typical logs Im getting
For context I am using Data recording mode with LIDAR disabled on iOS |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
For the iOS app, either if the lidar mode is enabled or disabled, the features are saved as "scan" in the database. You can use that scan to generate somekind of point cloud and mesh. With |
Beta Was this translation helpful? Give feedback.
For the iOS app, either if the lidar mode is enabled or disabled, the features are saved as "scan" in the database. You can use that scan to generate somekind of point cloud and mesh. With
rtabmap-export
, use--scan
option. With the UI, uncheck "From RGB-D images..." at the top of the Export Clouds dialog.