http://www.eodevices.com/main_erc_2kit_frameset.htm
Electro-Optical devices sells kits and spare parts to build a real, far-ranged LIDAR ranger, such as: nanosecond timer, transmitter module (high voltage laser power supply included on-board), receiver module (APD photodiode, PIN photodiode), controller, laser diodes (power 10W - 75W).
The price of the cheapest kit ERC2-KIT is $ 429 , but you can get even cheaper if you buy just the modules and assemble it yourself.
The boards are really small and are thus ideally suited to fit an UAV plane which includes a rotating mirror system and a capable memory onboard.
Maybe there are some restricting laws about the power of the laser? Anyone knows?
Comments
CHEAP LIDAR: We were looking for a inexpensive LIDAR (laser ranging) solution for a robotics project we were working on. We could not find one so, using the lidar unit for the XV-11, we developed one: PROTOX2D LIDAR (http://www.affalabs.com/products/protox2d). Its simple to use - via the provided usb cable, simply read Serial output (115200bps, 8N1) the angle and distance values. Angles 0-360 degrees, and distance value are in millimeters(mm). Can be used with many sbc such as raspberry pi, pcduino, pc, mac, etc....any device that can read serial output via usb.
data output: Unit ID, Y Degree (always 0 for ProtoX2D), X Degree, Distance in mm, Quality of Signal, RPM of Laser Assembly, CRNL
EXAMPLE USE from a Linux terminal:
>> screen /dev/ttyUSB0 115200
The expense and weight of an Aerial Laser Scanning system (ALS) is not just a rangefinder. It is the mount, the rotating mirror, the optical encoders that track this mirror, the memory and data processing chips, the equipment pod for the unit itself. It is the INS, a combination of high-precision electromechanical IMU that starts at 10kg, and a redundant dual-band GPS, and at least one antenna. It is a plane big enough to carry all this, and insurance on it, its pilot, and liability.
Any system you get, you're going to want an eye-safe laser, of a particular frequency where it is not absorbed by the surface or the retina of the eyeball, but in the vitreous humor. There is a significant amount of math involved even then in calculating whether you're going over exposure limits, and a 10W laser has the capability to go *way over*, causing instant blindness if used improperly.
There are two *very* different types of laser rangefinder: parallax devices that take a picture of the dot from a fixed pointer-camera pair with known baseline and use trigonometry to deduce the range (only works at close range, not very precise, blockable), and those that measure time of travel (what we commonly call "LIDAR"). This is the latter, but most robotics systems operate using the former.
I wouldn't exactly call it cheap. Read the fine print, the laser diode is not included.
Aren't they expensive?
I found this one on Ebay for the low, low price of $355, free shipping!
http://www.ebay.ca/itm/10W-808nm-High-Power-Laser-Diode-F-mount-/32...
Tim,
I would be interested in a copy of the paper, perhaps email it at cliff at airbornescientific dot com if possible.
One major issue with decent lidar is the requirement of precise GPS. Most if not all commercial airborne lidar uses dual frequency post-processed survey grade GPS. For a UAV, maybe single frequency carrier wave post processed GPS would be aequate with a local base station, I haven't heard much about integrating that recently? But maybe I should read the paper first.
BTW I have a copy of that paper if anyone wants it
I was just reading up on this as there are a lot of cool applications for ecological research.
These guys (http://ieeexplore.ieee.org/xpl/freeabs_all.jsp?arnumber=5624563) used a laser system built for cars by Ibeo which was <300 euro according to the only pricing I could find (here:http://www.freightsecurity.ubc.ca/docs/IBEO_UBC_Darpa_070413a.pdf).
Anyone know anything about car laser systems?
Hi,
@iangl i readed the datasheet of ECH-1B but i can't see any TTL I/O for computing signal delay.
May be, we can use arduino to make a controller (ETX-10A+RX-5XF.)
Thanks.