Google turned up this when I was doing research on 'meta' stabilization (optical flow sensors & the like). It's pretty inspiring:
This makes me wonder, is anyone interested in starting a side-project that has to do with integrating like RealSense or similar LIDAR sensor into a drone project? Currently Intel is subisidizing the developer kits and the hardware is pretty inexpensive.
I'm envisioning a separate compute platform integrating to the flight controller via serial link (or just directly driving the raw control inputs). The general idea is to start with basic collision avoidance by casting rays across the field of view, sorting by distance to object to obtain nearest objects, then some simple rules to ignore navigation towards objects that are too close.
If YUNEEC can do it, we can do it better.
Any comments?