test_launch_file
Validate and test Autoware launch files with syntax checks and optional dry-run mode to catch errors before deployment.
Instructions
Test a launch file without fully starting nodes (dry-run).
Validates syntax and optionally attempts to start/stop.
Args: file_path: Path to launch file to test dry_run: If True, only validate without starting
Returns: Test results with any errors or warnings
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dry_run | No | Only validate without starting | |
| file_path | Yes | Path to launch file |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||