ROS MCP Server

by lpigeon
MIT License
22

pub_twist

Control robotic movement by publishing precise linear and angular velocity commands via the ROS MCP Server, enabling efficient manipulation through structured inputs.

Input Schema

NameRequiredDescriptionDefault
angularYes
linearYes

Input Schema (JSON Schema)

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

You must be authenticated.

Other Tools from ROS MCP Server

Related Tools

ID: 8797jpadki