Skip to main content
Glama

ROS MCP Server

MIT License
80
  • Apple
  • Linux

pub_twist_seq

Control robotic movement by publishing sequences of linear and angular velocities with specified durations. The tool integrates with ROS MCP Server for precise manipulation commands in robotics applications.

Input Schema

NameRequiredDescriptionDefault
angularYes
durationYes
linearYes

Input Schema (JSON Schema)

{ "properties": { "angular": { "items": {}, "title": "Angular", "type": "array" }, "duration": { "items": {}, "title": "Duration", "type": "array" }, "linear": { "items": {}, "title": "Linear", "type": "array" } }, "required": [ "linear", "angular", "duration" ], "title": "pub_twist_seqArguments", "type": "object" }

You must be authenticated.

Other Tools from ROS MCP Server

Related Tools

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

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