intel / collision-avoidance-library

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

detection: Remove straight line algorithm #121

Closed mbelluzzo closed 7 years ago

mbelluzzo commented 7 years ago

It was broken in many aspects:

After trying to fix, it was obvious that wasn't doing anything useful for obstacle avoidance since it always create obstacle for every down sampled segment and was extremely susceptible to input noise.

Signed-off-by: Murilo Belluzzo murilo.belluzzo@intel.com

rchiossi commented 7 years ago

LGTM. Remember to remove it from the wiki as well.