loading…
Search for a command to run...
loading…
Enables AI interaction with embodied humans, autonomous vehicles, and drones through the HUTB simulator. Supports voice/chat control, weather conditions, perspe
Enables AI interaction with embodied humans, autonomous vehicles, and drones through the HUTB simulator. Supports voice/chat control, weather conditions, perspective switching, and recording features.
基于 MCP 实现和具身人、无人车、无人机的大模型交互。
graph LR
A[用户] --> B[人机界面:语音对话/键盘交互]
B --> C[FastMCP 工具层]
C --> D[HUTB 模拟器 API 客户端]
C --> E[Deepseek AI]
style B fill:#e1f5fe
style C fill:#ccffcc
style D fill:#fff3e0
style E fill:#f3e5f5
运行推荐的软硬件
双击 mcp.bat 启动模拟器(第一次启动会下载相关依赖,需要等待一段时间)。
连接服务器
设置雨天天气条件
生成车辆
开启自动驾驶
生成行人(默认开启自由移动)
切换视角
切换第三人称视角ID
切换第一人称视角ID
切换旁观者视角
开启录制
结束录制

(待实现)加上语音识别和合成的整个工作流依次包括:麦克风 /Web浏览器、 语音 识别(方言、老人言: PaddleSpeech )、QWen/DeepSeek 大模型、流式语音合成 PP-TTS (语音播报/控制模拟器的模型或实体机器人)。
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"hutb-simulator-mcp-server": {
"command": "npx",
"args": []
}
}
}