android-robocar
android-robocar copied to clipboard
LIDAR support
I'd love to see LIDAR support for the Robocar eventually.
The device from http://scanse.io seems like a developer and budget friendly option that we could start with. It has an open source SDK (https://github.com/scanse/sweep-sdk) and comes with a dummy libsweep.so
file that always returns static point cloud data and does not need a hardware device. This allows starting to hack on it quickly, and once you have a device just switch out the libsweep.so
lib.
cc: @juano2310 @daniel-j-h