uf-mil / NaviGator

NaviGator ASV on-board software
30 stars 54 forks source link

Computer Vision based Buoy detector #292

Closed kev-the-dev closed 5 years ago

kev-the-dev commented 6 years ago

We have a pretty serious problem on NaviGator which affects our obstacle avoidance ability: the course if filled with black buoys which we are penalized for colliding with. If they our detected, we can easily plan a trajectory around them. Unfortunately, our object detection system is entirely LIDAR based, which does not get good returns of black objects. We often only get 1 return off a buoy, which is filtered out as it is difficult to distinguish this from normal erroneous water reflections at the same height. It seems pretty clear that we need to use computer vision here. This is my idea:

kev-the-dev commented 6 years ago

Another interesting idea is using the camera we found that seems to be responsive to UV spectrum. Perhaps the buoys would look distinct against the background with this camera.

RustyBamboo commented 6 years ago

Is the camera USB? Think we can have it mounted/plugged in for Sunday to see how it looks?

kev-the-dev commented 6 years ago

Yeah its plug and play USB. I'll ask the greaseys

kev-the-dev commented 5 years ago

replaced by #360