generate_custom_node
Generate a custom ROS2 node template with versioning. Choose programming language, node type, and interfaces to define topics and services.
Instructions
Generate a custom ROS2 node template.
Creates node files in .autoware-mcp/generated/nodes/ with versioning.
Args: name: Name of the node language: Programming language (python or cpp) node_type: Type of node (basic, service, action) interfaces: List of topics/services to interface with
Returns: Path to generated node file
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the node | |
| language | No | Programming language (python or cpp) | python |
| node_type | No | Type of node (basic, service, action) | basic |
| interfaces | No | Topics/services to interface with |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||