Open josiahw opened 11 years ago
Yeah this has been known as a problem since the method was first implemented - problem is that I can't think of a fix that won't cause white robots etc. to be unseen as obstacles.
when we are looking below a certain angle, ignore obstacles?
On Thu, Jun 13, 2013 at 7:49 PM, Shannon Fenn notifications@github.comwrote:
Yeah this has been known as a problem since the method was first implemented - problem is that I can't think of a fix that won't cause white robots etc. to be unseen as obstacles.
— Reply to this email directly or view it on GitHubhttps://github.com/nubots/robocup/issues/57#issuecomment-19382076 .
Not a complete solution, there are angles at which the lines are still obstacles, but which we still need to see obstacles for avoidance. I'll put this method in for robocup though.
You may be able to use the fact that the lines are white and most of the real obstacles are not to help filter these cases.
"Robots may also be colored in aluminimum-like silver, grey or white"
however with the exception of 1 team last year, they were not :)
On Thu, Jun 13, 2013 at 10:45 PM, Shannon Fenn notifications@github.comwrote:
"Robots may also be colored in aluminimum-like silver, grey or white"
— Reply to this email directly or view it on GitHubhttps://github.com/nubots/robocup/issues/57#issuecomment-19389120 .
Yeah I just don't want to disable our ability to see them as obstacles for the rare occasion when we see a line that occurs as one - when something like a head angle check might reduce this occurrence to low enough not to be an issue.
this is only an issue when looking so far down that field lines go off the top of the screen.