Skip to main content
Glama

ROS MCP Server

Apache 2.0
173
  • Apple
  • Linux

ping_robot

Verify robot connectivity by pinging its IP address and checking if a specified port is open. Identify potential ROSbridge issues if the IP responds but the port does not.

Instructions

Ping a robot's IP address and check if a specific port is open. A successful ping to the IP but not the port can indicate that ROSbridge is not running. Example: ping_robot(ip='192.168.1.100', port=9090)

Input Schema

NameRequiredDescriptionDefault
ipYes
ping_timeoutNo
portYes
port_timeoutNo

Input Schema (JSON Schema)

{ "properties": { "ip": { "title": "Ip", "type": "string" }, "ping_timeout": { "default": 2, "title": "Ping Timeout", "type": "number" }, "port": { "title": "Port", "type": "integer" }, "port_timeout": { "default": 2, "title": "Port Timeout", "type": "number" } }, "required": [ "ip", "port" ], "title": "ping_robotArguments", "type": "object" }

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/robotmcp/ros-mcp-server'

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