Skip to main content
Glama

stop

Initiate an immediate halt for the Unitree Go2 robot, ensuring safe and controlled cessation of all active operations using ROS2 commands.

Input Schema

NameRequiredDescriptionDefault

No arguments

Input Schema (JSON Schema)

{ "properties": {}, "title": "stopArguments", "type": "object" }

Implementation Reference

  • The main handler for the 'stop' MCP tool. It is registered via the @mcp.tool() decorator and executes by calling the WirelessController's stop() method, which publishes a stop command to the robot, then returns the result message.
    @mcp.tool() def stop(): _, msg = wirelesscontroller.stop() return msg
  • Supporting helper method in the WirelessController class. Publishes a WirelessController message with keys=0 (stop command) three times at the specified rate via ros2 topic pub.
    def stop(self): return self._customised_movements(keys=0, times=3)

Other Tools

Related Tools

Latest Blog Posts

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