Skip to main content
Glama

Unitree Go2 MCP Server

pub_wirelesscontroller

Control the Unitree Go2 robot via wireless commands by transmitting linear and angular motion parameters, including pitch, yaw, and key inputs, directly to the MCP server for precise execution.

Input Schema

NameRequiredDescriptionDefault
durationNo
keysYes
linear_xYes
linear_yYes
pitchYes
yawYes

Input Schema (JSON Schema)

{ "properties": { "duration": { "default": 0, "title": "Duration", "type": "number" }, "keys": { "title": "Keys", "type": "integer" }, "linear_x": { "title": "Linear X", "type": "number" }, "linear_y": { "title": "Linear Y", "type": "number" }, "pitch": { "title": "Pitch", "type": "number" }, "yaw": { "title": "Yaw", "type": "number" } }, "required": [ "linear_x", "linear_y", "yaw", "pitch", "keys" ], "title": "pub_wirelesscontrollerArguments", "type": "object" }

Other Tools from Unitree Go2 MCP Server

Related Tools

  • @lpigeon/unitree-go2-mcp-server
  • @lpigeon/unitree-go2-mcp-server
  • @lpigeon/unitree-go2-mcp-server
  • @lpigeon/unitree-go2-mcp-server
  • @lpigeon/unitree-go2-mcp-server
  • @lpigeon/unitree-go2-mcp-server

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/lpigeon/unitree-go2-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server