Skip to main content
Glama

ROS MCP Server

Apache 2.0
173
  • Apple
  • Linux

publish_once

Send a single message to a specified ROS topic using defined message type and content to control robotic movements or systems.

Instructions

Publish a single message to a ROS topic. Example: publish_once(topic='/cmd_vel', msg_type='geometry_msgs/msg/TwistStamped', msg={'linear': {'x': 1.0}})

Input Schema

NameRequiredDescriptionDefault
msgNo
msg_typeNo
topicNo

Input Schema (JSON Schema)

{ "properties": { "msg": { "additionalProperties": true, "default": {}, "title": "Msg", "type": "object" }, "msg_type": { "default": "", "title": "Msg Type", "type": "string" }, "topic": { "default": "", "title": "Topic", "type": "string" } }, "title": "publish_onceArguments", "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