Detecting colored tapes/lines
Hi,
I am kind of stuck in situation in how to detect walls (boundaries) which are in my map, but in real world it is like yellow police lines.
Example: )
I think I can detect them with using OpenCV, but how robot can localize using them? Basically my goal is that these lines represent boundaries of map, and robot mus navigate between them.
Sorry for dumb question, newbie in whole ROS + CV thing.
Asked by matislovas on 2017-11-22 15:49:50 UTC
Comments
Is your question more about how to implement the OpenCV part, or how to integrate the resulting information with your navigation setup?
Asked by gvdhoorn on 2017-11-23 02:52:48 UTC
My question is more about, how to integrate the resulting info into the setup.
Asked by matislovas on 2017-11-25 02:30:13 UTC
Not a navigation expert, but perhaps you can add them as obstacles (occupied cells) to a costmap layer plugin. The standard planners should then take that into account.
Asked by gvdhoorn on 2017-11-26 06:30:11 UTC