Skip to main content
Glama

Unitree Go2 MCP Server

ros2_manager.py403 B
import os import subprocess from typing import Any class Ros2Manager: def __init__(self, setup_sh_path: str): self.setup_sh_path = setup_sh_path def get_topics(self) -> list[str]: command = f"source {self.setup_sh_path} && ros2 topic list" output = subprocess.check_output(command, shell=True, executable='/bin/bash').decode() return output.split('\n')

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