Stitching of point clouds to generate maps.
Opened this issue · 5 comments
qureshinomaan commented
Thedush commented
hi can you help me out on how to do this
qureshinomaan commented
hi can you help me out on how to do this
Hey @Thedush, Thanks for your interest!
I think we can proceed in two ways
- Use the camera pose and just append the point clouds together with some downsampling.
- Only use the image data and build the map in a Simultaneous Localisation and mapping fashion.
The first approach is the easier one. I think KITTI Dataset also provides the camera pose along with the test scenes. Let me know what you think.
Thedush commented
Hi i am currently working 3d mapping. need to do map stitching automatically. for that i have a multiple pcd files of the map.
now i need a technique automatically correct its orientation and stitch with the main map
qureshinomaan commented
Do you have the camera pose for each point cloud?
Pran-Seven commented
Hey! I want to stitch the output from two realsense cameras into one single 3D map, any idea/references/code on how to do that?