create_platform
Add a new platform to an AFSIM scenario by specifying its name, type, initial position, and altitude.
Instructions
Add a new platform (entity) to a scenario.
Parameters
scenario_id: UUID of the target scenario. name: Unique name for the platform within the scenario. platform_type: AFSIM platform type (e.g. 'wsf_air_vehicle', 'wsf_ground_vehicle'). latitude, longitude: Initial position in decimal degrees. altitude_m: Initial altitude in metres.
Returns
JSON with platform metadata.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scenario_id | Yes | ||
| name | Yes | ||
| platform_type | No | wsf_platform | |
| latitude | No | ||
| longitude | No | ||
| altitude_m | No |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |