I've thought about trying to do 3d scanning with a LIDAR module, but they all seem really expensive. Does anyone have a recommendation for a spinning LIDAR module that can be interfaced with by an arduino-style device, rather than USB, that doesn't cost me an arm and a kidney?
slamtec RPlidar points come in on UART. They are 2D, not 3D.
You won't be able to do much with the raw data on something with the compute power of an arduino. SLAM takes a lot of compute and memory and compute scales with resolution quickly.
A slight tangent but rollerblades is a case of proprietary eponym : Rollerblade is a brand of inline skates (often call skates - plural - for short) that became so famous people started to use it to describe all inline skates, no matter the brand. Just like vaccum cleaner and hoover :)
As another tangent, it's a great example of an activity that became very popular for a time and then almost completely faded away for no obvious reason. (If anything, paved rail trails--which are often a great place to inline skate--are much more common today than they were during skating's heyday.)
While it does feel like we are slowly approaching weird mix of "Snowcrash" and "Fringe", I can't help but marvel at how eerily beautiful those scans are. And the worst part is now I wanna try something similar. Is this what normal people call social proof?
It was at CVPR 2019, a computer vision conference. I may be biased since I used to work at Ouster, but cost notwithstanding, I would definitely pick the OS1 again for its unparalleled number of points per second combined with low weight and decent accuracy.
Very impressive! LiDAR and point clouds seem very promising, but the challenge of denoising point clouds and artifacts keep the skill bar very high/time intensive.
Actually a single camera is all you need. I think it’s fair to say that the only thing stereo gets you is scale. But both cameras and lidar have their place in sensing systems, and getting more experience with either is useful.
If you’re interested in reconstruction from images check out Meshroom and Nerf Studio
Scale is the one thing stereo doesn't get you compared with sequential mono images, unless you have some fancy lens model that lets you derive scale from nonlinearities in the lens. Is that something we do now? I always wanted to try out monocular SLAM with a fisheye lens.
With 2 mono images you can figure out that an object is twice as big as an other, but you can't tell the size of any objects (= you don't know the scale).
With a stereo image you know the distance between the lenses, which allows you to know the size of the objects (= you know the scale).