添加测试代码,防止程序退出
This commit is contained in:
@ -254,3 +254,6 @@ if __name__ == '__main__':
|
||||
move_to_ori_position()
|
||||
time.sleep(5) # 电机运动需要的时间
|
||||
|
||||
while(True):
|
||||
time.sleep(1)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user