Quote:
Originally Posted by chopperdudes
yes THAT would not be hard. but actually avoiding robots... can be quite hard... especially in this small space 
|
I was planning to do this if I got the time, and my plan was to have specific likely interference points. Then it would just go to something like:
if (interferenceDetected) {
//do something
} else {
//do something else
}