How example "Perform SLAM Using 3D lidar point clouds"collects 3D lidar data?ud
Show older comments
When I was learning this routine, I didn't know how to collect the 3D Lidar data. Is it a 1*240 cell array formed by scanning 240 instances and then extracting their location attributes?
Accepted Answer
More Answers (1)
Wenjun Li
on 18 Feb 2022
0 votes
2 Comments
Ryan Salvo
on 18 Feb 2022
Hi Wenjun,
You do not need 240 successive scans, that is just the number of scans in the MAT-file provided in the example.
The example assumes that the provided lidar data is from a robot that is moving through a static space, so if you can re-create that when recording the BAG-file, then you should be able to use that data with the example.
Thanks,
Ryan
Wenjun Li
on 18 Feb 2022
Categories
Find more on Get Started with Lidar Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!