generate_node_config
Generate ROS2 node configuration files in YAML or JSON format with automatic versioning support.
Instructions
Generate configuration file for a ROS2 node.
Creates config files in .autoware-mcp/generated/configs/ with versioning.
Args: node_name: Name of the node parameters: Parameters to configure format: Config format (yaml or json)
Returns: Path to generated config file
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | Config format (yaml or json) | yaml |
| node_name | Yes | Name of the node | |
| parameters | Yes | Parameters to configure |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||