ict.lixian.three/Assets/StreamingAssets/ProjectCode/main.py

9 lines
452 B
Python
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 支持版本python3.8+
# 请先安装python包pip install ict_agent
# 机器人相关功能都封装在类中,使用请查看注释,请参考api文档
# 引入机器人类 from ict_agent.Robot import Robot
# 引入数字人类 from ict_agent.DigitalHuman import DigtalHuman
# 引入无人机类 from ict_agent.UAV import UAV
# 引入公共功能类 import ict_agent.Public as Public
# 引入声音控制类 from ict_agent.Public import audio