in principle it search for the ball using the ir sensor. if not visible, it goes in a search mode walking pattern. when it try to do something but nothing happens, it goes into a time out state.
all states are defined in a state diagram with predefined actions or methods / algorithms to use. For example, a time out is measured as not advancing the goal of a state which typical could be to clash into an opponent or moving into a corner (see the corner problem movie).
we did a test as you can see (two movies, search on gbolmsjo and mmt200. No specific work was done on this problem, but it worked better than expected. We thought it would be a sumo chaos, but quite OK.
how would it react when other robots are chasing the ball
would it go off coarse and chase the robot?
just trying to get some ideas for my asignment
SteveR123456 2 years ago
in principle it search for the ball using the ir sensor. if not visible, it goes in a search mode walking pattern. when it try to do something but nothing happens, it goes into a time out state.
all states are defined in a state diagram with predefined actions or methods / algorithms to use. For example, a time out is measured as not advancing the goal of a state which typical could be to clash into an opponent or moving into a corner (see the corner problem movie).
gbolmsjo 2 years ago
also how would it react with other robots chasing the ball just wondering cause im currently doing an assessment on this and im struggling
SteveR123456 2 years ago
we did a test as you can see (two movies, search on gbolmsjo and mmt200. No specific work was done on this problem, but it worked better than expected. We thought it would be a sumo chaos, but quite OK.
gbolmsjo 2 years ago
could you describe how it detects the ball and how the robot decides which goal to score in.
thanks
SteveR123456 2 years ago
ball detection: IR seeker from hitechnic. the ball is from the same company.
a compass is used to indicate the direction of the goal to score in
gbolmsjo 2 years ago
thanks a lot for all the help cheers.
SteveR123456 2 years ago