ROS MCP Server

by lpigeon
MIT License
22

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

ID: 8797jpadki