I’m using sandbox environment (Sumo Garden exactly) and codebot. I’m trying to use proximity sensors and avoid the obstacles, but I cannot get it working. Detection reports “false” everytime, event the sensor hits the object.
Here is the piece of code, that will hit the object, but report false in the proximity sensor. Is that room some kind of special?
Good question! A little bit sad answer… The prox sensors are currently disabled in the simulation environment. Reason is, we had some students using older Chromebooks that just couldn’t handle the computational load of ray-casting prox probes into our larger environments… However, now that you asked, we could make a setting to enable them for those with fast-enough computers (which is most computers nowadays!)
I’ll make a note to do that on our next CodeSpace release… will keep you posted.