I was playing around with blockly when i realized that my program is not behaving as i expected. I looked at the scripted code and saw that by using the ground sensor events in Blockly the following lines of aseba script are created:
on left ground sensor detecting black:
when prox.gound.delta[0] > 450
on left ground sensor detecting white:
when prox.gound.delta[0] < 400
- detecting proximity :
when prox.gound.delta[0] > 450
- detecting no proximity
when prox.gound.delta[0] < 400
Shouldn't the detect white be > 450 and black < 400? (My not quite white table yields sensors values around 860, the black tape i am using yields values around 140).
Thank you for your replies!
I use the following Version of Aseba Studio for Mac:
Version information
Aseba ver. 1.5.1
(build ver. git-635a926/protocol ver. 5)
Dashel ver. 1.1.0