4. 案例01-走出正方形#

4.1. 目的#


让 XGO 实现经过的路线为正方形;

4.2. 使用材料#


1 × micro:bit XGO Robot Kit 套件

4.3. 硬件连接#


使用数据线将电脑与micro:bit 相连;

../../_images/microbit-xgo-robot-kit-22.png

4.4. 软件平台#


Makecode

../../_images/microbit-xgo-robot-kit-10.png

4.5. 编程#


将 XGO 的扩展库添加到 makecode 中;

../../_images/microbit-xgo-robot-kit-11.png

../../_images/microbit-xgo-robot-kit-12.png

../../_images/microbit-xgo-robot-kit-13.png

../../_images/microbit-xgo-robot-kit-14.png

4.6. 程序#


示例程序#

../../_images/microbit-xgot-robot-kit-case01-out-of-the-square-01.png

请参考程序链接:Out of the Square

同时,可以直接下载下方程序;

4.7. 相关问题#


如果 XGO 没有完全走出正方形轨迹,可适当调整时间和速度;

4.8. 思考#


能否让 XGO 走出圆形轨迹?