3D Laser Scanning for Buildings

Hi @draftex,

From this, I gather that your goal is to quickly obtain a point cloud of sufficient quality to then convert this data set to a CAD model?

Any of the LIDAR we offer could be used in a portable fashion. LiPo/Li-Ion battery packs are numerous and simple to integrate in a design at this point. Most likely you could run the data gathering from a laptop connected to a LIDAR, so the power would be obtained from said laptop or with a separate rechargeable battery/battery pack.

I think in your case a 3D scanner with two axis of rotation (or one axis + multiple beams) would probably help.

Quite the moment, then!
Well, integrating your own scanner and hardware/software is certainly not an easy or trivial task.

Since you need to scan a room/area in 3D, you’ll probably need a sensor like one of these:

It is a reasonable cost and it is very durable due to how it is designed internally (no contact internal comm and power, both wireless). It also has been used in similar applications to what you describe.

Now, of course, you probably realized that it only scans on one axis, effectively providing a circular “slice” of a room. All you need to add is a way to rotate said sensor (of course, you need to know the angle, too!) and you’ll rotate that “slice”, effectively getting points in 3D. You can then process said 3D point cloud into something that can be used in CAD.
Possibly you could use a geared down stepper motor to rotate the sensor. Since steppers use steps they implicitly tell you where they are (and hence the angle of the sensor)… as long as you don’t have it slip (proper design/torque requirements)! You also may want to add an IMU for initialization so the sensor can know its starting angle, too (and up from down! :smiley: ).

Since you are developing a new product you’ll have lots of reading and work ahead of you, since none of this is trivial.

Here are some links that may help you out:

https://info.vercator.com/blog/what-are-point-clouds-5-easy-facts-that-explain-point-clouds
http://www.open3d.org/docs/release/tutorial/Basic/pointcloud.html

https://www.autodesk.com/autodesk-university/class/LiDAR-Data-and-Point-Clouds-Scanning-Planning-and-Beyond-2013

You may also be able to gather some knowledge from LIDAR-based SLAM projects, too, since they create 3D maps of their environment for navigation in real time.

Sincerely,