feat: 添加机器人模式切换和连续移动功能
- 新增switch_mode方法用于切换机器人运控模式 - 添加ContinuousMove方法实现机器人连续移动控制 - 更新工具调用处理以支持新功能 - 调整版本号至0.0.9
This commit is contained in:
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
||||
|
||||
[project]
|
||||
name = "terminal_go2_mcp"
|
||||
version = "0.0.5"
|
||||
version = "0.0.9"
|
||||
description = "MQTT-based navigation server for robot"
|
||||
requires-python = ">=3.10"
|
||||
dependencies = [
|
||||
|
||||
Reference in New Issue
Block a user