Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you may not be able to execute some actions.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
代码如何写才能让openmv一边控制舵机转动,一边检测视野里有没有要检测的目标,如果检测到目标则舵机停止转动,否则一直转动
角度=0 while True: 色块们=find_blobs() if not 色块们: 角度=角度+1 舵机转(角度)
就是这个思路,还要额外处理一下到边界回转之类的。