添加一些测试备注

This commit is contained in:
2026-02-27 18:02:55 +08:00
parent 9b7ff4b98f
commit c20c750635
3 changed files with 8 additions and 3 deletions

View File

@ -141,5 +141,7 @@ if __name__ == '__main__':
set_servo_ori_position(0)
set_servo_rot_position(180)
move_to_rot_position()
move_to_rot_position() # 旋转180度
time.sleep(1)
move_to_ori_position() # 旋转0度
time.sleep(1)