validate_launch_file
Check launch file syntax and structure, validating Python syntax and required functions to prevent configuration errors.
Instructions
Validate launch file syntax and structure.
Checks Python syntax and required functions.
Args: file_path: Path to launch file to validate
Returns: Validation results with success status and any errors
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Path to launch file |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||