jsren / sdp-vision

http://www.youtube.com/watch?v=dQw4w9WgXcQ
1 stars 0 forks source link

Separate 'ball-in-range' vs 'do-we-have-ball' properties. #3

Open relnaggar opened 8 years ago

jsren commented 8 years ago

We'll also need to define what in-range is. This might require a new 'robot.json' config file for each robot (if so, also store robot name & avatar?), or have it passed from the planner. Otherwise, we could share the same range. I'd advise against having it set on the UI because that implies a two-way binding, i.e. if you change it on the UI, it also changes it on the robot, which would be a lot of work (?) to implement.

LinasKo commented 8 years ago

I will now make a ball predictor which assumes that the ball is in the grabbing zone of another robot if it was in its grabbing zone for a while (median) and then disappeared.