添加测试代码,防止程序退出

This commit is contained in:
2026-03-02 11:15:14 +08:00
parent c20c750635
commit 7ea779acc8
4 changed files with 20 additions and 0 deletions

View File

@ -145,3 +145,7 @@ if __name__ == '__main__':
time.sleep(1)
move_to_ori_position() # 旋转0度
time.sleep(1)
while(True):
time.sleep(1)