intel / collision-avoidance-library

A framework for testing and benchmarking collision avoidance strategies
Apache License 2.0
81 stars 38 forks source link

Detector: Improve simple detector logic #48

Closed mbelluzzo closed 7 years ago

mbelluzzo commented 7 years ago

The way it is know is practically useless even for sense + stop. The drone will always stop because of the camera input noise. We should change the filter to detect some blobs instead of solely rely on single pixels of the depth map. Also very short distances needs to be filtered based on Depth Camera limitations.

mbelluzzo commented 7 years ago

It became an code example, it doesn't matter anymore.