Unitree Go2 MCP Server

by lpigeon
Apache 2.0
5
  • Linux

pub_wirelesscontroller

Control the Unitree Go2 robot by sending precise movement and key commands via the MCP server, translating inputs into ROS2 actions for accurate 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" }
ID: q1chz42r7t