You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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 thelibsweep.so
lib.cc: @juano2310 @daniel-j-h
The text was updated successfully, but these errors were encountered: